pyenergenie icon indicating copy to clipboard operation
pyenergenie copied to clipboard

A python interface to the Energenie line of products

Results 40 pyenergenie issues
Sort by recently updated
recently updated
newest added

Have you done any work on supporting the MiHome thermostat MIHO069? If so, do you know what OpenThings commands work with it? Or more specifically how to get the Thermostat...

(Virtual_Environment) grappa@raspberrypi:~/Desktop/pyenergenie-master/src/energenie $ python3 radio.py Traceback (most recent call last): File "/home/grappa/Desktop/pyenergenie-master/src/energenie/radio.py", line 31, in libradio = ctypes.cdll.LoadLibrary(mydir + "/" + LIBNAME) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/ctypes/__init__.py", line 454, in LoadLibrary return...

I have been experimenting with the spidev device driver tonight on a pi, with good results. https://www.raspberrypi.org/documentation/hardware/raspberrypi/spi/README.md I might make the SPI auto detect and use an spidev instance, and...

While debugging https://github.com/whaleygeek/pyenergenie/issues/131 I noticed that the mihome_energy_monitor.py example doesn't correctly register the route from a registry retrieved device, to the object created when parsing the registry. The upshot of...

bug

Idea partly inspired from here: https://github.com/whaleygeek/pyenergenie/issues/77 And mentioned here: https://twitter.com/jmigreen/status/1123699248569229315 @jmigreen Idea would be perhaps an Arduino Uno that drives the energenie radio via SPI - then a spi_uart.c that...

enhancement
new_example

See: https://github.com/Achronite/energenie-ener314rt/issues/8 @Achronite thanks for raising this, added it to my list.

It seems that the first run from boot, this hangs in init. If we stop the task run gpio_cleanup and try again, it works. See if this is the same...

I have both legacy green button switches & newer purple button miHome adapters. There is a difference in behaviour between the two programs legacy.py and switch.py which operate my two...

bug

Excellent effort with this. What would be helpful is a matrix of device (OEM codes like

I have one of these devices on loan to evaluate, the new WiFi plug. It would need to be controlled from the portal, but that is free and documented here:...

enhancement