Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device support matrix #125

Open
DrHoneyBear opened this issue Nov 16, 2020 · 4 comments
Open

Device support matrix #125

DrHoneyBear opened this issue Nov 16, 2020 · 4 comments

Comments

@DrHoneyBear
Copy link

Excellent effort with this.
What would be helpful is a matrix of device (OEM codes like <MIHO003, MIHO013 and so) on down the left, and across the right - the current support level (fully, partial, future) and perhaps a comment. There's quite a few devices. I couldnt find the status for MIHOI013/14 that I have - happy to help if you ask me what to do with them (sniff etc) and how.

@Achronite
Copy link
Contributor

I've done a similar matrix for my node-red and node.js code, which uses this library see https://github.com/Achronite/node-red-contrib-energenie-ener314rt. The eTRV (MIHO013) was a pig to get working, due to it's small receive window.

I would be very happy to see traces from other devices that have not been tested yet.

@whaleygeek
Copy link
Owner

Good idea.

As a general rule for now - any device that is receive only, uses OOK modulation and the simple bitwise encoder, so there is no device ID in those, they just learn whatever the transmitter sends out (and by design are therefore compatible). A lot of the sockets and all the new light switches are receive only, so they are supported as-is.

The only device that I know is not supported at present is the thermostat, but I have one of those here and all the data necessary to get it working.

@whaleygeek
Copy link
Owner

Regarding the eTRV, I have an outstanding issue to make the transmit and receive a scheduled activity so it will then be easy to achieve the tight receive window. I'm just waiting for time and motivation to do this!

@whaleygeek
Copy link
Owner

whaleygeek commented Nov 16, 2020

There is a list of devices, their product names and their device id's in the Devices.py file here: https://github.com/whaleygeek/pyenergenie/blob/master/src/energenie/Devices.py#L24

The DeviceFactory is where the master list is consolidated into something that is accessible in code, and that is the place to go to get official driver classes for all the devices: https://github.com/whaleygeek/pyenergenie/blob/master/src/energenie/Devices.py#L1047

If someone was to paste a list of other product numbers that are not listed (paste it in this issue) I will bring it up to date - I have some extra data here that Energenie sent me also, so I can consolidate it all and update the existing list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants