Hi all,
i wanted to use nodered to read a sensor from an external OWFS server and present it to HA.
So far this is working as i can read the sensor data using a flow in nodered:
This gives me a temperature value… now i somehow need to present this value to HA. I thought of using some kind of dummy sensor which is filled with the data but i don`t know if that is working?
Or is there another way to use the data coming from the owfs server?
MQTT is also installed on that owfs server (based on rasbian lite stretch)… so i guess i could also use this one but don`t know how?
Greetings and thanks for any help!