unixko / MitsuCon

Mitsubishi Heat Pump Controller for Home Assistant
Apache License 2.0
68 stars 12 forks source link

[improvement] Provide way to setup the wifi connection withou using hardcoding #9

Closed jmvaz closed 4 years ago

jmvaz commented 4 years ago

Try to use some library in order to setup wifi and MQTT connectivity. Example: https://github.com/tzapu/WiFiManager If we need to change the wifi network or mqtt server we need to reflash the controller. thanks

unixko commented 4 years ago

Thanks for suggestion. For my application, I preferred hardcode since I don't want a risk about configuration reset but I understand your need. @dzungpv already implemented Enhanced code that included WiFiManager and web user interface.

https://github.com/dzungpv/mitsubishi2MQTT