-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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
christianTF
Metadata
Metadata
Assignees
Labels
No labels