Skip to content
New issue

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

[Feat]: Add alarm message from econet #71

Open
jontofront opened this issue Oct 10, 2024 · 0 comments
Open

[Feat]: Add alarm message from econet #71

jontofront opened this issue Oct 10, 2024 · 0 comments

Comments

@jontofront
Copy link
Owner

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!"
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant