You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have zigbee2mqtt instance working with home assistant. Sensor WSDCGQ11LM with address 0x00158d000ae15e12is used to get temperature/humidity/pressure values.
Is there any simple way to read these values cached in zigbee2mqtt, without any subscribing to some topics? All I want is to run some script (e.g. by cron) and just immediately receive the latest values sensor had sent.
I suppose, standard mosquitto_rr utility could be somehow used for this, but I need an example of command-line.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have zigbee2mqtt instance working with home assistant. Sensor WSDCGQ11LM with address 0x00158d000ae15e12is used to get temperature/humidity/pressure values.
Is there any simple way to read these values cached in zigbee2mqtt, without any subscribing to some topics? All I want is to run some script (e.g. by cron) and just immediately receive the latest values sensor had sent.
I suppose, standard
mosquitto_rr
utility could be somehow used for this, but I need an example of command-line.Beta Was this translation helpful? Give feedback.
All reactions