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

https://energenie4u.co.uk/catalogue/product/MIHO069 From the product page: The MiHome Thermostat is part of Energenie' s heating range of products and part of the MiHome home automation range. The heating range includes the...

enhancement

Hi David, I've built a Bottle-based rest api around the python code controlling my MiHO005s at home, and I've written a little iOS App to interface with it. Working great!...

enhancement

The message structure for the eTRV is as follows: {'header': {'encryptPIP': xxxxx, 'mfrid': 4, 'productid': 3, 'sensorid': xxxx}, 'recs': [{'length': 2, 'paramid': 116, 'paramname': 'TEMPERATURE', 'paramunit': 'C', 'typeid': 144, 'value':...

enhancement

In working on the latest monitor.py and adding a switching function, it occurred to me that the handling of transmits could be done more intelligently, to ensure that the radio...

enhancement

It really does depend how you are stopping the web server running. A CTRL-C will likely generate a resource warning (anecdotal evidence here too.... psf/requests#3912) and the PSF guys say...

I would like to read RSSI measurements for received payloads, to help better characterise the performance of the Pi RT adaptor range. This should ideally read out the RSSI value...

enhancement

I'm pondering adding support for BBC micro:bit - basically adding a HRFM69 module as a back-pack to a micro:bit. The microbit-DAL has a SPI class. http://lancaster-university.github.io/microbit-docs/extras/spi/ Could be a nice...

enhancement

I've pondered making a version of the C code that supports Arduino with the RFM69 module. The C code would run on the arduino, with a loop() that provides serial...

enhancement

Moved from #49 as I was logged in as the wrong user... As per #32 I want to write an OOK receiver, so that users without an SDR radio setup...

enhancement

#31 hints at what I think is a command line user interface (i.e. an "energenie shell") that can be called in from other scripts. e.g. the ability to write a...

enhancement