Hi, I want to control some 230Volt devices using an Energenie EG-PM2 power socket. Unfortunately this isn’t supported by HASS currently and I like to ask if we could add this USB controlled switch?
- 4 sockets / outlets
- timer for PC independent alarms
- buzzer
There are already existing tools to control the PM:
- https://github.com/xypron/sispmctl - C depends on libusb
-
https://github.com/xypron/pysispm - Python (2?) depends on pyUSB
Both implement an USB discovery, get status and set the outlets.
Can anybody integrate it using the python lib, so I can test it?