An inofficial asynchronous implementation of the proprietary fröling-connect web API.
This library was only tested with the T4e Boiler, it may not work perfectly for other Machines.
As this API is not public, there may be breaking changes on the backend.I am not affiliated, associated, authorized, endorsed by, or in any way officially connected with Fröling Heizkessel- und Behälterbau Ges.m.b.H.
Their official website can be found at https://www.froeling.com.
- Read notifications
- Get general information about facilities and components managed by the user
- Get and set parameters (not tested for all parameters)
py -m pip install froeling-connect
(May not be up to date, this is my first time using PyPI)
Name | Description | Examples |
---|---|---|
Facility | The Heating-Installation. One User can manage multiple Facilities. | Wood Chip Boiler T4e |
Component | A facility consists of multiple Components. | Boiler, Heating circuit |
Parameter | Components have multiple parameters. These are measurements and settings. | Boiler State, Water Temp. |
There is no documentation currently.
Example usage can be found here