Domoticz temperature sensor to OTGW #118
-
Recently i've bought a new OTGW from the Nodo-shop. I've added my own Wemos D1 mini. And installed a MQTT broker to connect the OTGW to Domoticz. I hope someone can help me with this. Remco |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Welcome to the community... Read the wiki: If you need help, you can best join the discord. |
Beta Was this translation helpful? Give feedback.
-
For future reference, the procedure is describer here: To quote: "So sending Outside Temperature to your OTGW with a local measurement of the outside temperature then it is this: topic: |
Beta Was this translation helpful? Give feedback.
-
I managed to sent the Outside Temperature from Domoticz (that is the temperature values from a Buienradar plugin) to OTGW using an Device Changed Event. For this I adapted the info found on: It basically constructs the http://192.168.178.xx/command?OT=value command that is sent to the otmonitor. Now I would like to do the same for the "Return water temperature". My OTGW is located away from my boiler so I do not have the possibility to attach the temperature sensor to the GPIO of the board. But I have a sensor that feeds its data into Domoticz. Is there a way to send the Return water temperature from a Domoticz sensor to otmonitor in a simular way as can be done with the outside temperature? Thanks for the help on this! Cheers, Armand |
Beta Was this translation helpful? Give feedback.
-
To my knowledge the OTGW does not have a command to set the return temperature. I'm also not quite sure what the use of sending this data would be? I see the use for outdoor temperature but I don't think any boiler would allow overriding a parameter like that which is so essential to its own operation. |
Beta Was this translation helpful? Give feedback.
To my knowledge the OTGW does not have a command to set the return temperature. I'm also not quite sure what the use of sending this data would be? I see the use for outdoor temperature but I don't think any boiler would allow overriding a parameter like that which is so essential to its own operation.
If however, you are doing it to use some sort of function or plotting capability in Domotics, maybe you could try to just send the sensor data to the mqtt topic that the OTGW firmware has created. This would make Domoticz think it was reported by the OTGW.