scotty101 wrote: ↑Wed Nov 14, 2018 2:23 pm
Sound like a question that the Domoticz forum might be able to help you with. I use Domoticz and whilst I haven't used the feature myself, I know that you can install Domoticz on two devices and have one be the share with another.
https://www.domoticz.com/wiki/Setting_up_Device_sharing
Another method is that you can use the Domoticz API to send updates for sensors from one device to the Domoticz device.
I use this method to post temperature reading from ESP8266 modules to Domoticz. It could also be done with a Pi zero and a python script using the python-requests library.
https://www.domoticz.com/wiki/Domoticz_API/JSON_URL%27s
But Ofcourse ...... DUH!!! Sorry! I should have put this question up at the Domoticz forum.
Didn't thought of that. I'll post it there also.
But THANKS

anyway for replying to my question and for the links.
I'll follow them and hope it makes sense to me.
And that "ESP8266 module" looks promising.
I'm I right assuming it is a wifi module with a separate sensor (temperature in your case) and the wifi module just sends out the data that your Pi picks up and displays it in Domotics?
Can that wifi module be used for more then just one sensor?
I could use this for an air quality sensor and a weather station I would like to build in my backyard.