itavero / homebridge-z2m

Expose your Zigbee devices to HomeKit with ease, by integrating 🐝 Zigbee2MQTT with 🏠 Homebridge.
https://z2m.dev
Apache License 2.0
312 stars 49 forks source link

[Feature] soil_moisture #690

Open JulianBX opened 1 year ago

JulianBX commented 1 year ago

Problem description

I own a DIYRuZ_Flower - Device. It exposes "soil_moisture" and this I not yet supported by HomeKit. Ist there any chance to expose it as "humidity"?

Suggested solution

Maybe add the capability to "convert" own exposed characteristic to another?

Alternative solutions

No response

Additional context / information

I tried a lot of stuff already but the documentation of the plugin configuration is not too much ;)

Thank you very much!

itavero commented 1 year ago

Duplicate of #423 / #309

itavero commented 1 year ago

Maybe add the capability to "convert" own exposed characteristic to another?

For that you can already use https://github.com/arachnetech/homebridge-mqttthing

stale[bot] commented 1 year ago

It appears that this issue did not have an update in quite some time. Please check if you can provide any additional information to help resolve this issue. If there isn't any activity in the next two weeks, this issue will be closed automatically. Thank you for your contributions!

riscpower commented 1 year ago

Hi, i have the same problem with my zigbee device / it is a QT-07S. The payload is complete (temperature / soil_mositure / battery). It is not recognized as sensor / device in homebridge. Only temperature and battery state.

I tried to implement it in homebridge with mqttthing: { "type": "humiditySensor", "name": "ZBSOIL1_MQTT", "url": "mqtt://192.168.xxx.xxx:1883", "topics": { "getCurrentHumidity": { "topic": "zigbee2mqtt/ZBSOIL01", "apply": "return (parseInt(JSON.parse(message).soil_moisture);" } }, "accessory": "mqttthing", "validate": false },

Could anybody advise me please / i had no success. Or it will be implemented in z2m / this would be nice.

thanks

dcolin commented 1 year ago

Hi @riscpower, i have exactly the same problem, have you found a solution?

riscpower commented 1 year ago

Hi Dcolin please look at this:

https://forum.smartapfel.de/forum/thread/11763-ts0601-soil-sensor-in-mqttthing-einbinden-homebridge/?postID=144713#post144713

stale[bot] commented 11 months ago

It appears that this issue did not have an update in quite some time. Please check if you can provide any additional information to help resolve this issue. If there isn't any activity in the next two weeks, this issue will be closed automatically. Thank you for your contributions!

wolterkam commented 9 months ago

Is there any chance for the support for this property to be added? Relying on MqttThing for something which technically should be this simple seems like an overkill.

stale[bot] commented 6 months ago

It appears that this issue did not have an update in quite some time. Please check if you can provide any additional information to help resolve this issue. If there isn't any activity in the next two weeks, this issue will be closed automatically. Thank you for your contributions!