
Technical Comparison: Shelly Plus Uni Vs. Shelly Uni
Share
Use Case Comparison
- Door Lock Control: Manage your door lock remotely.
- Small Sensor Interface: Connects analog and digital sensors to measure and monitor the environment.
- Doorbell Notifications: Receive notifications on your smartphone when the doorbell rings.
- RV Automation: Perfect for camper automation and battery monitoring.
- Transforming Handheld Devices: Turn traditional buttons into smart devices.
- Advanced Sensor Interface: Connect a variety of sensors to measure temperature, humidity, water levels, and more.
- Garage Door and Gate Control: Operate garage doors and gates remotely with real-time notifications.
- Turn meter data into savings: Monitor electricity and water usage with the pulse counting feature.
Feature Comparison
- Wi-Fi Operated: No Hub Needed.
- Digital inputs: Supports different voltages.
- Potentially free outputs: Can switch up to 36VDC and 24VAC.
- Wide voltage range: 12V-36VDC and 12V-24VAC.
- Smart Scenes: Set up custom scenes with other Shelly devices.
- Endless Applications: Door lock control, doorbell notifications, camper automation.
- Wi-Fi and Bluetooth Operated: No HUB needed.
- Pulse Counting: Monitors energy, water and gas usage.
- Sensor Interface: Works with analog and digital sensors.
- Dry contacts: Two potentially free outputs that can switch up to 28VDC and 24VAC.
- Accurate Voltmeter: Accurate voltage measurement in two ranges (0-15VDC, 0-30VDC).
- Scripting support: Customize functionality and local control.
Feature | Shelly Uni | Shelly Plus Uni |
---|---|---|
AC power supply | 12V – 24V | 8-24 VAC |
DC power supply | 12V – 36V | 9-28 VDC, 5 VDC |
Tickets | 2 digital inputs | 1 analog, 1 pulse counter, 2 digital |
Departures | 2 potentially free | 2 potentially free solid state relays |
Connectivity | Wi-Fi 802.11 b/g/n | Wi-Fi 802.11 b/g/n, Bluetooth 4.2 |
Dimensions | 20mm x 33mm x 13mm | 40mm x 21mm x 7mm |
Supported sensors | DS18B20, DHT22 | DHT22, up to five DS18B20 |
Overload protection | No | Yeah |
Operating temperature | 0 to +40 °C | -20 to +40 °C |
Pulse counting | No | Yeah |
Scripting support | No | Yeah |
Shelly Plus Uni | Shelly Uni |
---|---|
# Turn on the Shelly Plus Uni device curl -X GET "http://192.168.1.101/relay/0/on" # Turn off the Shelly Plus Uni device curl -X GET "http://192.168.1.101/relay/0/off" |
# Turn on the Shelly Uni device curl -X GET "http://192.168.1.100/relay/0/on" # Turn off the Shelly Uni device curl -X GET "http://192.168.1.100/relay/0/off" |