@@ -122,7 +122,7 @@ See section [Discovery](#discovery) for details.
122
122
| shellypro2pm-roller | Shelly Pro 2 PM with 2x relay + power meter, roller mode | SPSW-002PE16EU, SPSW-102PE16EU, SPSW-202PE16EU |
123
123
| shellypro3 | Shelly Pro 3 with 3x relay (dry contacts) | SPSW-003XE16EU |
124
124
| shellypro3em | Shelly Pro 3 with 3 integrated power meters | SPEM-003CEBEU |
125
- | shellyproem50 | Shelly Pro EM50 with 3 integrated power meters | SPEM-002CEBEU50 |
125
+ | shellyproem50 | Shelly Pro EM-50 with 2 power meters and 1 relay | SPEM-002CEBEU50 |
126
126
| shellypro4pm | Shelly Pro 4 PM with 4x relay + power meter | SPSW-004PE16EU, SPSW-104PE16EU |
127
127
128
128
### Shelly BLU
@@ -1511,6 +1511,37 @@ Channels lastEvent and eventCount are only available if input type is set to mom
1511
1511
| | resetTotals | Switch | yes | ON: Resets total values for the power meter |
1512
1512
| | lastUpdate | DateTime | yes | Timestamp of the last measurement |
1513
1513
1514
+ ### Shelly Pro EM-50 (thing-type: shellyproem50)
1515
+
1516
+ | Group | Channel | Type | read-only | Description |
1517
+ | ------ | ------------- | -------- | --------- | --------------------------------------------------------------------------------- |
1518
+ | meter1 | currentWatts | Number | yes | Current power consumption in Watts |
1519
+ | | totalKWH | Number | yes | Total energy consumption in kwh since the device powered up (resets on restart) |
1520
+ | | returnedKWH | Number | yes | Total returned energy, kwh |
1521
+ | | reactiveWatts | Number | yes | Instantaneous reactive power, Watts |
1522
+ | | voltage | Number | yes | RMS voltage, Volts |
1523
+ | | current | Number | yes | Current in A |
1524
+ | | powerFactor | Number | yes | Power Factor in percent |
1525
+ | | resetTotals | Switch | yes | ON: Resets total values for the power meter |
1526
+ | | lastUpdate | DateTime | yes | Timestamp of the last measurement |
1527
+ | meter2 | currentWatts | Number | yes | Current power consumption in Watts |
1528
+ | | totalKWH | Number | yes | Total energy consumption in kwh since the device powered up (resets on restart) |
1529
+ | | returnedKWH | Number | yes | Total returned energy, kwh |
1530
+ | | reactiveWatts | Number | yes | Instantaneous reactive power, Watts |
1531
+ | | voltage | Number | yes | RMS voltage, Volts |
1532
+ | | current | Number | yes | Current in A |
1533
+ | | powerFactor | Number | yes | Power Factor in percent |
1534
+ | | resetTotals | Switch | yes | ON: Resets total values for the power meter |
1535
+ | | lastUpdate | DateTime | yes | Timestamp of the last measurement |
1536
+ | relay | output | Switch | r/w | Relay #1 : Controls the relay's output channel (on/off) |
1537
+ | | outputName | String | yes | Logical name of this relay output as configured in the Shelly App |
1538
+ | | input | Switch | yes | ON: Input/Button is powered, see General Notes on Channels |
1539
+ | | autoOn | Number | r/w | Relay #1 : Sets a timer to turn the device ON after every OFF command; in seconds |
1540
+ | | autoOff | Number | r/w | Relay #1 : Sets a timer to turn the device OFF after every ON command; in seconds |
1541
+ | | timerActive | Switch | yes | Relay #1 : ON: An auto-on/off timer is active |
1542
+ | | button | Trigger | yes | Event trigger, see section Button Events |
1543
+
1544
+
1514
1545
### Shelly Pro 4PM (thing-type: shelly4pro)
1515
1546
1516
1547
| Group | Channel | Type | read-only | Description |
0 commit comments