iobroker-community-adapters / ioBroker.shelly

Integrate your Shelly devices into ioBroker via MQTT or CoIoT
Other
167 stars 67 forks source link

Cant see values on Shelly Plus HT #700

Closed aufruf closed 2 years ago

aufruf commented 2 years ago

Shelly device

Shelly Plus HT Sensor (Gen2 device)

Protocol (CoAP / MQTT)

MQTT

The problem

I have downloaded one of the latest adapter versions and configrued MQTT on the HT Plus sensor. The device is listed within the Shelly Adapteer objects (however the icon for connection is not green but brown). If I drill into the adapter details it gives me values for the current configuration but both the TEMP and HUM values are empty. 1

Version of nodejs

16.17

Version of ioBroker js-controller

4.0.23

Version of Adapter

6.2.0

Operating system running ioBroker

in docker on Synology NAS

Checklist of files to include below

Additional information & file uploads

2022-10-24 12:41:55.003 - info: shelly.0 (28469) [MQTT] Device (shellyplusht / shellyplusht-c049ef8728e8 / shellyplusht#c049ef8728e8#1) connected! Polltime set to 3600 sec.

2022-10-24 12:41:57.655 - info: shelly.0 (28469) [MQTT] Client Disconnect: 192.168.178.58 (shellyplusht / shellyplusht-c049ef8728e8 / shellyplusht#c049ef8728e8#1)

klein0r commented 2 years ago
aufruf commented 2 years ago

Thanks Matthias!

on 1) 6.2.4 didnt bring any difference unfortunatley on 3) wouldnt it be possible to pull the initial state instead of leaving it empty? It gives the feeling that something is not working (and I still dont know whether it is operating correctly or not as I dont see any temp or hum values)

aufruf commented 2 years ago

Ah and just saying that I see the values reported correctly wihtin the shelly app (so the sensor itself is not broken)

aufruf commented 2 years ago

Problem solved - the new version brought the log error message that was needed :) Turned the general status update flag on in the MQTT setting and now I see the numbers. Sorry and thanks for your efforts