This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Show mqtt temperature as device
pettib
Member
Hi
I have a lot of things thats talk with mqtt to node red.
No i want the values to be shown in Homey.
The first one is a temperature that is sent as a value by mqtt, but i dont find a way to show it as a temp in Homey.
Is there away at all ?
I have a lot of things thats talk with mqtt to node red.
No i want the values to be shown in Homey.
The first one is a temperature that is sent as a value by mqtt, but i dont find a way to show it as a temp in Homey.
Is there away at all ?
Comments
I found that Virtual Devices Beta has a temperature sensor device that i can use.
add the thermostat and use "measure_temperature"
I tried the following flow:
if (MQTT client) topic trigger then (http parser) json path into (better logic) var to the (Virtual device) temperature field
But the better logic variable and sensor remains empty, when i change the parser stuff for a mobile push message i get the sensor data in Json format on my phone, so the trigger trips