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'}
Gelöst! Gehe zu Lösung.
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.
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? 😞
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.
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.