Navigation :
Changelog
v0.20
- Changed to gitlab docker registry
v0.19
- Think I fixed “TypeError: ‘NoneType’ object is not subscriptable” by returning “Unknown error” if response is still None when dispatching it.
v0.18
- Disconnect dispatcher before removing device
- Error log handling for failed responses
v0.17
- Fixed “TypeError: ‘NoneType’ object is not subscriptable” by adding return response before closing socket
- Replace prints with log debugs
v0.16
- Added ZMQ as exposed ports when creating docker for visibility
v0.15
- Installed linux-headers and zeromq-dev to fix pyzmq build dependencies when creating docker
v0.12
- Test updating alpine-pkg-glibc to 2.29-r0
v0.11
- Updated to latest libhaasp (v1.5) and updated dependencies from zmq to pyzmq
v0.10
- Fixed crash when device has been turned off and on again and connection has been lost.
v0.9
- Update to latest libhaasp (v1.4)
v0.8
- Fixed decoding color event, yeelight will now return ffffff instead of 0xffffff
v0.7
- Added support for setting color, white temperature and brightness
v0.6
- Remove six package from import statement, not needed anymore
v0.5
- Added docker files for auto creations of dockers
v0.4
- Multi threaded requests that are send and retrieved from the lamps, none existing or slow responding lights will not affect the other lights now.
v0.3
- Change yeelight EventObject name from haasp_yeelight to yeelight
v0.2
- Try to find light anyway by ip even if device scan fails.
- Added support for lights with multiple lamps (celling4, which has ambient light).