-
Notifications
You must be signed in to change notification settings - Fork 2
Actions
The integration exposes a bunch of actions which can be used for scripts, automations and etc. The following actions are available to use:
Returns the raw dashboard data from the Grohe API
Input:
* None
Output:
* Raw dashboard data (**yaml**)
Returns the profile notifications from the Grohe API
Input:
* Limit (int)
Output:
* Raw profile notifications (**yaml**)
Returns the details of a specific appliance from the Grohe API
Input:
* Target(s)
Output:
* Raw appliance data (**yaml**)
Returns the status of a specific appliance from the Grohe API
Input:
* Target(s)
Output:
* Raw appliance status (**yaml**)
Returns the notifications for a specific appliance from the Grohe API
Input:
* Target(s)
Output:
* Raw appliance notifications (**yaml**)
Returns the notifications for a specific appliance from the Grohe API
Input:
* Target(s)
Output:
* Raw appliance notifications (**yaml**)
Returns the last appliance command send to an appliance from the Grohe API
Input:
* Target(s)
Output:
* Raw appliance command (**yaml**)
Sends a command to an appliance to the Grohe API
Input:
* Target(s)
* Commands to send (**yaml**)
Output:
* None
Returns the appliance data from the Grohe API
Input:
* Target(s)
* Date from
* Date to
* Group by
Output:
* Appliance data (**yaml**)
Returns the appliance pressure measurements from the Grohe API
Input:
* Target(s)
Output:
* Appliance pressure measurements (**yaml**)
Start a snooze for Sense
Input:
* Target(s)
* Duration in minutes (int)
Output:
* None
Disable snooze for Sense
Input:
* Target(s)
Output:
* None
Dispense some amount of water
Input:
* Target(s)
* Water type (enum)
* Water amount (50-2500ml in steps of 50ml)
Output:
* None