abbrechen
Suchergebnisse werden angezeigt für 
Anzeigen  nur  | Stattdessen suchen nach 
Meintest du: 

Button for one-time request of hot water

Helllo,

I have Vitodens 200-W + Vitoconnect 100 and I am unsing Homeassistant to read operating values from sensors.

Actually I am trying to find out how to start on-time request for Hot-water.

For example I have motion sensor a would like to to start on-time request for Hot-water only if someone will come to the home.

 

I dont know which API structure can I use for this, or is this not avaible in public API ? (only for Vicare)

Vicare can not use for automatiozation 😕

2 ANTWORTEN 2

Hello @Karel10,

 

Thank you for the request. The public API provides a feature to control the One time charge of the domestic hot water (DHW): The Feature is heating.dhw.oneTimeCharge

 

You can call the status of the feature via "curl -X GET curl -X GET https://api.viessmann.com/iot/v1/equipment/installations/[installationId]/gateways/[gatewaySerial]/d..."

 

It also provides the functionality to activate/deactivate the one time charge.

 

As you are using Home Assistant, I cannot tell you how to integrate this function within adapter/plugin you are using. I recommend checking with the developers of the plugin.

 

I hope this helps.

 

Michael

Hello @Karel10 

 

I am using this function from a rule in openHAB, have a look onto my forum post: 

https://community.openhab.org/t/vitoconnect-getting-values-sending-commands-via-the-new-api-by-using...