{ "id": "vms02", "vendor": "Vaillant", "label": "Vaillant VMS02", "description": "Vaillant VMS 02 / 08", "authors": ["Roland Hartmann, roha@online.ms"], "identification": ["56 4D 53 30 32"], "commands": [ { "label": "Temperature solar collector (out)", "id": "Ntc1Sensor", "command": "B5 09", "get": { "master": [ {"type": "static", "default": "0D 05 00"} ], "slave": [ {"type": "template-block", "id":"vaillant.temp_sensor", "label":"solar collector out"} ] } }, { "label": "Temperature solar collector (in)", "id": "Ntc2Sensor", "command": "B5 09", "get": { "master": [ {"type": "static", "default": "0D 69 00"} ], "slave": [ {"type": "template-block", "id":"vaillant.temp_sensor", "label":"solar collector in"} ] } }, { "label": "Temperature tank buffer (upper)", "id": "Ntc3Sensor", "command": "B5 09", "get": { "master": [ {"type": "static", "default": "0D 07 00"} ], "slave": [ {"type": "template-block", "id":"vaillant.temp_sensor", "label":"upper tank buffer"} ] } }, { "label": "Temperature tank buffer (lower)", "id": "Ntc4Sensor", "command": "B5 09", "get": { "master": [ {"type": "static", "default": "29 A1 00"} ], "slave": [ {"type": "static", "default": "A1 00"}, {"type": "template-block", "id":"vaillant.temp_sensor", "label":"lower tank buffer"} ] } }, { "label": "Total solar yield", "id": "YieldTotal", "command": "B5 09", "get": { "master": [ {"type": "static", "default": "29 56 00"} ], "slave": [ {"type": "static", "default": "56 00"}, {"type": "template-block", "id":"vaillant.energy4", "label":"Total solar yield"} ] } }, { "label": "resolve B5 16 11", "id": "resolve.16.11", "command": "B5 09", "get": { "master": [ {"type": "static", "default": "11"} ], "slave": [ {"name": "_unknown1", "type": "unumber", "length": 4, "label":"unknown1"}, {"name": "_unknown2", "type": "unumber", "length": 4, "label":"unknown2"}, {"name": "_unknown3", "type": "unumber", "length": 1, "label":"unknown3"} ] } }, { "label": "resolve B5 16 10", "id": "resolve.16.10", "command": "B5 16", "get": { "master": [ {"type": "static", "default": "10"}, {"name": "_unknown0", "type": "unumber", "length": 1, "label":"unknown0"}, // Bislang meist 02, sporadisch 00 {"type": "static", "default": "FF FF"}, {"name": "_unknown1", "type": "unumber", "length": 4, "label":"unknown1"} ], "slave": [ {"name": "_unknown2", "type": "unumber", "length": 4, "label":"unknown2"}, {"name": "_unknown3", "type": "unumber", "length": 4, "label":"unknown3"}, {"name": "_unknown4", "type": "unumber", "length": 3, "label":"unknown4"} ] } } ] }