We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Alarms messages from boiler
Add endpoint http://IP/econet/sysParams https://github.com/jontofront/ecoNET-300-Home-Assistant-Integration/blob/master/.github/workflows/tests/fixtures/sysParams.json json
alarms: [ { code: "0", fromDate: "2024-03-14 23:01:18", toDate: "2024-03-14 23:05:10" },
Alarm names http://IP/econet/rmAlarmsNames https://github.com/jontofront/ecoNET-300-Home-Assistant-Integration/blob/master/.github/workflows/tests/fixtures/rmAlarmsNames.json
json
{ "remoteMenuAlarmsNamesVer": "37750", "data": { "0": "Power outage", "1": "Boiler temperature sensor damage.", "2": "Maximum boiler temperature exceeded.", "3": "Feeder temperature sensor damage.", "4": "Maximum feeder temperature exceeded.", "5": "Emission temp. sensor damage.", "7": "Unsuccessful boiler firing-up attempt.\nEmpty the ashtray.", "11": "Fan failure!", "255": "Alarm continues!" } }
The text was updated successfully, but these errors were encountered:
jontofront
No branches or pull requests
The request
Get Alarms messages from boiler
Additional information
Add endpoint http://IP/econet/sysParams
https://github.com/jontofront/ecoNET-300-Home-Assistant-Integration/blob/master/.github/workflows/tests/fixtures/sysParams.json
json
Alarm names
http://IP/econet/rmAlarmsNames
https://github.com/jontofront/ecoNET-300-Home-Assistant-Integration/blob/master/.github/workflows/tests/fixtures/rmAlarmsNames.json
json
The text was updated successfully, but these errors were encountered: