ioBroker.zigbee2mqtt
zigbee2mqtt adapter for ioBroker
This adapter allows to control the data points of the devices of a Zigbee2MQTT instance in ioBroker.
Adapter Documentation
Changelog
2.4.0 (2022-11-08)
- (o0shojo0o) fix for devices with multiple endpoints (#57).
- (o0shojo0o) added option
Brightness move should also turn the light on or off
- (o0shojo0o) added state toggle for groups
- (o0shojo0o) more dynamic during data point creation (#48).
2.3.0 (2022-10-30)
- (o0shojo0o) added support for the
toggle
of states that support this. - (o0shojo0o) added correct handling of
color_move
andcolor_temperature_move
2.2.1 (2022-10-25)
- (o0shojo0o) fix state roles and access
- (o0shojo0o) fix state handling
- (o0shojo0o) fix createZ2MMessage
2.2.0 (2022-10-20)
- (o0shojo0o) added support for Lidl HG06467 effects
- (o0shojo0o) added support for hs color
- (o0shojo0o)
simulated_brightness
data point is added only for supported devices
2.1.1 (2022-10-16)
- (o0shojo0o) advanced detection if a device has been removed
- (o0shojo0o) fixes the design error in the websocket connection
2.1.0 (2022-10-14)
- (o0shojo0o) added option for color temperature sync with color
- (o0shojo0o) fix logfilter and debugDevices
- (o0shojo0o) lots of bugfixes
- (o0shojo0o) now set the correct min/max at color temp
- (o0shojo0o) better error handling for the connections
2.0.0 (2022-10-12)
!!!BREAKING CHANGE!!!
- (o0shojo0o) added configurable connection to Zigbee2MQTT (Settings must be renewed)
- Websocket
- External MQTT-Server
- Internal MQTT-Server
- (o0shojo0o) optimized state writing performance in ioBroker
- (o0shojo0o) fixed the correct set of the connection status
1.0.0 (2022-10-09)
!!!BREAKING CHANGE!!!
- (o0shojo0o) added options for external MQTT-Server
- (o0shojo0o) connection to zigbee2mqtt completely reworked and changed to MQTT
- (o0shojo0o) lots of bugfixes
- (o0shojo0o) automatically set button actions back to false
- (o0shojo0o) added support for Zigbee2MQTT feature simulated_brightness
- (o0shojo0o) added config check
- (arteck) added log output about coordinator details
0.2.0 (2022-10-04)
- (o0shojo0o) group states corrected
- (o0shojo0o) added option 'Use Kelvin instead of mired for the color temps'
- (o0shojo0o) remove available logic, now will use the information from z2m
- (o0shojo0o) rename noLogDevices to logfilter
- (o0shojo0o) lots of bugfixes
- (arteck) added noLogDevices functionality
- (arteck) added debugmessage for specific device functionality
- (arteck) added some states are default false
- (o0shojo0o) added support for scenes defined on a device
- (o0shojo0o) fix available state role
- (o0shojo0o) fix subscribeWritableStates
0.1.0 (2022-09-29)
- (o0shojo0o) first release
License
MIT License
Copyright (c) 2022 Dennis Rathjen dennis.rathjen@outlook.de
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.