Commit Graph

10 Commits

Author SHA1 Message Date
ddc2bfdf3c valid reports
valid moving and barrier position data
2022-04-25 22:57:44 -04:00
07cb242a0a data being sent reliably, formatting looks mostly ok for read attribute
responses.
2022-04-24 14:30:15 -04:00
b96310f621 added in micropython external library for const feature.
it's returing valid attribute arrays, that just need converted on z2m
side.

it's also respecting the stop command from the console, which I will
attempt to expose as just a button press.
2022-04-24 12:44:08 -04:00
ed17e0b311 barriercontrol is recognized cluster
working on responding to attribute request, it's been a long time
so I've forgotten byte format
2022-04-23 17:37:31 -04:00
f0b9d51cda fixed issue with byte conversion 2022-01-12 08:13:44 -05:00
a9fe50a171 on any go_to_percent command, it just toggles the garage switch 2022-01-10 23:19:37 -05:00
d2639e1b8b updating, sending values with write command no response
moving formatting around to reduce memory footprint
handling eonotcon error by restarting network
2022-01-07 23:16:39 -05:00
613c1ab54c updating initial value of ouput pin 4 to low 2022-01-02 21:19:50 -05:00
67410efd8b command / attributes files in spec for decode
barrier exists and is doing a watch for status change on pins 0 and 1
main is starting to add in the new cluster at endpoint 8 on interview
com is where fancy_transmit is now
2022-01-02 21:10:52 -05:00
886f3c8d9f splitting things out for easier management of functions
barrier for the garage door stuff
com for xbee communications, send/receive etc
main is where the loop lives
spec is the dope library to decode the payload
2022-01-02 11:15:14 -05:00