albertogeniola / MerossIot

Async Python library for controlling Meross devices
https://albertogeniola.github.io/MerossIot/
MIT License
485 stars 88 forks source link

[Local Only Support] Channel types rely on HTTP API #159

Closed albertogeniola closed 3 years ago

albertogeniola commented 3 years ago

The channel information about Meross devices are held by Meross HTTP API: channel type (USB/switch) and its name. To make this work in local lan only mode, we need to find another way to achieve that.

Temporary solution:

albertogeniola commented 3 years ago

Solved in Homeassistant Meross Addon