Closed WojtekWro closed 2 years ago
I have an idea. What if I replace "soil_moisture" in configuration with "humidity" ? What consequences of this change may happen to me? NOW { "access": 1, "description": "Measured soil moisture value", "name": "soil_moisture", "property": "soil_moisture", "type": "numeric", "unit": "%" }, AFTER CHANGE { "access": 1, "description": "Measured soil moisture value", "name": "soil_moisture", "property": "humidity", "type": "numeric", "unit": "%" },
Worked on an implementation, but ran into some issues while testing it (not yet sure if its the cache from Home.app messing with me or not).
Hi @itavero I hope you are doing well. I know you are busy, but maybe I can help you with this somehow. Do you need some data or some tests? I really appreciate your work :) Thanks, Wojtek
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!
Please use the template and fill in all the data requested below!
Problem description DIYRuZ_Flower does not show a soil measurement. I wish to see a soil measurement in homekit, because I want to use it in my watering automations. As we know, a soil measurement is still not supported by HomeKit.
Suggested solution A soil measurement is represented by percentage. I think, that the only solution is showing it as a humidity.
Describe alternatives you've considered Another idea is to make a fake switch which is changing its state depends on soil measurement. When the measurement is below some particular level, the switch is OFF, when it goes above this level it switches to ON. But in this case we should have possibility, to set this level individualy.
Additional context This is how Home app shows this device:
Controller for homekit
And Zigbee2Mqtt user interface
Are you willing to contribute to this feature? Yes / No, because...