- Downgrade aiohttp to version 3.8.5 (for home assistant compatibility).
1.4.0
Added
- Add `get_device_info()` to read all device information e.g. serial number as `dict`.
1.3.0
Added
- Add `get_number_of_hot_water_tanks()` to read number of hot water tanks. - Add `get_number_of_heat_pumps()` to read number of heat pumps. - Add `get_number_of_heating_circuits()` to read number of heating circuits. - Add automatic set of position numbers for `read_values()` dependent on hardware.
1.2.0
Added
- Add `read_values()` to read multiple values with one http request. - Add `write_values()` to write multiple values with one http request.
1.1.0
Added
- Add device information endpoint for e.g. serial number - Add ssl support for aiohttp.