I’ve scavenged the forums for Energenie info but can only find stuff for the ENER314 Pi-Mote - their basic model. There’s nothing for the newer ENER314-RT Two Way, which is a proper Pi Hat with built-in antennae, with RFM69W onboard supporting FSK, OOK etc for £20

The full docs for the RFM69W are here: http://www.hoperf.com/upload/rf/RFM69W-V1.3.pdf
They provide HopeRF’s c scripts for running the device, which are fairly convoluted with no guidance to get users up & running out of the box. Alternatively there’s an in-development python library over at https://github.com/whaleygeek/pyenergenie, but again, guidance is patchy.
The matter is further complicated by it communicating with the Pi via SPI1. Their provided docs (https://energenie4u.co.uk/res/pdfs/ENER ... 0Guide.pdf) infer it can be controlled by manipulating the GPIO pins. It can’t. It can only be controlled via SPI, and modification / recompilation of hoperf_trx into custom c executables to turn the bundle ENER002 dumb switches on and off (they aren’t actually supported in the default-compiled hoperf_trx app which is in full-on FSK mode for monitoring). To get the board up and running users need to manually config/make/make-install bcm2835 c libs (ver 1.37 if using RaspPi A / B, ver 1.5 if using RaspPi2). You can find them attached to this post.
Obviously, this would be a superb (and cheap) little device to cover a plethora of things with Domoticz if support could be added... especially as I’ve got one here!
Currently Domoticz is running on RaspiB #1 with an RFXTRX433E (which I purchased specifically because I couldn’t figure out how to get the ENER314-RT working with Domoticz) and the Energenie Pi-mote IR Hat, however the RFX's range won’t extend to the shed at the bottom of my garden.
I _do_ have CAT6 running to the shed however, so I’ve plonked a second RaspiB in the shed with the ENER314-RT attached so I can control devices in there. At the moment I’m using python to send OpenSoundControl commands over the network from Domoticz virtual sensors (on RaspiB #1) to communicate with it which suffices... RaspiB #2 then runs a python script listening for the OpenSoundControl commands and triggers running the various c scripts I’ve compiled to turn ENER002 sockets on and off.
I’d deeply love to be able to make RaspiB#2 into a fully-fledged Domoticz slave, with proper rx/tx capability for the ENER314-RT, and be able to monitor other devices I may add.
Any suggestions?

EDIT: P’raps I should’ve put this in the Suggestions forum rather than Compatibility. If a mod wants to shift it, feel free...