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

Roomsensor, compressor phases and compressor power

Hi All, I am using the API (basic version) to read and log the status of our heatpump system (A201). Even I would wish much more available information at the cost-free interface, there are three features which could enrich the free API:

1) We have a Viessmann climate sensor, it is connected to the Vitoconnect and is visible as a connected device at the App GUI. There, we can retrieve and see the sensor values (Temperature+Humidity). However, we do not have ERR, just the connected sensor. If approaching the API (heating.circuits.0.sensors.temperature.room) I get isEnabled: false but isReady: true. Is it possible to enable that feature in all cases a sensor is connected (as in ours)?

 

2) There is the feature under heating.compressors.0 and the entry 'phase'. What are possible values of this apart 'heating', 'pause' and 'off'?

 

3) The feature heating.compressors.0 'active' is providing a boolean today. Is there there the possibility to return an int with the current compressor power in %?

 

Thanks for consideration

 

4 ANTWORTEN 4

I would be interested in 2. as well. In api dumps I found the values "off" and "ready", are there further ones?

Hallo Hafenstrand,

 

es gibt auch 'pause', das ist die Zeit, nach dem der Kompressor abgeschaltet hat und nicht neu starten kann.

 

Ich habe auch 'de-icing' gesehen, also zumindest den aktiven Abtauvorgang. Ich weiß aber nicht, ob das den gesamten Abtauvorgang umfasst oder - was ich annehme - nur die Zeit der Kältekreisumkehr.

 

'heating' gibt es natürlich auch. Da macht es keinen Unterschied, ob Heizung oder Warmwasser.

 

'Preparing' habe ich auch schon gesehen, das ist die kurze Vorbereitungszeit, wo schon der Ventilator anläuft und die Sekundärpumpe hochdreht bevor der Kompressor startet.

 

Grüße, J.

Bei mir wird seit einem Tag nur "ready" angezeigt obwohl compressor active mal auf "true" oder "false" steht.

 

Hallo, was für eine Heizung ist das? Wir haben eine 200-A (mit basic API über Python). Ich sehe die Compressorphasen alle noch. Hier ein kleiner Auszug aus dem Log von heute (Zeit; Programm; Phase):

16.02.24 03:27 standby off
16.02.24 03:32 standby off
16.02.24 03:37 standby off
16.02.24 03:42 standby off
16.02.24 03:47 standby off
16.02.24 03:52 standby off
16.02.24 03:57 reduced preparing
16.02.24 04:02 reduced heating
16.02.24 04:07 reduced heating
16.02.24 04:47 reduced heating
16.02.24 04:52 reduced heating
16.02.24 04:57 normal heating
16.02.24 05:02 normal heating
16.02.24 07:17 normal heating
16.02.24 07:22 normal heating
16.02.24 07:27 standby pause
16.02.24 07:32 standby pause
16.02.24 07:37 standby pause
16.02.24 07:42 standby pause
16.02.24 07:47 standby pause
16.02.24 07:52 standby pause
16.02.24 07:57 standby off
16.02.24 08:02 standby off
16.02.24 08:07 standby off

 

Grüße, J.