-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fixed new api #34
base: master
Are you sure you want to change the base?
Fixed new api #34
Conversation
Fixed API update to aggregate as suggested in FlorianSW/grohe-ondus-api-java@2.0.0...3.0.0
I made all the changes to files, but I still can't get any values to HA.
What might be the problem? |
From my understanding, 'starttime' is not provided anymore via the new API. Hence, the associated checking code seems to be void. You may either check for the existance of 'starttime' or remove this if section. Hope, this helps. |
So I should remove everything from line 124 to line 137. Quite big chunk of code... |
Now it seems to get some data from Grohe. I set HA loglevel to debug, booted my host, and now I can see following in container log: |
This should indeed show up as sensor entity. The name should start with the one you provided in the Grohe App. All data you show are refering to GROHE_SENSE_GUARD_TYPE. |
Nice job! I had it fully working a few days :) Suddenly all sensors from the grohe sense guard unit is gone. pressure, flowrate, temperature, 1 day and 7 day. The main valve button is still there and working. Has anything changed or is this a problem on my end? I am getting a lot of these messages in the logs: The flood sensors updates humidity and temperatures once every 24 hours. Another question. I get the notifications in HA for flooding, but no notifications when the flooding is fixed. Is this correct? |
Please note that the update changed proposed above by FlorianSW is now utilizing a daily update. Hence, at least the 24h update frequency could be understood. Everything else sounds akward, while the warning itself is standard for the sensor having problems starting up. Hope you can fix it. |
For some reason my integration doesn't bring any sensors or entities. :-( |
Appearently Grohe has changed its Api.
Took the changes discussed here as basis:
FlorianSW/grohe-ondus-api-java#14