Skip to content
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

oneTimeCharge lässt sich nicht aktivieren #57

Open
oliver976 opened this issue Sep 16, 2020 · 9 comments
Open

oneTimeCharge lässt sich nicht aktivieren #57

oliver976 opened this issue Sep 16, 2020 · 9 comments

Comments

@oliver976
Copy link

Ich habe versucht, oneTimeCharge per Java Script mit folgendem Befehl zu aktivieren:

sendTo('viessmannapi.0', 'action', { feature: 'heating.dhw.oneTimeCharge.active', action: 'activate', payload: {} });

Leider ohne Erfolg. "Ich möchte Warmwasser" wird nicht aktiviert. Hat jemand eine Idee, was ich falsch mache?

@xdaamg
Copy link

xdaamg commented Oct 10, 2020

sendTo('viessmannapi.0', 'action', { feature: 'heating.dhw.oneTimeCharge', action: 'activate', payload: {} });

Probier es mal so.

@tminimax
Copy link

Hi,
i have the same issue. 'I tried the following command:
grafik
a warning will apper shortly after the call in the log: "FeatureAction[activate];not executagle
the log looks like this:
grafik

Other commands (e.g. adjusting the run-mode "heating.circuits.0.operating.modes.active") will work perfectly!
grafik

thank you for any help.

@oliver976
Copy link
Author

sendTo('viessmannapi.0', 'action', { feature: 'heating.dhw.oneTimeCharge', action: 'activate', payload: {} });

Probier es mal so.

Hat funktioniert! Danke!

@tminimax
Copy link

dürfte nun funktionieren (oder hat dann kurz funktioniert), aber nun gibt es ein neues Problem - siehe neues ISSUE...

@oliver976
Copy link
Author

Ja, stimmt leider. Es wird zwar angezeigt, dass eine Einmalladung Warmwasser produziert wir. Doch es passiert nichts.

@thovid
Copy link
Owner

thovid commented Oct 15, 2020

Habe das Command gerade getestet. Script mit

sendTo('viessmannapi.0', 'action', { feature: 'heating.dhw.oneTimeCharge', action: 'activate', payload: {} });

gestartet, dann in der Vicare App geschaut: der "Ich möchte Warmwasser" - Modus ist aktiviert.

@oliver976
Copy link
Author

Ja, das stimmt. Bei mir auch.

Hast du dann aber mal nachgesehen, ob die Heizung dann auch tatsächlich mit der Aufbereitung des Warmwassers beginnt? Bei mir leider nicht. Die Heizung macht also nicht das, was in der App angegeben ist.

@tminimax
Copy link

Hallo,
also bei mir schaltet sowohl die VCareApp als auch der Heizungsregler selbst um und bereitet das Warmwasser auf!
Ev. den Adapter bzw. die Instanz mal neu starten - hatte ich auch mal...

@oliver976
Copy link
Author

Habe den Adapter neu gestartet und es funktioniert.

Danke!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants