2017-02-09
@Alex Tucker
Add stand-alone 'energenie' command to switch devices on & off.
Alex Tucker committed on 9 Feb 2017
2016-11-19
@Alex Tucker
Small fixes for Python 3
Alex Tucker committed on 19 Nov 2016
2016-06-06
@David Whale
Tested MIHO014 relay on Raspberry pi - works fine
David Whale committed on 6 Jun 2016
2016-06-05
@David Whale
Updated README with better links to places to get the code from
David Whale committed on 5 Jun 2016
@David Whale
Merge pull request #74 from whaleygeek/ook_radio_config ...
David Whale committed on 5 Jun 2016
@David Whale
Branch ready for merging back to master
David Whale committed on 5 Jun 2016
@David Whale
Tested with new devices on Raspberry Pi. All work OK
David Whale committed on 5 Jun 2016
@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
inner_times now correctly set on both interfaces. ...
David Whale committed on 5 Jun 2016
@David Whale
Now passes and uses inner_times override to radio driver ...
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
@David Whale
Clearly documented plan of steps to implement the change
David Whale committed on 5 Jun 2016
@David Whale
Documented work required to get the MiHome Light integrated
David Whale committed on 5 Jun 2016
@David Whale
Merge pull request #73 from whaleygeek/new_devices_june16 ...
David Whale committed on 5 Jun 2016
2016-06-03
@David Whale
Reviewed TODO items for new device support
David Whale committed on 3 Jun 2016
@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
@David Whale
Documented messages from 3 new devices
David Whale committed on 3 Jun 2016
@David Whale
Spec'ed out work required to add the new devices
David Whale committed on 3 Jun 2016
2016-05-30
@David Whale
Now runs on Raspberry Pi 3 also
David Whale committed on 30 May 2016
@David Whale
working notes file device_classes_branch.txt moved over to an issue
David Whale committed on 30 May 2016
@David Whale
Reviewed TODO list from the device_classes branch ...
David Whale committed on 30 May 2016
@David Whale
Removed sample programs and moved to issues in the issue log ...
David Whale committed on 30 May 2016
@David Whale
Updated README.md to bring in line with latest release
David Whale committed on 30 May 2016
@David Whale
Merge pull request #61 from whaleygeek/device_classes ...
David Whale committed on 30 May 2016
@David Whale
New tests documented. ...
David Whale committed on 30 May 2016
@David Whale
Tested and tweaked for Python 3 support
David Whale committed on 30 May 2016
@David Whale
Tested demos on real hardware. Works fine. ...
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
All test cases now run fine. ...
David Whale committed on 30 May 2016
@David Whale
All testers except Registry_test now running all tests
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
auto variable create example added. ...
David Whale committed on 29 May 2016
@David Whale
Energy monitor example written. ...
David Whale committed on 29 May 2016
@David Whale
Standalone discovery example written. ...
David Whale committed on 29 May 2016
@David Whale
Improved registry listing by using iterator
David Whale committed on 29 May 2016
@David Whale
Iterator added to registry
David Whale committed on 29 May 2016
@David Whale
Clarified control_any_noreg.py by adding a MIHO005 example
David Whale committed on 29 May 2016
@David Whale
Renamed a lot of the control_ demos, due to device agnostic behaviour
David Whale committed on 29 May 2016
@David Whale
Removed control_both.py, as control_any.py will do any sockets now
David Whale committed on 29 May 2016
@David Whale
control_mihome.py recoded to use remembered registry
David Whale committed on 29 May 2016
@David Whale
control_legacy.py simplified, assuming learning done by setup_tool.py
David Whale committed on 29 May 2016
@David Whale
setup_tool tested in simulation and works OK
David Whale committed on 29 May 2016
@David Whale
setup_tool finished, ready for testing
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
Design for all setup_tool actions done
David Whale committed on 28 May 2016
@David Whale
setup_tool main menu written and working
David Whale committed on 28 May 2016
@David Whale
Defined requirements for demo apps including setup tool menu
David Whale committed on 28 May 2016
@David Whale
Specified the demos that we want to write as part of the device classes testing
David Whale committed on 28 May 2016
@David Whale
Receive counter implemented and tested
David Whale committed on 28 May 2016
@David Whale
Devices_test is now a unittest
David Whale committed on 28 May 2016
@David Whale
All registry tests now pass. ...
David Whale committed on 28 May 2016
@David Whale
Just the route creator to test now
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
KVS all test cases pass
David Whale committed on 27 May 2016
@David Whale
KVS.DEL() passing tests
David Whale committed on 27 May 2016
@David Whale
Factory creation in ADD is now working
David Whale committed on 27 May 2016
@David Whale
kvs remove functionality working
David Whale committed on 27 May 2016
@David Whale
KVS.remove() test now passes
David Whale committed on 27 May 2016
@David Whale
KVS tested in non persisted mode and works. ...
David Whale committed on 27 May 2016
@David Whale
KVS tests for non persistent KVS all pass
David Whale committed on 27 May 2016
@David Whale
Test harness and functionality for KVS defined
David Whale committed on 27 May 2016
@David Whale
Moved KVS to separate module with separate test harness. ...
David Whale committed on 27 May 2016
@David Whale
Managed to persist device configuration to registry.kvs
David Whale committed on 27 May 2016
2016-05-26
@David Whale
Beginnings of a persistent version of a class is appearing
David Whale committed on 26 May 2016
@David Whale
Test harness for new Registry and KVS in place
David Whale committed on 26 May 2016
@David Whale
Design of persistent registry store improved after a re-think
David Whale committed on 26 May 2016
@David Whale
Pseudo code for KVS written, ready to be coded up
David Whale committed on 26 May 2016
@David Whale
Design for Registry data store (KVS) done
David Whale committed on 26 May 2016
@David Whale
Thought through next set of demos
David Whale committed on 26 May 2016
@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
@David Whale
Registry_test all test cases now pass for discovery
David Whale committed on 26 May 2016
2016-05-25
@David Whale
Set up test case for the final discovery test. ...
David Whale committed on 25 May 2016
@David Whale
Join_ack working on discovery mode autojoin
David Whale committed on 25 May 2016
@David Whale
Most test cases for discovery modes implemented and passing
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
Initial outer testing of 4 discovery modes done ok
David Whale committed on 25 May 2016
@David Whale
Framework of discovery methods in place, ready to TDD
David Whale committed on 25 May 2016
@David Whale
Reviewed discovery user requirements, updated todo list
David Whale committed on 25 May 2016
@David Whale
Design for discovery agents done
David Whale committed on 25 May 2016
@David Whale
Updated plan for next steps
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
Default incoming message callback added to router, for logging/debug
David Whale committed on 25 May 2016
@David Whale
Router unknown message handling callback registration is cleaner
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
Fixed bug where sensorid was always zero in csv log
David Whale committed on 24 May 2016
@David Whale
Synthetic receive working in monitor_mihome.py
David Whale committed on 24 May 2016
@David Whale
Updated TODO list with next steps for receive pipeline
David Whale committed on 24 May 2016
@David Whale
energenie.loop() written with FSK receiver connected to fsk_router
David Whale committed on 24 May 2016
@David Whale
Router ready to be tied into a loop()
David Whale committed on 24 May 2016
@David Whale
control_both.py working in simulation
David Whale committed on 24 May 2016
@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
Tested on Raspberry Pi, all 4 testers still work with new Message()
David Whale committed on 23 May 2016
@David Whale
Updated TODO list for the next phase of work on device_classes branch ...
David Whale committed on 23 May 2016
@David Whale
Improved debug output for testing
David Whale committed on 23 May 2016
@David Whale
Ran all test cases again (no hardware), fixed a few issues. ...
David Whale committed on 23 May 2016
@David Whale
Code now ready for regression testing with new Message() wrappers added
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
@David Whale
OpenThings.Message tests now completed
David Whale committed on 23 May 2016
@David Whale
PARAM_NAME key syntax for OpenThings.Message [set] tested ok
David Whale committed on 23 May 2016
@David Whale
OpenThings.Message now tests attribute set and get. ...
David Whale committed on 23 May 2016
@David Whale
setattr tests done on OpenThings.Message
David Whale committed on 23 May 2016
@David Whale
Tested all attribute read services in OpenThings.Message
David Whale committed on 23 May 2016
@David Whale
OpenThings.Message test harness keyed paths tested and working
David Whale committed on 23 May 2016
2016-05-22
@David Whale
Characterised usage modes of OpenThings.Message better
David Whale committed on 22 May 2016
@David Whale
Refinements to different parameter formats
David Whale committed on 22 May 2016
@David Whale
Clarified test cases for OpenThings.Message()
David Whale committed on 22 May 2016
@David Whale
Started writing unittest harness for new OpenThings.Message abstraction
David Whale committed on 22 May 2016
@David Whale
Message.get() implemented and tested with paramid keying
David Whale committed on 22 May 2016
@David Whale
Started to think through a better message abstraction
David Whale committed on 22 May 2016
2016-05-21
@David Whale
Started to think through a better alterMessage ...
David Whale committed on 21 May 2016
@David Whale
Improved separation of test harness messages
David Whale committed on 21 May 2016
@David Whale
Major tidy up of test harness and lifecycle methods
David Whale committed on 21 May 2016
@David Whale
Moved test harnesses into separate _test.py modules
David Whale committed on 21 May 2016
@David Whale
More representative synthetic data added to FSK receive test
David Whale committed on 21 May 2016
2016-05-20
@David Whale
Poked a synthetic switch on message down the MIHO005 receive pipeline
David Whale committed on 20 May 2016
@David Whale
Started to flesh out the MiHome receive pipeline
David Whale committed on 20 May 2016
@David Whale
Spec'ed interface for OOK decoder
David Whale committed on 20 May 2016
@David Whale
Deprecated Messages due to import race with Devices. ...
David Whale committed on 20 May 2016
@David Whale
Commissioned a tx path for MiHome adaptor Plus. ...
David Whale committed on 20 May 2016
@David Whale
LegacyDevice tx path commissioned end to end
David Whale committed on 20 May 2016
2016-05-19
@David Whale
Most of the OnAir interface coded or spec'ed now
David Whale committed on 19 May 2016
@David Whale
Implementation checklist added for OnAir
David Whale committed on 19 May 2016
@David Whale
Method signatures defined for OnAir adaptors
David Whale committed on 19 May 2016
@David Whale
Spec'ed out responsibilities of OnAir interfaces
David Whale committed on 19 May 2016
@David Whale
Placeholder added to architecture for radio interface adaptors
David Whale committed on 19 May 2016
2016-05-18
@David Whale
More design on the tx/rx and air_interface pipeline
David Whale committed on 18 May 2016
@David Whale
Renamed encoder as TwoBit, as it encodes two bits per byte. ...
David Whale committed on 18 May 2016
@David Whale
Started to plan out the tx/rx pipeline for payloads and message buffers
David Whale committed on 18 May 2016
@David Whale
Initial design of a message Router
David Whale committed on 18 May 2016
@David Whale
Capabilities of devices turned into flags, with query method in base class
David Whale committed on 18 May 2016
@David Whale
Mock registry store created, auto_create is working
David Whale committed on 18 May 2016
@David Whale
Documented requirement for a simple persistent data store for the Registry
David Whale committed on 18 May 2016
@David Whale
Started to implement device classes code. ...
David Whale committed on 18 May 2016
2016-05-17
@David Whale
Method signatures for Registry sketched out
David Whale committed on 17 May 2016
@David Whale
Initial design for enhanced persistent registry done
David Whale committed on 17 May 2016
@David Whale
Some ideas about device registration added
David Whale committed on 17 May 2016
@David Whale
Method signatures for device classes added
David Whale committed on 17 May 2016
@David Whale
Started to flesh out device classes proposed interfaces
David Whale committed on 17 May 2016
@David Whale
Started to flesh out design thinking of device classes
David Whale committed on 17 May 2016
@David Whale
Done a requirements and design pass of the device classes idea
David Whale committed on 17 May 2016
@David Whale
Started a doc to spec and design the device classes
David Whale committed on 17 May 2016
2016-05-16
@David Whale
Python 3 now supported. ...
David Whale committed on 16 May 2016
@David Whale
factored out python2/3 differences on raw_input
David Whale committed on 16 May 2016
@David Whale
Updated device database comments for MIHO002 device
David Whale committed on 16 May 2016
@David Whale
Now displays receive time of incoming messages
David Whale committed on 16 May 2016
@David Whale
Merge pull request #55 from whaleygeek/unified_radio ...
David Whale committed on 16 May 2016
@David Whale
Corrected incorrect comment in switch.py
David Whale committed on 16 May 2016
@David Whale
Noted the layering of switching between tx/rx might be sub optimal
David Whale committed on 16 May 2016
@David Whale
Merge branch 'unified_radio' of https://github.com/whaleygeek/pyenergenie into unified_radio
David Whale committed on 16 May 2016
@David Whale
Fine tuned settings when sharing MiHome and legacy devices
David Whale committed on 16 May 2016
2016-05-15
@David Whale
Updated README
David Whale committed on 15 May 2016
@David Whale
OOK(legacy) and FSK(MiHome) working in same combined.py build
David Whale committed on 15 May 2016
@David Whale
Wrote a sample combined.py to use MiHome and legacy together. ...
David Whale committed on 15 May 2016
@David Whale
Renamed new radio2 module as radio, and removed old code
David Whale committed on 15 May 2016
@David Whale
Removed any remaining spi-direct and tidied the build process. ...
David Whale committed on 15 May 2016
@David Whale
Removed legacy direct-to-SPI interface. ...
David Whale committed on 15 May 2016
@David Whale
Merge branch 'unified_radio' of https://github.com/whaleygeek/pyenergenie into unified_radio
David Whale committed on 15 May 2016
@David Whale
Started testing receiver
David Whale committed on 15 May 2016
@David Whale
Tested FSK tx and rx on Pi, works fine ...
David Whale committed on 15 May 2016
@David Whale
Fixed compile typos. ...
David Whale committed on 15 May 2016
@David Whale
Simplified the choice between len and cbp receive
David Whale committed on 15 May 2016
@David Whale
Updated TODO list for next steps of radio.c
David Whale committed on 15 May 2016
@David Whale
Implemented radio.c/radio_get_payload ...
David Whale committed on 15 May 2016
@David Whale
Implemented a better HRF_readfifo_burst. ...
David Whale committed on 15 May 2016
@David Whale
Framework for FSK receive in place
David Whale committed on 15 May 2016
@David Whale
Started working through new FSK receiver architecture
David Whale committed on 15 May 2016
@David Whale
Tested with MiHome adaptor plus, new FSK transmitter works fine
David Whale committed on 15 May 2016
2016-05-14
@David Whale
FSK Transmit coded, ready for test
David Whale committed on 14 May 2016
@David Whale
Restructured switch.py so we have a tx-only test. ...
David Whale committed on 14 May 2016
@David Whale
Refactored so that we can create a tx-only switch loop tester. ...
David Whale committed on 14 May 2016
2016-05-13
@David Whale
Tested on Raspberry Pi, switch, monitor, and legacy work with spi scaffold
David Whale committed on 13 May 2016
@David Whale
radio2.py offers temporary spi interface for radio.py ...
David Whale committed on 13 May 2016
@David Whale
Updated README to reflect recent advances
David Whale committed on 13 May 2016
@David Whale
Merge branch 'master' of https://github.com/whaleygeek/pyenergenie ...
David Whale committed on 13 May 2016
@David Whale
Build of radio_rpi.so updated
David Whale committed on 13 May 2016
@David Whale
Legacy test passed
David Whale committed on 13 May 2016
@David Whale
Defined manual release tests
David Whale committed on 13 May 2016
@David Whale
Removed experimental arduino work
David Whale committed on 13 May 2016
@David Whale
Fixed failed merge
David Whale committed on 13 May 2016
@David Whale
Merge branch 'long-tx'
David Whale committed on 13 May 2016
2016-04-25
@David Whale
Tested with a house address captured from an Energenie hand controller. ...
David Whale committed on 25 Apr 2016
@David Whale
Tested with different house codes, works fine
David Whale committed on 25 Apr 2016
2016-04-20
@David Whale
Improved configurability of message repeat patterns. ...
David Whale committed on 20 Apr 2016
2016-04-18
@David Whale
Turned off TRACE on raspberry pi build
David Whale committed on 18 Apr 2016
@David Whale
Tested with learning mode. ...
David Whale committed on 18 Apr 2016
@David Whale
Implemented mode switching logic. ...
David Whale committed on 18 Apr 2016
@David Whale
Improved flow of code, specifically radio_transmit() ...
David Whale committed on 18 Apr 2016
@David Whale
Simulation gets further now due to gpio_sim detection
David Whale committed on 18 Apr 2016
@David Whale
Started design of new long payload transmitter
David Whale committed on 18 Apr 2016
@David Whale
Initial design of new radio transmit scheme
David Whale committed on 18 Apr 2016
2016-04-16
@David Whale
Created links to issues for all items on the main TODO list
David Whale committed on 16 Apr 2016
@David Whale
References to Energenie fixed
David Whale committed on 16 Apr 2016
@David Whale
OpenHEMS is now OpenThings
David Whale committed on 16 Apr 2016
@David Whale
Updated README with more up to date status update
David Whale committed on 16 Apr 2016
@David Whale
Set repeats to get maximum OOK payload burst of 400mS
David Whale committed on 16 Apr 2016
@David Whale
radio_rpi.so now built as part of the pi build process ...
David Whale committed on 16 Apr 2016
@David Whale
encoder now adds preamble. ...
David Whale committed on 16 Apr 2016
@David Whale
Tested radio2.py on Raspberry Pi, now works with OOK transmit
David Whale committed on 16 Apr 2016
2016-04-15
@David Whale
Tiny tidy up
David Whale committed on 15 Apr 2016
@David Whale
Renamed encoder_test to be consistent with other testers
David Whale committed on 15 Apr 2016
@David Whale
Wrote radio2_test.py as a python OOK tester for new radio.so lib
David Whale committed on 15 Apr 2016
@David Whale
radio2.py ctypes wrapper ready for testing
David Whale committed on 15 Apr 2016
@David Whale
Preparations for new radio interface added to the architecture
David Whale committed on 15 Apr 2016
@David Whale
Tweaks to radio_test.c layout
David Whale committed on 15 Apr 2016
@David Whale
Tidied up radio_test.c readability
David Whale committed on 15 Apr 2016
@David Whale
Removed unnecessary spurious radio configures
David Whale committed on 15 Apr 2016
@David Whale
Fixed payloadlen bug that was introduced in API refactoring ...
David Whale committed on 15 Apr 2016
@David Whale
Fixed bug with OOK struct size in hrfm69_test.c
David Whale committed on 15 Apr 2016
@David Whale
Finished coding radio_test and radio(tx) module
David Whale committed on 15 Apr 2016
2016-04-14
@David Whale
First pass of spec'ing radio.h/c and radio_test.c
David Whale committed on 14 Apr 2016
2016-04-13
@David Whale
Can now reliably turn energenie switches on and off with hrfm69_test.c
David Whale committed on 13 Apr 2016
@David Whale
Coded a better payload transmit test routine for OOK
David Whale committed on 13 Apr 2016
@David Whale
Started coding up new burst transmission scheme
David Whale committed on 13 Apr 2016
2016-04-12
@David Whale
Started to write another test case to blurt out OOK energenie messages. ...
David Whale committed on 12 Apr 2016
@David Whale
Tracked down the 'long sync bit' problem. ...
David Whale committed on 12 Apr 2016
@David Whale
Got the radio chirping again after a long period of not working at all
David Whale committed on 12 Apr 2016
@David Whale
hrfm69_test.c now sending a tone. ...
David Whale committed on 12 Apr 2016
@David Whale
spi_test.c can now read back the version number of the HRF69 chip
David Whale committed on 12 Apr 2016
@David Whale
Simple GPIO tester works on Raspberry Pi (flashes LEDs on radio)
David Whale committed on 12 Apr 2016
@David Whale
Built a simple C test harness to start testing the radio with
David Whale committed on 12 Apr 2016
2016-04-05
@David Whale
Baud rate for OOK increased to 4800bps to bring in line with latest Energenie builds. ...
David Whale committed on 5 Apr 2016
@David Whale
Regular schedule for switch1 transmit test
David Whale committed on 5 Apr 2016
@David Whale
Added feature to test a single switch repeatedly
David Whale committed on 5 Apr 2016
@David Whale
Added green LED around transmit and receive transactions. ...
David Whale committed on 5 Apr 2016
2016-04-04
@David Whale
Experiments on Arduino with larger register writes and FIFO write ...
David Whale committed on 4 Apr 2016
@David Whale
Managed to write/read the mode register from real RFM69 with Arduino
David Whale committed on 4 Apr 2016
@David Whale
Reset, select, write working on Arduino
David Whale committed on 4 Apr 2016
@David Whale
SPI being driven on Arduino
David Whale committed on 4 Apr 2016
@David Whale
Got simple 5 pin interface with GPIO working on Arduino Pro Micro
David Whale committed on 4 Apr 2016
@David Whale
Preparations for wiring up to Arduino
David Whale committed on 4 Apr 2016
@David Whale
A 'go for broke' OOK transmitter added to hrf69_test
David Whale committed on 4 Apr 2016
@David Whale
Implemented most of hrf69.c write and read functions
David Whale committed on 4 Apr 2016
@David Whale
HRF_write_reg written
David Whale committed on 4 Apr 2016
@David Whale
Factored out all stdio from all testers and code
David Whale committed on 4 Apr 2016
@David Whale
Mock read and write test working for radio register
David Whale committed on 4 Apr 2016
@David Whale
Proved that we can read a register back from simulation
David Whale committed on 4 Apr 2016
@David Whale
First pass at writing a test in hrf69_test.c
David Whale committed on 4 Apr 2016
@David Whale
Marked the interface queries in HRF69.h
David Whale committed on 4 Apr 2016
@David Whale
First attempt at specing out implementation of HRF69 based on python
David Whale committed on 4 Apr 2016
@David Whale
spi_test working on Mac
David Whale committed on 4 Apr 2016
@David Whale
Refactored delay into a platform module
David Whale committed on 4 Apr 2016
@David Whale
gpio_sim working on Mac
David Whale committed on 4 Apr 2016
@David Whale
Wrote GPIO simulator in a mostly platform independent way.
David Whale committed on 4 Apr 2016
@David Whale
Framework in place for Arduino GPIO and simulated GPIO
David Whale committed on 4 Apr 2016
2016-04-03
@David Whale
GPIO is now tagged as RPi specific in build process
David Whale committed on 3 Apr 2016
@David Whale
Created file architecture for arduino build
David Whale committed on 3 Apr 2016
@David Whale
Started refactoring
David Whale committed on 3 Apr 2016
@David Whale
Moved all C into a drv folder.
David Whale committed on 3 Apr 2016
@David Whale
First pass at defining hrf69.h and radio.h interfaces
David Whale committed on 3 Apr 2016
@David Whale
Started to refactor code into C
David Whale committed on 3 Apr 2016
@David Whale
Pre-factoring work done prior to pushing more code into the C domain.
David Whale committed on 3 Apr 2016
2016-04-01
@David Whale
Tweaked payload format further. ...
David Whale committed on 1 Apr 2016
2016-03-28
@David Whale
Added a test mode to test all 16 patterns of legacy control messages. ...
David Whale committed on 28 Mar 2016
@David Whale
Attempts to get multiple device addresses working. ...
David Whale committed on 28 Mar 2016
@David Whale
Fixed legacy import errors
David Whale committed on 28 Mar 2016
@David Whale
Renamed modulator as encoder
David Whale committed on 28 Mar 2016
@David Whale
7 legacy adaptors now turning on and off with this trimmed code
David Whale committed on 28 Mar 2016
@David Whale
Improved reliability of syncing of OOK messages
David Whale committed on 28 Mar 2016
@David Whale
Got old code working again. ...
David Whale committed on 28 Mar 2016
@David Whale
Merge branch 'master' of https://github.com/whaleygeek/pyenergenie
David Whale committed on 28 Mar 2016
@David Whale
Brought back old test code that was working
David Whale committed on 28 Mar 2016
@David Whale
More experiments with payload timing
David Whale committed on 28 Mar 2016
@David Whale
Corrected sync preamble. ...
David Whale committed on 28 Mar 2016
@David Whale
Tweaks to legacy learn feature
David Whale committed on 28 Mar 2016
2016-03-27
@David Whale
Updated readme with latest status
David Whale committed on 27 Mar 2016
@David Whale
Rewrote legacy.py to use new modulation code. ...
David Whale committed on 27 Mar 2016
@David Whale
Refactored modulator into a standalone module
David Whale committed on 27 Mar 2016
@David Whale
Modulator tested and working
David Whale committed on 27 Mar 2016
@David Whale
Wrote first pass of OOK modulator and test harness. ...
David Whale committed on 27 Mar 2016
2016-03-17
@David Whale
Updated README
David Whale committed on 17 Mar 2016
@David Whale
Slight improvements to timing of message transmission. ...
David Whale committed on 17 Mar 2016
@David Whale
legacy OOK test harness is working. ...
David Whale committed on 17 Mar 2016
@David Whale
Implemented a standalone switch exerciser demo. ...
David Whale committed on 17 Mar 2016
@David Whale
Started work on OOK support. ...
David Whale committed on 17 Mar 2016
2016-03-04
@David Whale
Updated device database
David Whale committed on 4 Mar 2016
2016-02-25
@David Whale
Added rudimentary support for MIHO005 (HOUSE MONITOR) and MIHO013 (ETRV) ...
David Whale committed on 25 Feb 2016
@David Whale
Removed and tweaked a lot of trace messages to make it less noisy
David Whale committed on 25 Feb 2016
2015-10-12
@David Whale
Added missing file Timer.py
David Whale committed on 12 Oct 2015
2015-10-10
@David Whale
Updated README with present status and new planned items
David Whale committed on 10 Oct 2015
2015-10-07
@David Whale
Added a simple data logging to CSV capability
David Whale committed on 7 Oct 2015
@David Whale
Added RESET at start to reset the radio to a known clean state. ...
David Whale committed on 7 Oct 2015
2015-10-03
@David Whale
Improved message decoding. ...
David Whale committed on 3 Oct 2015
2015-09-28
@David Whale
Message decoder added. ...
David Whale committed on 28 Sep 2015
@David Whale
Improved encoding and decoding of OpenHEMS payloads. ...
David Whale committed on 28 Sep 2015
2015-09-27
@David Whale
Corrected directory path
David Whale committed on 27 Sep 2015
@David Whale
code formatting
David Whale committed on 27 Sep 2015
@David Whale
formatting of code
David Whale committed on 27 Sep 2015
@David Whale
Added source files from first working tests
David Whale committed on 27 Sep 2015
2015-07-20
@David Whale
Added some notes about sharing low level devices
David Whale committed on 20 Jul 2015
@David Whale
Update README.md
David Whale committed on 20 Jul 2015
@David Whale
Initial commit
David Whale committed on 20 Jul 2015