haywirecoder / homebridge-flobymoen

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

Can't Disable Temperature/Humidity from Leak Sensors #17

Closed bsteinbach112 closed 1 month ago

bsteinbach112 commented 1 month ago

Describe The Bug: Despite making sure that the setting is unchecked, my three leak sensors continue to show both humidity and temperature values through Homebridge and the Home app.

To Reproduce: 1) Set up plugin. 2) Ensure that "Show water sensor temperature and humidity in HomeKit" is unchecked. 3) See these values continuing to show in the Home app.

Expected behavior:

Logs:

[23/07/2024, 13:49:54] [Flo-by-Moen] Initializing Flo-by-Moen platform...
[23/07/2024, 13:49:54] [Flo-by-Moen] Starting communication with Flo portal
[23/07/2024, 13:49:54] [Flo-by-Moen] Flo Info: Using local cache Flo token.
[23/07/2024, 13:49:54] [Flo-by-Moen] Flo Info: Token will refresh in 4 hour(s) and 15 min(s).
[23/07/2024, 13:49:54] [Flo-by-Moen] Initializing Flo devices...
[23/07/2024, 13:49:56] [Flo-by-Moen] Flo device updates complete, background polling process started.
Device will be polled each 1 min(s) 30 second(s).
[23/07/2024, 14:00:04] [Flo-by-Moen] Initializing Flo-by-Moen platform...
[23/07/2024, 14:00:04] [Flo-by-Moen] Starting communication with Flo portal
[23/07/2024, 14:00:04] [Flo-by-Moen] Flo Info: Local caching of Flo token is disabled.
[23/07/2024, 14:00:04] [Flo-by-Moen] Flo Status: Refreshing Token...
[23/07/2024, 14:00:05] [Flo-by-Moen] Flo Info: Token will refresh in 12 hour(s) and 0 mins(s).
[23/07/2024, 14:00:05] [Flo-by-Moen] Initializing Flo devices...
[23/07/2024, 14:00:08] [Flo-by-Moen] Flo device updates complete, background polling process started.
Device will be polled each 1 min(s) 30 second(s).
[23/07/2024, 14:01:06] [Flo-by-Moen] Initializing Flo-by-Moen platform...
[23/07/2024, 14:01:06] [Flo-by-Moen] Starting communication with Flo portal
[23/07/2024, 14:01:07] [Flo-by-Moen] Flo Info: Using local cache Flo token.
[23/07/2024, 14:01:07] [Flo-by-Moen] Flo Info: Token will refresh in 4 hour(s) and 3 min(s).
[23/07/2024, 14:01:07] [Flo-by-Moen] Initializing Flo devices...
[23/07/2024, 14:01:09] [Flo-by-Moen] Flo device updates complete, background polling process started.
Device will be polled each 1 min(s) 30 second(s).

Plugin Config:

    "name": "Flo-by-Moen",
    "auth": {
        "username": "XXXX",
        "password": "XXXX"
    },
    "disableCache": false,
    "showTemperatureAndHumidity": false,
    "enableValveControl": false,
    "showHealthTestSwitch": false,
    "showAuxSwitch": false,
    "treatWarningAsCritical": false,
    "surpressWaterNotification": false,
    "deviceRefresh": 90,
    "offlineTimeLimit": 4,
    "sleepRevertMinutes": 120,
    "retryErrorDisplay": 3,
    "showFloTemperature": false,
    "showGPMPSIasLight": false,
    "platform": "Flo-by-Moen"

Screenshots:

Screenshot 2024-07-23 at 2 05 37 PM

Environment:

haywirecoder commented 1 month ago

Corrected in repo, will be part of the next release.

haywirecoder commented 1 month ago

Corrected in version 1.0.12