Zemismart Zigbee Battery Roller Blind Driver Review and Setup

In this video I’ll unbox this Zemismart battery powered blind motor that can be retro-fitted to most corded blinds. I’ll show you how to pair the device with Home assistant via Zigbee2MQTT and test with Node Red.

Buy the Product

Get the product on Amazon

Instructions

Configuration.yaml

cover:
  - platform: "mqtt"
    name: "Landing Blind"
    availability_topic: "zigbee2mqtt/bridge/state"
    command_topic: "zigbee2mqtt/Blind/set"
    value_template: "{{ value_json.position }}"
    set_position_template: "{ \"position\": {{ position }} }"
    set_position_topic: "zigbee2mqtt/Blind/set"
    position_topic: "zigbee2mqtt/Blind"

sensor:
  - platform: "mqtt"
    name: "Landing Blind Signal"
    state_topic: "zigbee2mqtt/Blind"
    availability_topic: "zigbee2mqtt/bridge/state"
    unit_of_measurement: "lqi"
    value_template: "{{ value_json.linkquality }}"
    icon: "mdi:signal"

Node Red Flow


[{"id":"c656732c.99a73","type":"inject","z":"d3b95c23.009f9","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":280,"y":200,"wires":[["281915fe.03be6a"]]},{"id":"281915fe.03be6a","type":"api-call-service","z":"d3b95c23.009f9","name":"Open Hallway Blind","server":"22f5da40.d3e236","version":1,"debugenabled":false,"service_domain":"cover","service":"open_cover","entityId":"cover.landing_blind","data":"","dataType":"jsonata","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":530,"y":200,"wires":[[]]},{"id":"6c056af3.400664","type":"inject","z":"d3b95c23.009f9","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":280,"y":260,"wires":[["4b5afbcf.07ec34"]]},{"id":"4b5afbcf.07ec34","type":"api-call-service","z":"d3b95c23.009f9","name":"Close Hallway Blind","server":"22f5da40.d3e236","version":1,"debugenabled":false,"service_domain":"cover","service":"close_cover","entityId":"cover.landing_blind","data":"","dataType":"jsonata","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":530,"y":260,"wires":[[]]},{"id":"c79531a4.718af","type":"inject","z":"d3b95c23.009f9","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":280,"y":320,"wires":[["94cbe5a0.b64268"]]},{"id":"94cbe5a0.b64268","type":"api-call-service","z":"d3b95c23.009f9","name":"Stop Hallway Blind","server":"22f5da40.d3e236","version":1,"debugenabled":false,"service_domain":"cover","service":"stop_cover","entityId":"cover.landing_blind","data":"","dataType":"jsonata","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":530,"y":320,"wires":[[]]},{"id":"5b2dd889.616d98","type":"schedex","z":"d3b95c23.009f9","name":"","passthroughunhandled":false,"suspended":false,"lat":"51.341696","lon":"-1.9912507","ontime":"sunset","ontopic":"","onpayload":"","onoffset":0,"onrandomoffset":0,"offtime":"","offtopic":"","offpayload":"","offoffset":0,"offrandomoffset":0,"mon":true,"tue":true,"wed":true,"thu":true,"fri":true,"sat":true,"sun":true,"x":260,"y":420,"wires":[["570ceace.2f7744"]]},{"id":"570ceace.2f7744","type":"api-call-service","z":"d3b95c23.009f9","name":"Close Hallway Blind","server":"22f5da40.d3e236","version":1,"debugenabled":false,"service_domain":"cover","service":"close_cover","entityId":"cover.landing_blind","data":"","dataType":"jsonata","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":530,"y":420,"wires":[[]]},{"id":"22f5da40.d3e236","type":"server","name":"Home Assistant","legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]