Search found 3 matches

by whaleygeek
Tuesday 07 June 2016 22:35
Forum: Other questions and discussions
Topic: Energenie TVR and RFXCOM
Replies: 2
Views: 916

Re: Energenie TVR and RFXCOM

The TRV's are FSK modulated devices, using the OpenThings protocol. I have some rudimentary support for these in my new Python libraries here: https://github.com/whaleygeek/pyenergenie Edward Frost has got them working with an earlier version of my code, but I hope to flesh out the eTRV device class ...
by whaleygeek
Tuesday 07 June 2016 22:32
Forum: Others
Topic: RFcomTrx433e & Energenie MiHome 13A Adaptor Sockets ??
Replies: 3
Views: 1727

Re: RFcomTrx433e & Energenie MiHome 13A Adaptor Sockets ??

These devices are basically an ENER002 (older green button device) repackaged in MiHome packaging. But the receive-only protocol is identical, and anything that already works with the original ENER002 should work with these unmodified.

David
@whaleygeek
by whaleygeek
Tuesday 07 June 2016 22:30
Forum: Others
Topic: Energenie ENER314-RT aka Two Way Pi-Mote (RFM69W)
Replies: 1
Views: 2657

Re: Energenie ENER314-RT aka Two Way Pi-Mote (RFM69W)

Hi Marci, There has been a lot of improvements to the Python code here recently: https://github.com/whaleygeek/pyenergenie Do take another look. I now have support for both the older green button OOK devices that a lot of your users are using, as well as the two way MiHome range. I've also done a ...