Форум

Вимірюй, Аналізуй, Контролюй ... запитуй, відповідай, радь.

0
Є відповідь

CSV export examples for every sensor product in shop

KEVIN CAREY 4 місяці тому в Общие вопросы оновлено Support Manager 4 місяці тому 3

Hello

We are interested in the data available in CSV format for every type of sensor in your shop inventory.


We need to know what fields will be reported in the API for each device type so that we can tailor API dashboard reporting for our clients.

For example the CSV report / API fields for:

smart-MAIC D101-2 CT Clip WiFi 1−Line Energy monitor

Water Flow Sensor

Wind Direction Sensor, angle step 360°/16

Solar Radiation Sensor

and for every product ....

We are interested in exploring how to design our business solutions and data analytics around your services.

Regards

0
Є відповідь

dashboard theme / chart theme from black to white

KEVIN CAREY 4 місяці тому в Дашбоард и виджеты оновлений 4 місяці тому 2

Hello,

How can I change the dashboard theme from black to white?

It is sometimes easier to read charts / graphs on a white background.

Thanks in advance for your help.

0
На розгляді

Including Sensors for Gas and Water in Homeassistant

Sebastian 4 місяці тому в Общие вопросы оновлено Support Manager 4 місяці тому 1

I just can’t get any further. Probably a beginner’s mistake. I have MQTT installed and would like to display the values ​​read from my Smart-Maic as a sensor. I managed to get the connection and the data is also read out (here from the MQTT Explorer):

grafik824×255 4.81 KB

How do I get this into the Configuration.yaml?
I tried this here. But something seems to be missing because the sensor appears, but no values.

mqtt:


sensor:
name: “gas meter”
state_topic: “1761610240.TCh1”
unit_of_measurement: “m³”
icon: “mid:fire”

And no entities are displayed in my MQTT Broaker.

In the settings under Entities it does, but without values.

Can anyone help me here? I would be happy.
Greetings Sebastian

0
Є відповідь

Устройство не авторизовано

Andrii 1 рік тому оновлено Support Manager 4 місяці тому 6

В разделе Устройства в строке Состояние значится Не авторизовано. При нажатии на надпись предлагает ввести ПИН. Что это за ПИН? Что нужно делать? Устройство подключено к сети интернет, в интерфейсе устройства зеленая надпись о подключении и адрес ниже есть, но диод мигает как в режиме точки доступа. Куда копать?

0
Є відповідь

How can I use the API to get a list of all the devid on my account?

KEVIN CAREY 4 місяці тому в Общие вопросы оновлено Support Manager 4 місяці тому 3

How can I use the API to get a list of all the devid on my account?

I can find out device IDs going to my dashboard, but how do I get a list of the devid associated with my account using the API?

Once I have a devid I can extract data, but I need to create code so that I can retrieve list of all my devids and iterate through the data on each one.

Thanks in advance for any help