2016-06-05 |
Tested with new devices on Raspberry Pi. All work OK
David Whale
committed
on 5 Jun 2016
|
---|---|
Added in support for other devices like control and monitor only
David Whale
committed
on 5 Jun 2016
|
|
|
|
radio_config now making it through to OnAir.TwoBitInterface.send()
David Whale
committed
on 5 Jun 2016
|
|
|
|
2016-06-03 |
Tested MIHO032 PIR sensor, works fine
David Whale
committed
on 3 Jun 2016
|
Added support for MIHO032 MotionSensor
David Whale
committed
on 3 Jun 2016
|
|
Support for MIHO003 OpenSensor tested and working
David Whale
committed
on 3 Jun 2016
|
|
Added MIHO033 OpenSensor to Devices.py
David Whale
committed
on 3 Jun 2016
|
|
2016-05-30 |
Tested and tweaked for Python 3 support
David Whale
committed
on 30 May 2016
|
|
|
|
|
Moved setup code from global scope of Registry to energenie.init()
...
David Whale
committed
on 30 May 2016
|
|
2016-05-29 |
control_mihome.py recoded to use remembered registry
David Whale
committed
on 29 May 2016
|
setup_tool tested in simulation and works OK
David Whale
committed
on 29 May 2016
|
|
2016-05-28 |
setup_tool now written, ready to start testing
David Whale
committed
on 28 May 2016
|
About half of the setup tool is written and roughly working
David Whale
committed
on 28 May 2016
|
|
Devices_test is now a unittest
David Whale
committed
on 28 May 2016
|
|
|
|
2016-05-27 |
Managed to persist device configuration to registry.kvs
David Whale
committed
on 27 May 2016
|
2016-05-26 |
monitor_mihome now works with auto join and switch toggling
David Whale
committed
on 26 May 2016
|
Factory method added to MiHomeDevice to generate a join_req for testing
David Whale
committed
on 26 May 2016
|
|
2016-05-25 |
Join_ack working on discovery mode autojoin
David Whale
committed
on 25 May 2016
|
Auto discovery tested and working with accept
David Whale
committed
on 25 May 2016
|
|
Can now construct a device class instance from its product_id
David Whale
committed
on 25 May 2016
|
|
Neater callback mechanism for device class instances to use.
...
David Whale
committed
on 25 May 2016
|
|
2016-05-24 |
switch.py renamed as control_mihome.py, rewritten for new OO interface
David Whale
committed
on 24 May 2016
|
legacy.py rewritten to use new device class interface
David Whale
committed
on 24 May 2016
|
|
2016-05-23 |
Ran all test cases again (no hardware), fixed a few issues.
...
David Whale
committed
on 23 May 2016
|
|
|
Marked with ##HERE markers the refactoring required for new Message()
...
David Whale
committed
on 23 May 2016
|
|
2016-05-22 |
Started to think through a better message abstraction
David Whale
committed
on 22 May 2016
|
2016-05-21 |
Improved separation of test harness messages
David Whale
committed
on 21 May 2016
|
Moved test harnesses into separate _test.py modules
David Whale
committed
on 21 May 2016
|
|
More representative synthetic data added to FSK receive test
David Whale
committed
on 21 May 2016
|
|
2016-05-20 |
Poked a synthetic switch on message down the MIHO005 receive pipeline
David Whale
committed
on 20 May 2016
|
Started to flesh out the MiHome receive pipeline
David Whale
committed
on 20 May 2016
|
|
Spec'ed interface for OOK decoder
David Whale
committed
on 20 May 2016
|
|
|
|
|
|
LegacyDevice tx path commissioned end to end
David Whale
committed
on 20 May 2016
|
|
2016-05-19 |
Most of the OnAir interface coded or spec'ed now
David Whale
committed
on 19 May 2016
|
2016-05-18 |
More design on the tx/rx and air_interface pipeline
David Whale
committed
on 18 May 2016
|
Renamed encoder as TwoBit, as it encodes two bits per byte.
...
David Whale
committed
on 18 May 2016
|
|
Started to plan out the tx/rx pipeline for payloads and message buffers
David Whale
committed
on 18 May 2016
|
|
Capabilities of devices turned into flags, with query method in base class
David Whale
committed
on 18 May 2016
|
|
Mock registry store created, auto_create is working
David Whale
committed
on 18 May 2016
|
|
Documented requirement for a simple persistent data store for the Registry
David Whale
committed
on 18 May 2016
|
|
|
|
2016-05-17 |
Initial design for enhanced persistent registry done
David Whale
committed
on 17 May 2016
|
Some ideas about device registration added
David Whale
committed
on 17 May 2016
|
|
Method signatures for device classes added
David Whale
committed
on 17 May 2016
|
|
Started to flesh out device classes proposed interfaces
David Whale
committed
on 17 May 2016
|
|
2016-05-16 |
Updated device database comments for MIHO002 device
David Whale
committed
on 16 May 2016
|
2016-05-14 |
FSK Transmit coded, ready for test
David Whale
committed
on 14 May 2016
|
|
|
2016-03-17 |
|
2016-03-04 |
Updated device database
David Whale
committed
on 4 Mar 2016
|
2016-02-25 |
Added rudimentary support for MIHO005 (HOUSE MONITOR) and MIHO013 (ETRV)
...
David Whale
committed
on 25 Feb 2016
|
Removed and tweaked a lot of trace messages to make it less noisy
David Whale
committed
on 25 Feb 2016
|
|
2015-10-03 |
|