bosch-thermostat / bosch-thermostat-client-python

Python3 asyncio package to talk to Bosch thermostat devices.
Apache License 2.0
23 stars 20 forks source link

Add 'heatingCircuits' with 'supplyTemperatureSetpoint' field support for CT200 #30

Closed Pietrzak93 closed 2 years ago

Pietrzak93 commented 2 years ago

Example data:

{
  "id": "/heatingCircuits/hc1/supplyTemperatureSetpoint",
  "type": "floatValue",
  "writeable": 0,
  "recordable": 0,
  "value": 28,
  "used": "true",
  "available": "true",
  "unitOfMeasure": "C",
  "minValue": 5,
  "maxValue": 90,
  "stepSize": 1
},
pszafer commented 2 years ago

Please rebase against dev branch.