Zigbee depth sensor with ESP32C6 #11161
GaetanNaulin
started this conversation in
Question - Community Help
Replies: 1 comment
-
Hi @GaetanNaulin, there is no standard cluster that can be used for length/depth values. But I guess you can tinker a bit using any of the sensors you mentioned, but the in HomeAssistant you can redefine what the value means. So you can have meters instead of °C for example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello !
I'm new in the esp32 community and in Home Assistant comunity too. I try to develop a water well depth sensor with an ESP32C6 and a QDY30A. I'm able to get the data from the QDY30A without problem, but for sending it to zigbee2mqtt, I'm lost. I can send it through ZigbeeTemperature, ZigbeePressure... But never it is a value in meters. I think I'm missing something but I don't know what.
What's the best way to send a value in meters through Zigbee with Arduino IDE and an ESP32 ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions