Skip to content

Config.ini setup with 3 phases Need help to setup #208

@Adam600david

Description

@Adam600david

What's the issue?

I want 3 phase setup troug mqtt, but only get one phase registerring while there is data on the other phases

Your setup

Home assistant add on
venus E V3
Homewizard P1 -> nodered mqtt

Configuration


[GENERAL]
DEVICE_TYPE = shellypro3em
SKIP_POWERMETER_TEST = False
THROTTLE_INTERVAL = 2

[MQTT_L1]
BROKER = 10.0.1.x
PORT = 1883
TOPIC = homewizard/p1/l1/power
USERNAME = x
PASSWORD = x
THROTTLE_INTERVAL = 2

[MQTT_L2]
BROKER = 10.0.1.x
PORT = 1883
TOPIC = homewizard/p1/l2/power
USERNAME = x
PASSWORD =x
THROTTLE_INTERVAL = 2

[MQTT_L3]
BROKER = 10.0.1.x
PORT = 1883
TOPIC = homewizard/p1/l3/power
USERNAME = x
PASSWORD =x
THROTTLE_INTERVAL = 2

Error messages or logs

}
Throttling: Fetched fresh values after 0.0s interval: [632.0]
Throttling: Waiting 2.0s before fetching fresh values...
DEBUG:b2500-meter:Sending response: {"id":0,"src":"shellypro3em-ec4609c439c1","dst":"unknown","result":{"a_act_power":632.0,"b_act_power":0.001,"c_act_power":0.001,"total_act_power":632.001}}
DEBUG:b2500-meter:Received UDP message: {"id":0,"method":"EM.GetStatus","params":{"id":0}}
DEBUG:b2500-meter:From: 10.0.1.8:22222
DEBUG:b2500-meter:Parsed request: {
  "id": 0,
  "method": "EM.GetStatus",
  "params": {
    "id": 0
  }

Additional info

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions