SmartThingsCommunity / SmartThingsPublic

SmartThings open-source DeviceType Handlers and SmartApps code

Home Page:https://developer-preview.smartthings.com/docs/devices/hub-connected/get-started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zipato Micromodule Motor Controller Support

h8pewou opened this issue · comments

Zipato Micromodule Motor Controllers (https://www.zipato.com/product/micro-module-motor-controller) seem to work fine with the standard Z-Wave Window Shade code except for one thing: levels may be implemented incorrectly in the Zipato device, they are inverted. As an example 20% is reported as 80%, open is reported as closed.

Is there an easy way to fix this?

fingerprint mfr: "0131", prod: "0001", model: "0015", deviceJoinName: "Zipato Shutter"

I've made some minor changes to the original code and it seem to be working fine, see zipato-shutter.groovy.

Is it possible to execute this locally?

Zipato Micromodule Motor Controllers (https://www.zipato.com/product/micro-module-motor-controller) seem to work fine with the standard Z-Wave Window Shade code except for one thing: levels may be implemented incorrectly in the Zipato device, they are inverted. As an example 20% is reported as 80%, open is reported as closed.

Is there an easy way to fix this?

fingerprint mfr: "0131", prod: "0001", model: "0015", deviceJoinName: "Zipato Shutter"

Answering my own question: switching the the NC1 and NO1 wires fixes this issue. In case if that's not an option, this file may work just fine: https://raw.githubusercontent.com/h8pewou/SmartThingsPublic/master/devicetypes/h8pewou/zipato-shutter.src/zipato-shutter.groovy