haywirecoder / homebridge-flobymoen

Homebridge Module for Flo by Moen Smart Water System
MIT License
14 stars 2 forks source link

Missing Temp and Humidity #3

Closed hunt4868 closed 2 years ago

hunt4868 commented 2 years ago

Describe Your Problem:

Humidity and temperature don’t appear in Home after enabling configuration. Any ideas?

Logs:

Show the Homebridge logs here, remove any sensitive information.

Plugin Config:

Show your Homebridge config.json here, remove any sensitive information.

Screenshots:

Environment:

haywirecoder commented 2 years ago

Hi,

In Homebridge you will have to enable show and humidity and temperature in HomeKit. Manually you can set showTemperatureAndHumidity to true and configure as shown below. Without any other information can't provide much more insight.

} "name": "Flo-by-Moen", "auth": { "username": "", "password": "" }, "showTemperatureAndHumidity": true, "enableValveControl": false, "showHealthTestSwitch": false, "deviceRefresh": 300, "sleepRevertMinutes": 120, "platform": "Flo-by-Moen" }

hunt4868 commented 2 years ago

Thats the thing, I enabled them but they simply don't show up in HomeKit. Are these sensors only available on specific devices or should they be present on a Moen Flo?

hunt4868 commented 2 years ago

Perhaps they only show after 7 day learning cycle is complete?

haywirecoder commented 2 years ago

Confused by the statement above. You have the Moen 920-004 Flo by Moen Smart Water Detector(s) correct? Do they show up in the Flo application? If you click the sensor in Flo application they will display the current Temperature and Humidity. In the Home app they would show up as a separate tiles. This tile would located on the top row of the Home app (iOS 14+) displaying the temperature and humidity as one element in the UI.

hunt4868 commented 2 years ago

I understand; thanks! You can close the ticket.