Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

ediola V6 with Hex #23

Closed
wocowahl opened this issue Oct 23, 2022 · 4 comments
Closed

ediola V6 with Hex #23

wocowahl opened this issue Oct 23, 2022 · 4 comments

Comments

@wocowahl
Copy link

wocowahl commented Oct 23, 2022

Hi,
First of all thanks for the nice integration!
I am running Mediola V6 and I added Elero Blind adr 01-14. 01-09 are working; but 10-14 are not.
Extract:

*- type: ER
adr: "08"

  • type: ER
    adr: "09"
  • type: ER
    adr: "10"
  • type: ER
    adr: "11"

Via /command?XC_FNC=GetStates I already got:
{"type":"ER","sid":"10","adr":"14","state":"1002","ts":{"a":"63541871"}}
which I tranferred to

*- type: ER
adr: "14"
*
The log does not provide additional information.
E.g. working adr 9 compared to not working adr 11:

*Received PUBLISH (d0, q0, r0, m0), 'mediola/blinds/mediola/ER_09/set', ... (4 bytes)
Msg: mediola/blinds/mediola/ER_09/set 0 b'open'
Received PUBLISH (d0, q0, r0, m0), 'mediola/blinds/mediola/ER_11/set', ... (5 bytes)
Msg: mediola/blinds/mediola/ER_11/set 0 b'close'
*
Many thanks for your ideas,
Wolfgang

@wocowahl wocowahl changed the title Mediola V6 with Hex . Oct 23, 2022
@rorso
Copy link

rorso commented Oct 23, 2022 via email

@andyboeh
Copy link
Owner

andyboeh commented Oct 23, 2022

Thank you, that finally means: another difference between v4 and v6 (v5?). On my v4, all channels are in hex while on yours they are in dec.

That will be a bigger change, unfortunately including backwards-incompatible changes. I'm planning a bigger rewrite for quite some time now, looks like I should get started soon. (Unfortunately, ) real life is keeping me busy right now.

@wocowahl wocowahl changed the title . ediola V6 with Hex Oct 23, 2022
@wocowahl
Copy link
Author

wocowahl commented Oct 23, 2022

hi,
I am new in that topic. I recognized that #11 pretty much deals with my topic, but I was no longer able to delete my created issue.
anyway for sharing I changed as suggested in #11 (comment) and for me it is working.
So my config is in dec and there is no converting at all (e.g. adr: "14").
I do not use any .upper().

many thanks,
Wolfgang

@andyboeh
Copy link
Owner

You cannot delete Issues, that's by design. Instead, you should do what you just did and post a solution, then close the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants