Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] soil_moisture #690

Open
JulianBX opened this issue May 15, 2023 · 9 comments
Open

[Feature] soil_moisture #690

JulianBX opened this issue May 15, 2023 · 9 comments
Labels
enhancement New feature or request stale

Comments

@JulianBX
Copy link

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!

@JulianBX JulianBX added the enhancement New feature or request label May 15, 2023
@itavero
Copy link
Owner

itavero commented May 16, 2023

Duplicate of #423 / #309

@itavero
Copy link
Owner

itavero commented May 16, 2023

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

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

@stale
Copy link

stale bot commented Jul 14, 2023

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!

@stale stale bot added the stale label Jul 14, 2023
@riscpower
Copy link

riscpower commented Jul 17, 2023

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

@stale stale bot removed stale labels Jul 17, 2023
@dcolin
Copy link

dcolin commented Aug 24, 2023

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

@riscpower
Copy link

@stale
Copy link

stale bot commented Oct 15, 2023

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!

@stale stale bot added the stale label Oct 15, 2023
@wolterkam
Copy link

wolterkam commented Dec 23, 2023

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 stale bot removed the stale label Dec 23, 2023
Copy link

stale bot commented Mar 13, 2024

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!

@stale stale bot added the stale label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

5 participants