quinzico
(Quinzico)
1
I have a Zigbee TS0601_din_1 that on Z2M shows all sensors:
switch (state), ac_frequency, energy, power, power_factor, voltage, current, produced_energy, linkquality
The problem is that only energy, power and produces energy is mapped on Homeassistant as a sensor.
How can i create a sensor to grab the info that is shown on Zigbee2mqtt?
IgorZg
(Igor Simić)
2
Did you check in MQTT integration for particular device for disabled entities?
1 Like
quinzico
(Quinzico)
3
On Zigbee2 MQTT i have the following:
On Z2M i see all with the correcte values, but i cant understand why i dont have the sensors on HA.
quinzico
(Quinzico)
4
on HA i have the following:
Translation: Sensores → Sensors
+ 5 entidades escondidas → +5 hidden entities
1 Like
jerrm
(Jerrm)
5
My guess is those are the entities you’re looking for.
quinzico
(Quinzico)
6
Yes, but it doesn’t show any values if i click it:
jerrm
(Jerrm)
7
You need to enable the sensors in HA. Click on the entitiy->Settings->Advanced Settings->Enabled.
3 Likes
quinzico
(Quinzico)
8
Thanks a lot @jerrm it worked lika a charm