whaleygeek / pyenergenie

A python interface to the Energenie line of products
MIT License
81 stars 51 forks source link

Unified radio #55

Closed whaleygeek closed 8 years ago

whaleygeek commented 8 years ago

The radio driver is now combined. Same radio driver used for both FSK (MiHome) and OOK (green button) devices. combined.py now shows using both together in same script. csv logging moved into separate module to get better code sharing. dictionary moved to Registry.py to get better code sharing. Old SPI-direct interface removed. Remnants of some old arduino tests removed.