dkjonas / Wavin-AHC-9000-mqtt

Esp8266 mqtt interface for Wavin AHC-9000/Jablotron AC-116
MIT License
85 stars 35 forks source link

Support for OTA? #12

Closed jascdk closed 5 years ago

jascdk commented 5 years ago

Hi would it be possible to add OTA (over the air updates) support to your code? It would be a nice feature if the ESP is tucked away or mounted in a box.

I dont know if it is possible to do OTA with platformio?

Regards

/Jacob

dkjonas commented 5 years ago

I don't expect to add any new features - controlling the temperature is the only thing the AHC can do - so there is not much to add. Therefore I don't see the need to be able to update the code once it is installed. In other words, I won't write the code.

But I don't think there are any technical reasons why I can't be included. So if someone creates a PR with the needed code changes, I will try to include it.

jascdk commented 5 years ago

@dkjonas That is understandable :) Thanks for the reply - I will try ask someone to make an PR if they also have an interest in the code. Great code by the way!