History for pyenergenie / src / energenie / Devices.py
2016-06-05
@David Whale
Added in support for other devices like control and monitor only
David Whale committed on 5 Jun 2016
@David Whale
Added support for MIHO014 in line relay. ...
David Whale committed on 5 Jun 2016
@David Whale
radio_config now making it through to OnAir.TwoBitInterface.send()
David Whale committed on 5 Jun 2016
@David Whale
Device.config is now Device.radio_config ...
David Whale committed on 5 Jun 2016
2016-06-03
@David Whale
Tested MIHO032 PIR sensor, works fine
David Whale committed on 3 Jun 2016
@David Whale
Added support for MIHO032 MotionSensor
David Whale committed on 3 Jun 2016
@David Whale
Support for MIHO003 OpenSensor tested and working
David Whale committed on 3 Jun 2016
@David Whale
Added MIHO033 OpenSensor to Devices.py
David Whale committed on 3 Jun 2016
2016-05-30
@David Whale
Tested and tweaked for Python 3 support
David Whale committed on 30 May 2016
@David Whale
Tested setup_tool.py on real hardware - works OK ...
David Whale committed on 30 May 2016
@David Whale
Rationalised all comment styles. ...
David Whale committed on 30 May 2016
@David Whale
Moved setup code from global scope of Registry to energenie.init() ...
David Whale committed on 30 May 2016
2016-05-29
@David Whale
control_mihome.py recoded to use remembered registry
David Whale committed on 29 May 2016
@David Whale
setup_tool tested in simulation and works OK
David Whale committed on 29 May 2016
2016-05-28
@David Whale
setup_tool now written, ready to start testing
David Whale committed on 28 May 2016
@David Whale
About half of the setup tool is written and roughly working
David Whale committed on 28 May 2016
@David Whale
Devices_test is now a unittest
David Whale committed on 28 May 2016
@David Whale
Most of Registry_test completed. ...
David Whale committed on 28 May 2016
2016-05-27
@David Whale
Managed to persist device configuration to registry.kvs
David Whale committed on 27 May 2016
2016-05-26
@David Whale
monitor_mihome now works with auto join and switch toggling
David Whale committed on 26 May 2016
@David Whale
Factory method added to MiHomeDevice to generate a join_req for testing
David Whale committed on 26 May 2016
2016-05-25
@David Whale
Join_ack working on discovery mode autojoin
David Whale committed on 25 May 2016
@David Whale
Auto discovery tested and working with accept
David Whale committed on 25 May 2016
@David Whale
Can now construct a device class instance from its product_id
David Whale committed on 25 May 2016
@David Whale
Neater callback mechanism for device class instances to use. ...
David Whale committed on 25 May 2016
2016-05-24
@David Whale
switch.py renamed as control_mihome.py, rewritten for new OO interface
David Whale committed on 24 May 2016
@David Whale
legacy.py rewritten to use new device class interface
David Whale committed on 24 May 2016
2016-05-23
@David Whale
Ran all test cases again (no hardware), fixed a few issues. ...
David Whale committed on 23 May 2016
@David Whale
Refactored usages of raw message to use Message() ...
David Whale committed on 23 May 2016
@David Whale
Marked with ##HERE markers the refactoring required for new Message() ...
David Whale committed on 23 May 2016