arjenhiemstra / ithowifi

Itho wifi add-on module (ESP32 wifi to itho I2C protocol)
GNU General Public License v3.0
170 stars 29 forks source link

Add API for setting the outside temperature #249

Closed yorickpeterse closed 2 months ago

yorickpeterse commented 2 months ago

This adds support to V2 of the API to set the outside temperature of an Itho WPU. This allows controlling of this value without the need for a physical sensor (i.e. by using the Buienradar API).

I didn't include support for the temporary temperature value and timestamp. The use case is to have some sort of script run periodically and update the temperature according to an external source, in which case the temporary temperature value and timestamp isn't useful. If it's desired to add this anyway, I'll happily add it of course :smiley:

arjenhiemstra commented 2 months ago

Thanks! No need to add support for the temporary temperature value and timestamp atm. If there is a need in the future someone can add it easily.