abbrechen
Suchergebnisse werden angezeigt für 
Anzeigen  nur  | Stattdessen suchen nach 
Meintest du: 
Beantwortet! Gehe zur Lösung.

heating.circuits.0.name is empty

Hi,

heating.circuits.0.name is empty. Is it a bug? In ViCare the name is correct.

Andreas

 

'feature' => 'heating.circuits.0',
'properties' => {
'active' => {
'type' => 'boolean',
'value' => $VAR1->{'data'}[0]{'isReady'}
},
'type' => {
'value' => 'heatingCircuit',
'type' => 'string'
},
'name' => {
'value' => '',         <- oops?
'type' => 'string'
}
},
'apiVersion' => 1,
'isEnabled' => $VAR1->{'data'}[0]{'isReady'}

1 AKZEPTIERTE LÖSUNG

Akzeptierte Lösungen

Sure.
Meanwhile I found out that the name is set, if I change it (in ViCare or by API). But if I reset the name to the default value in the ViCare app it disappears again.

Lösung in ursprünglichem Beitrag anzeigen

Screenshot 2021-08-12 181658.png
5 ANTWORTEN 5

Liest hier keiner von Viessmann mit oder ist meine Fehlerbeschreibung unverständlich?

@MichaelHanna: hast Du den Fehler mittlerweile gemeldet? Scheint immer noch nicht zu gehen? 😞

Hi @andreas13 ,

 

Could you provide a screenshot of ViCare and the name that is shown there?

Sure.
Meanwhile I found out that the name is set, if I change it (in ViCare or by API). But if I reset the name to the default value in the ViCare app it disappears again.

Screenshot 2021-08-12 181658.png

Thanks for the information! That was also my assumption: "Heizkreis 1" being the default name for the heating circuit, which corresponds to an empty value for the name property of the heating circuit feature.

Top-Lösungsautoren