You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Early design has tried to keep this option open. I.e., messages.py currently tries to encapsulate all the HA MQTT message concerns while being ignorant of the MQTT client--so, in theory, a new client.py could be written for umqtt with little duplication. In practice, it is likely that the upstream aqualogic module would require significant modification to support running in MicroPython... but this has not been investigated, so perhaps it is easier than it seems.
The text was updated successfully, but these errors were encountered:
Early design has tried to keep this option open. I.e., messages.py currently tries to encapsulate all the HA MQTT message concerns while being ignorant of the MQTT client--so, in theory, a new client.py could be written for umqtt with little duplication. In practice, it is likely that the upstream aqualogic module would require significant modification to support running in MicroPython... but this has not been investigated, so perhaps it is easier than it seems.
The text was updated successfully, but these errors were encountered: