-
I would like to move from Domoticz to Home assistant.
The module does not react as written In the EVOLOGY procedure but I can move the cover up with HA. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 12 replies
-
Hi @didi31, What happens if you press the cover up button ? |
Beta Was this translation helpful? Give feedback.
-
For a position in-between (where both arrows are active) it works as expected. Left arrow move the cover UP and right arrow move the cover down.
But when the cover is fully open or closed, the greyed arrow is not the correct one.
When cover is closed I cannot open it and when it is open, I cannot close it.
13 nov. 2023 12:19:15 mak-gitdev ***@***.***>:
…
Hi @didi31[https://github.com/didi31],
What happens if you press the cover up button ?
UP and DOWN commands may be inverted.
—
Reply to this email directly, view it on GitHub[#93 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ALFRFYL3VW7N424QOX4ZIULYEH63FAVCNFSM6AAAAAA7I5XH3CVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKNJSHA3DG].
You are receiving this because you were mentioned.
[Image de pistage][https://github.com/notifications/beacon/ALFRFYMEFSHP6YQ6H2SSGHDYEH63FA5CNFSM6AAAAAA7I5XH3CWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAOM7V6.gif]
|
Beta Was this translation helpful? Give feedback.
-
Something strange on the cover properties.
[cid:eu.faircode.email.544]
![Screenshot_2023-11-13-15-29-51-177_com android chrome](https://github.com/mak-gitdev/HA_enoceanmqtt/assets/46863073/879ac76c-ce03-4757-bab5-9c142891b295)
Cover is open in the Real life lol
When I installed the add-on, I had 2 choices, Deprecated and dev I selected the dev version.
|
Beta Was this translation helpful? Give feedback.
-
Hi @didi31, Ok I see. 0x05:
0x00:
device_config:
command: "CMD"
channel: "CMD"
log_learn: ""
direction: ""
answer: ""
entities:
- component: "cover"
name: "cover"
config:
command_topic: "req"
payload_open: >-
{"CMD":"1","POS":"0","ANG":"127","REPO":"0","LOCK":"0","CHN":"0","send":"clear"}
payload_close: >-
{"CMD":"1","POS":"100","ANG":"127","REPO":"0","LOCK":"0","CHN":"0","send":"clear"}
payload_stop: >-
{"CMD":"2","CHN":"0","send":"clear"}
position_topic: "CMD4"
position_template: "{{ value_json.POS }}"
set_position_topic: "req"
set_position_template: >-
{"CMD":"1","POS":"{{ position }}","ANG":"127","REPO":"0","LOCK":"0","CHN":"0","send":"clear"}
tilt_status_topic: "CMD4"
tilt_status_template: "{{ value_json.ANG }}"
tilt_command_topic: "req"
tilt_command_template: >-
{"CMD":"1","POS":"127","ANG":"{{ tilt_position }}","REPO":"0","LOCK":"0","CHN":"0","send":"clear"}
- component: "cover"
name: "cover2"
config:
command_topic: "req"
payload_open: >-
{"CMD":"1","POS":"0","ANG":"127","REPO":"0","LOCK":"0","CHN":"0","send":"clear"}
payload_close: >-
{"CMD":"1","POS":"100","ANG":"127","REPO":"0","LOCK":"0","CHN":"0","send":"clear"}
payload_stop: >-
{"CMD":"2","CHN":"0","send":"clear"}
position_topic: "CMD4"
position_open: "0"
position_closed: "100"
position_template: "{{ value_json.POS }}"
set_position_topic: "req"
set_position_template: >-
{"CMD":"1","POS":"{{ position }}","ANG":"127","REPO":"0","LOCK":"0","CHN":"0","send":"clear"}
tilt_status_topic: "CMD4"
tilt_status_template: "{{ value_json.ANG }}"
tilt_command_topic: "req"
tilt_command_template: >-
{"CMD":"1","POS":"127","ANG":"{{ tilt_position }}","REPO":"0","LOCK":"0","CHN":"0","send":"clear"} Then use the cover2 entity and report the behavior please. |
Beta Was this translation helpful? Give feedback.
-
I have nothing more. 😔
I attached the log and the mapping file
14 nov. 2023 11:44:11 mak-gitdev ***@***.***>:
…
@didi31[https://github.com/didi31],
Simply restart the addon.
You will then have a second cover entity named e2m_xxx.cover2
—
Reply to this email directly, view it on GitHub[#93 (reply in thread)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ALFRFYKIV2TUAEMESKGGFPLYENDPXAVCNFSM6AAAAAA7I5XH3CVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKNRUGEYTE].
You are receiving this because you were mentioned.
[Image de pistage][https://github.com/notifications/beacon/ALFRFYIGS6AI45EIXOZUFNTYENDPXA5CNFSM6AAAAAA7I5XH3CWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAONVVA.gif]
|
Beta Was this translation helpful? Give feedback.
-
I made a mistake in the mapping for cover2. Please change the lines: position_open: "0"
position_closed: "100" by: position_open: 0
position_closed: 100 The cover2 entity should appear now.
Yes, I know and that's why for cover2 entity, I added that |
Beta Was this translation helpful? Give feedback.
-
👍
Thanks again
Have a good evening.
Didier
14 nov. 2023 17:16:08 mak-gitdev ***@***.***>:
…
@didi31[https://github.com/didi31],
However, when I set the position to 90% it closed the cover at 10%.
It means that *set_position* doesn't use *position_open* and *position_closed*.
That's exactly what I wanted to know. Thanks for the test.
Regarding tilt, it may be useless for your EVOLOGY module but not for other modules also using EEP D2-05-00 as tilt is used in that EEP.
Hence it should not be removed.
Thanks again for testing.
—
Reply to this email directly, view it on GitHub[#93 (reply in thread)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ALFRFYJJBKLMIL7A2YLOIPDYEOKMRAVCNFSM6AAAAAA7I5XH3CVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKNRXGMZTA].
You are receiving this because you were mentioned.
[Image de pistage][https://github.com/notifications/beacon/ALFRFYKO4GVMF7UUDE5QH7DYEOKMRA5CNFSM6AAAAAA7I5XH3CWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAON36E.gif]
|
Beta Was this translation helpful? Give feedback.
I removed:
changed:
and it work fine.