Chacon ZB-ERSM-01
| Model | ZB-ERSM-01 |
| Vendor | Chacon |
| Description | Roller shutter module |
| Exposes | cover (state, position), cover_mode, action |
| Picture | ![]() |
Notes
Pairing
You have 3 possibilities of pairing:
- With Chacon/DiO radio controller (remote, switch…)
- With DiO mobile app via Bluetooth
- With Zigbee
- You can pair a DiO controller and Zigbee on the same device.
- You can pair a DiO controller and mobile app on the same device.
- But you cannot pair mobile app and Zigbee on the same device
Calibration
- Open the roller shutter entirely
- Activate calibration mode
- Close the shutter by pushing the "close" button every 0.5 seconds until the shutter is totally closed
- Exit calibration mode (now the closing time is set)
- Activate calibration mode again
- Open the shutter by pushing the "open" button every 0.5 seconds until the shutter is totally open
- Exit calibration mode (now the opening time is set, calibration is done)
Caution: In calibration mode, any shutter movement command lasts 1 second maximum. For continuous movement, the Zigbee Down/Close command must be sent approximately every 0.5 seconds.
Options
How to use device type specific configuration
invert_cover: Inverts the cover position, false: open=100,close=0, true: open=0,close=100 (default false). The value must betrueorfalsecover_position_tilt_disable_report: Do not publish set cover target position as a normal 'position' value (default false). The value must betrueorfalse
Exposes
Cover
The current state of this cover is in the published state under the state property (value is OPEN or CLOSE). To control this cover publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"state": "OPEN"}, {"state": "CLOSE"}, {"state": "STOP"}. It's not possible to read (/get) this value. To change the position publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"position": VALUE} where VALUE is a number between 0 and 100.
Cover mode (composite)
Can be set by publishing to zigbee2mqtt/FRIENDLY_NAME/set with payload {"cover_mode": {"reversed": VALUE, "calibration": VALUE, "maintenance": VALUE, "led": VALUE}} To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"cover_mode": ""}.
reversed(binary): Reversal of the motor rotating direction allowed values:trueorfalsecalibration(binary): Set the cover calibration mode allowed values:trueorfalsemaintenance(binary): Set the cover maintenance mode, enabling will disable the cover motor allowed values:trueorfalseled(binary): Set the LED allowed values:trueorfalse
Action (enum)
Triggered action (e.g. a button click). Value can be found in the published state on the action property. It's not possible to read (/get) or write (/set) this value. The possible values are: open, close, stop.

