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

Legrand cover position is inverted #1021

Closed
sebastien-savalle opened this issue Feb 26, 2020 · 1 comment
Closed

Legrand cover position is inverted #1021

sebastien-savalle opened this issue Feb 26, 2020 · 1 comment

Comments

@sebastien-savalle
Copy link
Contributor

ZigBee officially expects "open" to be 0 and "closed" to be 100.
But Legrand reports "open" to be 100 and "closed" to be 0

Open:

debug 2020-02-26 14:13:56: Received MQTT message on 'zigbee2mqtt/volet_salon/set' with data 'OPEN'
debug 2020-02-26 14:13:56: Publishing 'set' 'state' to 'volet_salon'
debug 2020-02-26 14:15:56: Received Zigbee message from 'volet_salon', type 'attributeReport', cluster 'closuresWindowCovering', data '{"currentPositionLiftPercentage":100}' from endpoint 1 with groupID 0
info  2020-02-26 14:15:56: MQTT publish: topic 'zigbee2mqtt/volet_salon', payload '{"position":0,"linkquality":81}'

Closed

debug 2020-02-26 18:37:24: Received MQTT message on 'zigbee2mqtt/volet_salon/set' with data 'CLOSE'
debug 2020-02-26 18:37:24: Publishing 'set' 'state' to 'volet_salon'
debug 2020-02-26 18:39:23: Received Zigbee message from 'volet_salon', type 'attributeReport', cluster 'closuresWindowCovering', data '{"currentPositionLiftPercentage":0}' from endpoint 1 with groupID 0
info  2020-02-26 18:39:23: MQTT publish: topic 'zigbee2mqtt/volet_salon', payload '{"position":100,"linkquality":84}'

image

@Koenkk
Copy link
Owner

Koenkk commented Feb 27, 2020

Merged, thanks!

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

No branches or pull requests

2 participants