iobroker-community-adapters / ioBroker.shelly

Integrate your Shelly devices into ioBroker via MQTT or CoIoT
Other
159 stars 62 forks source link

[enhancement]: Support für Shelly Pro 3EM Einphasiges Geräteprofil #1016

Open mhuber77 opened 1 month ago

mhuber77 commented 1 month ago

I'm sure that

Shelly device

Shelly Pro 3EM

Shelly firmware version

20240625-123006/1.3.3-gbdfd9b3

Protocol

MQTT

The problem

Ich habe 2 Shelly Pro 3EM im Einphasen Profil. Leider erhalte ich keine Werte im iobroker, denke weil daraus quasi 3 Geräte im Cloud GUI macht bzw die Werte in EM1 und EM1Data schreibt. Siehe https://shelly-api-docs.shelly.cloud/gen2/Devices/Gen2/ShellyPro3EM/ Wäre super wenn es hier auch für dieses Profil support geben würde. Falls mehr Logs benötigt werden, kann ich gerne jederzeit liefern.

iobroker.current.log (in debug mode!)

024-07-10 09:40:24.265 - debug: shelly.1 (16959) [MQTT] Publish: 172.28.254.75 (shellypro3em / shellypro3em-08f9e0e95564 / shellypro3em#08f9e0e95564#1) - topic: ShellyPro3EM-Garten, OutdoorKüche, BackupBox/status/em1:0, qos: 1, payload: {"id":0,"current":4.452,"voltage":236.6,"act_power":795.6,"aprt_power":1054.9,"pf":0.75, "freq":50.0,"calibration":"factory"} -- 2024-07-10 09:40:24.270 - debug: shelly.1 (16959) [MQTT] Publish: 172.28.254.75 (shellypro3em / shellypro3em-08f9e0e95564 / shellypro3em#08f9e0e95564#1) - topic: ShellyPro3EM-Garten, OutdoorKüche, BackupBox/status/em1:1, qos: 1, payload: {"id":1,"current":0.026,"voltage":1.8,"act_power":0.0,"aprt_power":0.0,"pf":0.00, "freq":49.8,"calibration":"factory"} 2024-07-10 09:40:24.275 - debug: shelly.1 (16959) [MQTT] Publish: 172.28.254.75 (shellypro3em / shellypro3em-08f9e0e95564 / shellypro3em#08f9e0e95564#1) - topic: ShellyPro3EM-Garten, OutdoorKüche, BackupBox/status/em1:2, qos: 1, payload: {"id":2,"current":1.270,"voltage":236.7,"act_power":265.9,"aprt_power":300.7,"pf":0.90, "freq":50.0,"calibration":"factory"} 2024-07-10 09:40:24.279 - debug: shelly.1 (16959) [MQTT] Publish: 172.28.254.75 (shellypro3em / shellypro3em-08f9e0e95564 / shellypro3em#08f9e0e95564#1) - topic: ShellyPro3EM-Garten, OutdoorKüche, BackupBox/events/rpc, qos: 1, payload: {"src":"shellypro3em-08f9e0e95564","dst":"ShellyPro3EM-Garten, OutdoorKüche, BackupBox/events","method":"NotifyStatus","params":{"ts":1720597194.49,"em1:1":{"id":1,"act_power":0.0,"aprt_power":0.0,"current":0.026,"freq":50.1,"pf":0.00,"voltage":1.8}}} 2024-07-10 09:40:24.284 - debug: shelly.1 (16959) [MQTT] Publish: 172.28.254.75 (shellypro3em / shellypro3em-08f9e0e95564 / shellypro3em#08f9e0e95564#1) - topic: ShellyPro3EM-Garten, OutdoorKüche, BackupBox/events/rpc, qos: 1, payload: {"src":"shellypro3em-08f9e0e95564","dst":"ShellyPro3EM-Garten, OutdoorKüche, BackupBox/events","method":"NotifyStatus","params":{"ts":1720597194.49,"em1:2":{"id":2,"act_power":217.0,"aprt_power":230.5,"current":0.976,"freq":50.0,"pf":0.38,"voltage":236.8}}}

Version of nodejs

v18.17.1

Version of ioBroker js-controller

5.0.19

Version of adapter

7.0.0

github-actions[bot] commented 1 month ago

Thanks for reporting a new issue @mhuber77!

  1. Please make sure your topic is not covered in the documentation
  2. Please attach all necessary log files (in debug mode!), screenshots and other information to reproduce this issue
  3. Search for the issue topic in other/closed issues to avoid duplicates!
  4. Ensure that you use the latest available beta version of this adapter (not the current stable version): 7.0.0

    Otherwise this issue will be closed.