Taraman17 / hass-homee

a Home Assistant custom component to integrate the homee smart home platform
MIT License
14 stars 2 forks source link

Hoppe enocean window handle : "offen" "Gekippt" are invers #62

Closed Wesie closed 2 months ago

Wesie commented 3 months ago

Type of problem

Version

Hacs-homee => V2.9.2 HA => Core 2024.3.1 Frontend 20240307.0

Detailed description

Enocean state "gekippt"and "offen" invers.

If I open the door or window, the status is "gekippt". If I tilted the door/open the status is "open". The order must be "geschlossen", "offen", "gekippt"

Error log

2024-03-31 17:34:04.605 INFO (MainThread) [custom_components.homee] Found node Schlafzimmer Fenster, with following Data: {'id': 52, 'name': 'Schlafzimmer%20Fenster', 'profile': 2001, 'image': 'default', 'favorite': 0, 'order': 13, 'protocol': 3, 'routing': 0, 'state': 1, 'state_changed': 1690123245, 'added': 1684839919, 'history': 1, 'cube_type': 3, 'note': '%23%20Hoppe%20SecuSignal', 'services': 5, 'phonetic_name': '', 'owner': 2, 'security': 0, 'attributes': [{'id': 500, 'node_id': 52, 'instance': 0, 'minimum': 0, 'maximum': 1, 'current_value': 0.0, 'target_value': 0.0, 'last_value': 1.0, 'unit': '', 'step_value': 1.0, 'editable': 1, 'type': 385, 'state': 1, 'last_changed': 1684839976, 'changed_by': 1, 'changed_by_id': 0, 'based_on': 1, 'data': '', 'name': ''}, {'id': 501, 'node_id': 52, 'instance': 0, 'minimum': 0, 'maximum': 4, 'current_value': 4.0, 'target_value': 4.0, 'last_value': 4.0, 'unit': 'n%2Fa', 'step_value': 1.0, 'editable': 0, 'type': 33, 'state': 1, 'last_changed': 1711870779, 'changed_by': 1, 'changed_by_id': 0, 'based_on': 1, 'data': '', 'name': ''}, {'id': 502, 'node_id': 52, 'instance': 0, 'minimum': 0, 'maximum': 2, 'current_value': 1.0, 'target_value': 1.0, 'last_value': 0.0, 'unit': 'n%2Fa', 'step_value': 1.0, 'editable': 0, 'type': 10, 'state': 1, 'last_changed': 1711870779, 'changed_by': 1, 'changed_by_id': 0, 'based_on': 1, 'data': '', 'name': '', 'options': {'history': {'day': 35, 'week': 5, 'month': 1, 'stepped': True}}}]}

Wesie commented 2 months ago

V2.9.3 beta2 : Die Zustände vom Hoppe SecuSignal Geräten werden nun korrekt (Geschlossen, offen, gekippt) angezeigt. Merc'i!