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 zone alarm status #96

Closed
anarion80 opened this issue Jun 24, 2024 · 7 comments
Closed

[Feat]: Add zone alarm status #96

anarion80 opened this issue Jun 24, 2024 · 7 comments
Assignees
Labels
feature New feature or request triage Newly opened issues or features that are not yet confirmed

Comments

@anarion80
Copy link
Collaborator

The request

Consider adding binary sensors for zone alarm status in each zone ('zoneState': 'noAlarm'):

'zone': {
            'id': 120,
            'parentId': 99,
            'time': '2024-06-21T23:20:50.618888',
            'duringChange': False,
            'index': 0,
            'currentTemperature': 255,
            'setTemperature': 220,
            'flags': {
                'relayState': 'off',
                'minOneWindowOpen': False,
                'algorithm': 'heating',
                'floorSensor': 0,
                'humidityAlgorytm': 0,
                'zoneExcluded': 0
            },
            'zoneState': 'noAlarm',
            'signalStrength': 70,
            'batteryLevel': 79,
            'actuatorsOpen': 0,
            'humidity': -2,
            'visibility': True
        },

Additional information

No response

@anarion80 anarion80 added feature New feature or request triage Newly opened issues or features that are not yet confirmed labels Jun 24, 2024
@anarion80 anarion80 self-assigned this Jun 24, 2024
@daroga0002
Copy link
Contributor

when Alarm triggers?

@anarion80
Copy link
Collaborator Author

I have no idea yet :) I will wait until my remote temperature sensor in the garage loses connectivity to check what is then reported.

@wusiu
Copy link

wusiu commented Jun 24, 2024

Z tego co pamiętam jak testowałem to alarm zmienia stan gdy w którejś strefie pojawi się problem (słaba bateria, brak łączności). Analogicznie w emodulu wyświetla się czerwony wykrzyknik przy strefie z problemem.

@daroga0002
Copy link
Contributor

I have a wireless thermostats and when I pull out batteries from one of them and wait few minutes there is no change in emodul and zoneState doesnt change at all.

Same was when batteries become discharged in past, the only difference was that zone go into off mode and I was not able to enable it

@wusiu
Copy link

wusiu commented Jun 29, 2024

Sprawdziłem na czujniku okna. Przed wyjęciem baterii było "noAlarm", a po wyjęciu "noCommunication".

1
2

@wusiu
Copy link

wusiu commented Jun 29, 2024

To samo dzieje się w zmiennej "zoneState" po wyjęciu baterii z regulatora temperatury. Siłowniki też mają parametr "state". Była by to fajna opcja gdyby te dane dało się wyciągnąć chociażby jako atrybut, jak obecnie są podawane siła sygnału i bateria w siłownikach.

@daroga0002
Copy link
Contributor

To samo dzieje się w zmiennej "zoneState" po wyjęciu baterii z regulatora temperatury

I have done same, for 30 minutes nothing has changed in API output.

I am using https://tech-controllers.com/p/eu-r-8pb-plus

anarion80 added a commit that referenced this issue Oct 20, 2024
Implements [Feat]: Add zone alarm status #96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request triage Newly opened issues or features that are not yet confirmed
Projects
None yet
Development

No branches or pull requests

3 participants