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

MS-108ZR Blinds Switch missing feature #3248

Closed
Sangoku opened this issue Oct 30, 2021 · 2 comments
Closed

MS-108ZR Blinds Switch missing feature #3248

Sangoku opened this issue Oct 30, 2021 · 2 comments
Labels

Comments

@Sangoku
Copy link

Sangoku commented Oct 30, 2021

Hello.

The integration in the
devices/moes.js

    {
        fingerprint: [{modelID: 'TS130F', manufacturerName: '_TZ3000_1dd0d5yi'}],
        model: 'MS-108ZR',
        vendor: 'Moes',
        description: 'Zigbee + RF curtain switch module',
        supports: 'open, close, stop, position',
        fromZigbee: [fz.tuya_cover_options, fz.cover_position_tilt],
        toZigbee: [tz.cover_state, tz.moes_cover_calibration, tz.cover_position_tilt, tz.tuya_cover_reversal],
        exposes: [e.cover_position(), exposes.numeric('calibration_time', ea.ALL), exposes.enum('moving', ea.STATE, ['UP', 'STOP', 'DOWN']),
            exposes.binary('motor_reversal', ea.ALL, 'ON', 'OFF')],
    },

Is missing a set option for the kind of the switch you are using to manually control the blinds.

There is support for 2 kinds of them according to the manual;
https://www.ledlux.it/fileuploader/download/download/?d=0&file=custom%2Fupload%2Fa2zworldsrl1622795969.pdf
Rocker and Reset curtain switch

In my case im using an EU
https://www.hornbach.at/shop/Jalousietaster-Einsatz-Logus/8250891/artikel.html

Which i assume is a rocker style which is not the default one.

The problem is this.

The switch works like this
1st goes down → blinds go down
2nd goes down → blinds go up → the 1. Gets pulled open.

It can be only 1 on at the same time.

But the blinds recognize the of action of the 1st as up action and vice versa and gets totally confused.

So up becomes down and down up and so on... it is a mess.

I am dev my self, so I'm more than happy to help. Just need to know how.

@Sangoku Sangoku changed the title MS-108ZR Switch problem MS-108ZR Blinds Switch feature Oct 30, 2021
@Sangoku Sangoku changed the title MS-108ZR Blinds Switch feature MS-108ZR Blinds Switch missing feature Oct 30, 2021
@Sangoku
Copy link
Author

Sangoku commented Oct 30, 2021

I already found the tuya_cover_options in fromZigbee.js And in toZigbee.
Just need to figure out how i can get the code for the setting..

Any pointers? 🔢
I am running zigbee2mqtt on Hasio on debian11 and using a
ITSTUFF CC2531 ZigBee USB Stick ioBroker openHAB FHEM

@github-actions
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

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

No branches or pull requests

1 participant