Hi,
ich lese hier schon länger mit, gehe allerdings nicht über FHEM an das KM200, sondern bastele mir was mit Nodejs.
Neben den bisher Bekannten (fhemwiki) habe ich noch den Zweig für das Warmwasser gefunden. Ich habe übrigens eine GB135 mit RC30.
{ id: '/dhwCircuits/dhw1/operationMode',
type: 'stringValue',
writeable: 1,
recordable: 0,
value: 'off',
allowedValues: [ 'auto', 'on', 'off' ] }
{ id: '/dhwCircuits/dhw1/waterFlow',
type: 'floatValue',
writeable: 0,
recordable: 0,
value: 0,
unitOfMeasure: 'l/min',
minValue: 0,
maxValue: 25 }
{ id: '/dhwCircuits/dhw1/workingTime',
type: 'floatValue',
writeable: 0,
recordable: 0,
value: 221239,
unitOfMeasure: 'minutes',
minValue: 0,
maxValue: 16777215 }
{ id: '/dhwCircuits/dhw1/activeSwitchProgram',
type: 'stringValue',
writeable: 1,
recordable: 1,
value: 'Eigen1',
allowedValues: [ 'Eigen1', 'Heizkreis' ] }
{ id: '/dhwCircuits/dhw1/setTemperature',
type: 'floatValue',
writeable: 1,
recordable: 1,
value: 70,
unitOfMeasure: 'C',
minValue: 30,
maxValue: 80 }
{ id: '/dhwCircuits/dhw1/actualTemp',
type: 'floatValue',
writeable: 0,
recordable: 1,
value: 52.7,
unitOfMeasure: 'C' }
{ id: '/dhwCircuits/dhw1/status',
type: 'stringValue',
writeable: 0,
recordable: 0,
value: 'ACTIVE',
allowedValues: [ 'INACTIVE', 'ACTIVE' ] }
{ id: '/dhwCircuits/dhw1/temperatureLevels/off',
type: 'floatValue',
writeable: 1,
recordable: 1,
value: 0,
unitOfMeasure: 'C',
minValue: 0,
maxValue: 0 }
{ id: '/dhwCircuits/dhw1/temperatureLevels/on',
type: 'floatValue',
writeable: 1,
recordable: 1,
value: 70,
unitOfMeasure: 'C',
minValue: 30,
maxValue: 80 }
Gruß Kai
Gesendet von meinem iPad mit Tapatalk