Closed ch00kan0ff closed 8 months ago
Clusters in Z2M looks like this:
@ch00kan0ff Hmm. I cannot find the SHT30 datasheet that it can return a pressure value. Temperature & Humidity only.
Oh. I am really sorry. My first version was with bme. And after change it to sht30 I forgot that it does not have pressure. Thank you for answer and for great firmware!
Hi! I make firmware with 2 sensors SHT30 and ds18b20
And pressure from SHT30 don't appear in Z2M.
Without DS18B20 all was good.
firmware configurator version 1.9.0.14, Z2M version [1.34.0] commit: [aae7312]
I try to generate external converter, and there is no pressure in exposes:
How can I get pressure back?
Add e.pressure().withEndpoint('l1')
to exposes in converter? And flash the device with new firmware whith custom model name to z2m uses external converter?