Witam
Mam problem z odbieraniem danych z MEW-01.
Dane odczytuję poprzez MQTT Explorer.
Broker Mqtt zainstalowany jest na Windows 10.
Co może być przyczyną odbierania błędnie danych?
Pozdrawiam
MEW-01 - Mqtt Broker Mosquitto
-
przemek333
- Posts: 7
- Joined: Tue Sep 07, 2021 11:04 am
You do not have the required permissions to view the files attached to this post.
-
przemek333
- Posts: 7
- Joined: Tue Sep 07, 2021 11:04 am
Otrzymuję informacje bez żadnych wartości i tylko dla fazy 1
You do not have the required permissions to view the files attached to this post.
-
Robert Błaszczak
- Posts: 5222
- Joined: Sat Dec 22, 2018 8:55 pm
- Location: Zielona Góra
- Has thanked: 37 times
- Been thanked: 27 times
Podłącz MEW do publicznego Cloud i zaktualizuj oprogramowanie. Po aktualizacji przełącz ponownie na MQTT.
Pozdrawiam
Robert Błaszczak
Moja prywatna strona: www.blaszczak.pl
Robert Błaszczak
Moja prywatna strona: www.blaszczak.pl
-
przemek333
- Posts: 7
- Joined: Tue Sep 07, 2021 11:04 am
{
"avty": {
"topic": "supla/devices/zamel-mew-01-f66263/state/connected",
"payload_available": "true",
"payload_not_available": "false"
},
"~": "supla/devices/zamel-mew-01-f66263/channels/0",
"device": {
"ids": "zamel-mew-01-f66263",
"mf": "Zamel",
"name": "ZAMEL MEW-01",
"sw": "2.8.24"
},
"name": "#0 Electricity Meter (Voltage - Phase 1)",
"uniq_id": "supla_a4cf12f66263_0_10",
"qos": 0,
"unit_of_meas": "V",
"stat_t": "~/state/phases/1/voltage",
"val_tpl": "{{ value | round(2)}}",
"state_class": "measurement",
"dev_cla": "voltage"
}
Czy te otrzymane dane w Mqtt Explorer są prawidłowe?
Czy powinny tu być liczbowe wartości napięcia?
"avty": {
"topic": "supla/devices/zamel-mew-01-f66263/state/connected",
"payload_available": "true",
"payload_not_available": "false"
},
"~": "supla/devices/zamel-mew-01-f66263/channels/0",
"device": {
"ids": "zamel-mew-01-f66263",
"mf": "Zamel",
"name": "ZAMEL MEW-01",
"sw": "2.8.24"
},
"name": "#0 Electricity Meter (Voltage - Phase 1)",
"uniq_id": "supla_a4cf12f66263_0_10",
"qos": 0,
"unit_of_meas": "V",
"stat_t": "~/state/phases/1/voltage",
"val_tpl": "{{ value | round(2)}}",
"state_class": "measurement",
"dev_cla": "voltage"
}
Czy te otrzymane dane w Mqtt Explorer są prawidłowe?
Czy powinny tu być liczbowe wartości napięcia?
-
przemek333
- Posts: 7
- Joined: Tue Sep 07, 2021 11:04 am
W jaki sposób można odczytać dane, jakimi poleceniami?
