Skip to the content.

Shelly S4EM-001PXCEU16

EM Mini Gen4

Unsupported

This device is currently UNSUPPORTED. Want to have this device supported? Please check the GitHub issue section to see if a request already exists for this device. If it doesn’t exist yet, you can open a new request by filling in the Device support issue template.

Exposes

This is the information provided by Zigbee2MQTT for this device:

[
  {
    "name": "power",
    "label": "Power",
    "access": 5,
    "type": "numeric",
    "property": "power",
    "description": "Instantaneous measured power",
    "unit": "W"
  },
  {
    "name": "voltage",
    "label": "Voltage",
    "access": 5,
    "type": "numeric",
    "property": "voltage",
    "description": "Measured electrical potential value",
    "unit": "V"
  },
  {
    "name": "ac_frequency",
    "label": "AC frequency",
    "access": 5,
    "type": "numeric",
    "property": "ac_frequency",
    "description": "Measured electrical AC frequency",
    "unit": "Hz"
  },
  {
    "name": "current",
    "label": "Current",
    "access": 5,
    "type": "numeric",
    "property": "current",
    "description": "Instantaneous measured electrical current",
    "unit": "A"
  },
  {
    "name": "energy",
    "label": "Energy",
    "access": 5,
    "type": "numeric",
    "property": "energy",
    "description": "Sum of consumed energy",
    "unit": "kWh"
  },
  {
    "name": "produced_energy",
    "label": "Produced energy",
    "access": 5,
    "type": "numeric",
    "property": "produced_energy",
    "description": "Sum of produced energy",
    "unit": "kWh"
  },
  {
    "name": "wifi_status",
    "label": "Wi-Fi status",
    "access": 5,
    "type": "text",
    "property": "wifi_status",
    "description": "Current connection status",
    "category": "diagnostic"
  },
  {
    "name": "ip_address",
    "label": "IP address",
    "access": 5,
    "type": "text",
    "property": "ip_address",
    "description": "IP address currently assigned to the device",
    "category": "diagnostic"
  },
  {
    "name": "dhcp_enabled",
    "label": "DHCP enabled",
    "access": 5,
    "type": "binary",
    "property": "dhcp_enabled",
    "description": "Indicates whether DHCP is used to automatically assign network settings",
    "category": "diagnostic",
    "value_on": true,
    "value_off": false
  },
  {
    "name": "wifi_config",
    "label": "Wi-Fi Configuration",
    "access": 7,
    "type": "composite",
    "property": "wifi_config",
    "features": [
      {
        "name": "enabled",
        "label": "Wi-Fi enabled",
        "access": 3,
        "type": "binary",
        "property": "enabled",
        "description": "Enable/disable Wi-Fi connectivity",
        "value_on": true,
        "value_off": false
      },
      {
        "name": "ssid",
        "label": "Network",
        "access": 3,
        "type": "text",
        "property": "ssid",
        "description": "Name (SSID) of the Wi-Fi network to connect to"
      },
      {
        "name": "password",
        "label": "Password",
        "access": 2,
        "type": "text",
        "property": "password",
        "description": "Password for the selected Wi-Fi network"
      },
      {
        "name": "static_ip",
        "label": "IPv4 address",
        "access": 3,
        "type": "text",
        "property": "static_ip",
        "description": "Manually assigned IP address (used when DHCP is disabled)"
      },
      {
        "name": "net_mask",
        "label": "Network mask",
        "access": 3,
        "type": "text",
        "property": "net_mask",
        "description": "Subnet mask for the static IP configuration"
      },
      {
        "name": "gateway",
        "label": "Gateway",
        "access": 3,
        "type": "text",
        "property": "gateway",
        "description": "Default gateway address for static IP configuration"
      },
      {
        "name": "name_server",
        "label": "DNS",
        "access": 3,
        "type": "text",
        "property": "name_server",
        "description": "Name server address for static IP configuration"
      }
    ],
    "category": "config"
  }
]

Related