Dirk Stelloh
Dirk Stelloh
Some further options: 3. Add Checkbox "clone" to change-node (clone only if needed) 4. clone in change node by default (breaks default behaviour) 5. add config to switch cloning for...
Did you try Picture http://:@//Streaming/Channels/1/picture Stream http://:@//Streaming/Channels/1
When thinking about configuration: If possible add possibility to configure mqtt base-topic: I'm using 'home' instead of 'Zigbee2MQTT'
> That isn't really event based but more request/response based. The event would be selecting and playing audio by sonos app. that already sends a message with lots of info....
I manged to build a working extension. Only part missing is the enriching of the message published by Z2M via MQTT: [ok] listen for messages publishing tempreature and humidity [ok]...
*facepalm* it is THAT easy... just add a new property to the data object... > data.to['dewpoint'] = +this.calculateDewpoint(data.to['temperature'], data.to['humidity']); ``` class DewpointCalculator { constructor( zigbee, mqtt, state, publishEntityState, eventBus, enableDisableExtension,...
quickly added a [https://github.com/Koenkk/zigbee2mqtt-user-extensions/pull/17](PR) so will close this here.
@sjorge: do you know a way to make HomeAssistant aware of the newly introduced value as a sensor? The sensor configuration is published in separte topics:  One way may...
See #1788 or #2008
Actually I'm working on integrating zigbee2mqtt. Unfortunately, z2m does not start without having a correct configured adapter (coordinator). That's what makes z2m a bit inkonvenient and against the given rules...