Shelly S4SW-002P16EU-COVER
Model | S4SW-002P16EU-COVER |
Vendor | Shelly |
Description | 2PM Gen4 (Cover mode) |
Exposes | cover (state, position, tilt) |
Picture | ![]() |
Device Modes
The Shelly 2PM Gen4 device operates in two different modes that appear as separate devices in Zigbee2MQTT:
- Cover Mode (
S4SW-002P16EU-COVER
) - This device supports window covering controls with lift and tilt functionality with power monitoring - Switch Mode (
S4SW-002P16EU-SWITCH
) - Provides dual switch functionality with power monitoring
The device mode is automatically detected based on the endpoint configuration.
For now, changing modes is only possible through Shelly WebUI.
Cover Mode Features
When operating in cover mode, this device provides:
- Window covering controls (lift and tilt)
- Position feedback
- State reporting (OPEN/CLOSE)
Vendor product page: Shelly 2PM Gen4
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 betrue
orfalse
cover_position_tilt_disable_report
: Do not publish set cover target position as a normal 'position' value (default false). The value must betrue
orfalse
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
. To change the tilt publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"tilt": VALUE}
where VALUE
is a number between 0
and 100
.