forked from pblxptr/ecoNET-300-Home-Assistant-Integration
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
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
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!"
}
}