thomasgermain / pymultiMATIC

Python interface with Vaillant multiMATIC
MIT License
56 stars 11 forks source link

make pymultimatic compatible with senso app #52

Closed thomasgermain closed 3 years ago

thomasgermain commented 3 years ago
{'body': {'facilitiesList': [{'serialNumber': '123123123123123132', 'name': 'My name', 'responsibleCountryCode': 'BE', 'supportedBrand': 'GREEN_BRAND_COMPATIBLE', 'capabilities': ['SYSTEMCONTROL_SENSO', 'ROOM_BY_ROOM', 'SPINE'], 'networkInformation': {'macAddressEthernet': '84:c3:e8:00:00:00', 'macAddressWifiAccessPoint': '84:c3:e8:00:00:00', 'macAddressWifiClient': '84:c3:e8:00:00:00'}, 'firmwareVersion': '0357.21.14'}]}, 'meta': {}}

capabilities is SYSTEMCONTROL_SENSO for senso app and SYSTEMCONTROL_MULTIMATIC for multimatic.

in urls: _SYSTEM = _FACILITIES + '/systemcontrol/v1' should be replaced by _SYSTEM = _FACILITIES + '/systemcontrol/tli/v1'.

For now, urls is not aimed to be mutable.