Open sehroriginell opened 1 year ago
it's also for me very interesting and would be awesome to tap water through openhab (alexa) for div. amounts (type of glas or carafe).
@FlorianSW @seime a friendly nudge as code contributors to that binding.
BR mitch
it's also for me very interesting and would be awesome to tap water through openhab (alexa) for div. amounts (type of glas or carafe).
@FlorianSW @seime a friendly nudge as code contributors to that binding.
BR mitch
I also would .... But the experience with the Mobile-App (same API) is terrible. clicking on my Favourite "Glas" or "Carafe" takes at least 5Seconds until water is floating. So not usable at all (F** o Cloud)
I would like to recommend adding Grohe Blue to the binding. The device seems to have the same identifiers than the other ones already implemented in the binding. So you can find the appliance_id in the appliance request for the location and room it's listed in. This is the response given for the device in the appliance query:
These entries are relevant for reading purposes only for most users, therefore I'd suggest not making any POST requests here and just get the following data:
state:
data_latest -> measurement:
It get's interesting when you send POST commands to the following URL using the same credentials and Bearer token: https://idp2-apigw.cloud.grohe.com/v3/iot/locations/xxxx/rooms/xxxx/appliances/xxxx/command
The command consists of two variables:
What happens when you send the request is that you get the chosen amount of water carbonated as stated.
I'd be happy to test with my Grohe device and answer any questions you should have.