Zigbee2Tasmota: adjust the info in devices list in main menu #23408
Unanswered
tobiasisenberg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Thanks a lot for Tasmota and, in particular, the Zigbee2Tasmota version. It works largely great, but I do have questions about the devices overview in the main (top) Tasmota menu: While for many devices only the name (or friendly name) as well as battery information and the time since the last contact is being shown, for some devices Tasmota shows additional information, such as temperature and humidity values (with icons) for respective sensors such as here:
or the power state for things one can switch on (potentially with a current power value) and off such as here:
Two questions on this additional line of information:
(a) For some buttons that I did not connect in Tasmota to anything else (they only report their messages via MQTT), I nonetheless see a power status that makes no sense for such buttons. Is there a way to remove this (to save the extra line in the overview)?
(b) For those devices for which one wrote a Zigbee plugin (
*.zb
file), is there a way to add this information for given values? For example, I have a temperature and humidity device that was not supported by default, but with a Zigbee plugin I mapped the respective values to0002/0000
(i.e.,CurrentTemperature
) and0203/0000
(i.e.,RelativeHumidity
) and would like to show them in the overview, just like with other (supported) sensors (as in the example image above). Or would this work automatically if I would not map them to the existing ZCL attributes0002/0000
and0203/0000
but would instead map them toTemperature
andHumidity
, respectively, which are the labels my other sensors use that do show the information in the devices overview?Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions