Open
Description
What did you have in mind?
I have the new OnWall model which isn't supported yet by this project. I'd like to have it supported. I would love to help with testing, dumping, etc. I looked around the code to try and integrate this myself but not sure in DeviceType(enum) what the second value means.
MINI = "Switcher Mini", "030f", 1, DeviceCategory.WATER_HEATER, False
POWER_PLUG = "Switcher Power Plug", "01a8", 1, DeviceCategory.POWER_PLUG, False
TOUCH = "Switcher Touch", "030b", 1, DeviceCategory.WATER_HEATER, False
V2_ESP = "Switcher V2 (esp)", "**01a7**", 1, DeviceCategory.WATER_HEATER, False
V2_QCA = "Switcher V2 (qualcomm)", "01a1", 1, DeviceCategory.WATER_HEATER, False
V4 = "Switcher V4", "0317", 1, DeviceCategory.WATER_HEATER, False
ONWALL = "Switcher OnWall", "????", 1, DeviceCategory.WATER_HEATER, False
BREEZE = "Switcher Breeze", "0e01", 2, DeviceCategory.THERMOSTAT, False
RUNNER = "Switcher Runner", "0c01", 2, DeviceCategory.SHUTTER, False
RUNNER_MINI = "Switcher Runner Mini", "0c02", 2, DeviceCategory.SHUTTER, False
...
Are you trying to fix a problem?
No response
Any lead on how this feature can be implemented?
device/__init__.py
-> class DeviceCategory(Enum):