#my configuration.yaml:

1 messages · Page 1 of 1 (latest)

obsidian ledge
#

You're using Zigbee2Tasmota?

blissful maple
#

thank you very much

#

i had to
SetOption89 1 #every sensor has his own channel
and then my configuration.yaml looks like this:
mqtt:
sensor:
- name: "SNZB-02"
unique_id: "Temperature"
state_topic: "tele/tasmota_2D69EC/CCE1/SENSOR"
value_template: "{{ value_json['ZbReceived']['0xCCE1']['Temperature'] }}"
unit_of_measurement: "°C"
- name: "SNZB-02"
unique_id: "Humidity"
state_topic: "tele/tasmota_2D69EC/CCE1/SENSOR"
unit_of_measurement: "%"
value_template: "{{ value_json['ZbReceived']['0xCCE1']['Humidity'] }}"

jolly treeBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

obsidian ledge
#

Zigbee2Tasmota is terribly limited, pretty sure it doesn't support MQTT Discovery, or a lot else that Zigbee2MQTT supports

#

Any reason you deliberately shot yourself in the foot?

blissful maple
#

it came with tasmota

blissful maple
#

thought i give it a shot