deconz
deconz copied to clipboard
Python library wrapping deconz rest api for home-assistant
`PUT /api//devices//ddf/reload `
The new philips tap dial switch does not emit an event on deconz_event in home assistant when the dial is rotated. The buttons on the switch do however emit events....
I would like to find all available attributes of a thermostat in HA. Ideally, writeable attributes will be switches and readable attributes will be sensors. By using the property "entity_category"...
Possible implementations: - Expose the flag as a binary_sensor or - Expose them as a switch: Map flag `true` to state 'on' and flag `false` to state 'off' turn_on service...
https://github.com/home-assistant/core/pull/74535
As originally reported here: https://github.com/home-assistant/core/issues/74788 the IKEA Starkvind when paired through deCONZ with the deCONZ Home Assistant integration only exposes one (1) air quality sensor. deCONZ reports more clusters available,...
ToDo - Figure out how to easy get configmodel from interfaces - Replace util get_bridge_id - Replace util delete_api_key
https://community.home-assistant.io/t/solved-how-do-i-get-danfoss-ally-thermostat-exposed-in-ha-from-deconz/244598/29 2020-11-28 13:24:32 DEBUG (MainThread) [pydeconz.gateway] Sending "put" "{'mode': 'off'}" to "172.30.33.0 /sensors/30/config" 2020-11-28 13:24:32 DEBUG (MainThread) [pydeconz.gateway] HTTP request response: [{'error': {'address': '/sensors/30/config/mode', 'description': 'parameter, mode, not available', 'type':...
Hi I just made a post on the HA forum about the sensor values of deCONZ being rounded to 1 decimal even though the deCONZ REST API contains 2 decimals:...