Multiplus II 120 V 48/3000/35-50
When MPII is off, it will continuously sense AC voltage until it goes away, but will not sense it when it returns. The MPII must be turned on briefly (10 seconds?) to sense AC voltage, at which point it can be turned off and will continue to sense AC voltage.
Reproduction (all done with Node Red, VE.bus system control node, switch position):
- Start with MPII on, AC input present.
MPII properly reports AC voltage indefinitely. - Turn MPII off
MPII continues to report AC voltage indefinitely. - Remove AC voltage
MPII initially reports 0 voltage. After a few minutes, it reports “null.” - Provide AC voltage
MPII does not sense voltage and continues to report “null” indefinitely. - Turn MPII on briefly (10 seconds is sufficient), then back off
MPII properly reports AC voltage
Example flow:
[
{
"id": "de1101ee0203e8d3",
"type": "tab",
"label": "Flow 1",
"disabled": false,
"info": "",
"env": []
},
{
"id": "46c5cc2e110249ec",
"type": "victron-output-vebus",
"z": "de1101ee0203e8d3",
"service": "com.victronenergy.vebus/276",
"path": "/Mode",
"serviceObj": {
"service": "com.victronenergy.vebus/276",
"name": "Multiplus-II",
"communityTag": "vebus"
},
"pathObj": {
"path": "/Mode",
"type": "enum",
"name": "Switch Position",
"enum": {
"1": "Charger Only",
"2": "Inverter Only",
"3": "On",
"4": "Off"
},
"mode": "both"
},
"initial": 1,
"name": "",
"onlyChanges": false,
"outputs": 0,
"conditionalMode": false,
"outputTrue": "",
"outputFalse": "",
"debounce": "",
"x": 400,
"y": 60,
"wires": []
},
{
"id": "df2ef3d980f1ae8c",
"type": "inject",
"z": "de1101ee0203e8d3",
"name": "On",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "3",
"payloadType": "num",
"x": 110,
"y": 40,
"wires": [
[
"46c5cc2e110249ec"
]
]
},
{
"id": "5476f8821857d69e",
"type": "inject",
"z": "de1101ee0203e8d3",
"name": "Off",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "4",
"payloadType": "num",
"x": 110,
"y": 100,
"wires": [
[
"46c5cc2e110249ec"
]
]
},
{
"id": "0ff6f568263c0dc2",
"type": "victron-input-vebus",
"z": "de1101ee0203e8d3",
"service": "com.victronenergy.vebus/276",
"path": "/Ac/ActiveIn/L1/V",
"serviceObj": {
"service": "com.victronenergy.vebus/276",
"name": "Multiplus-II",
"communityTag": "vebus"
},
"pathObj": {
"path": "/Ac/ActiveIn/L1/V",
"type": "float",
"name": "Input voltage phase 1 (VAC)"
},
"name": "AC In",
"onlyChanges": false,
"roundValues": "0",
"outputs": 1,
"conditionalMode": false,
"outputTrue": "",
"outputFalse": "",
"debounce": "",
"x": 330,
"y": 120,
"wires": [
[]
]
},
{
"id": "a5c1a8ea7f2eb37e",
"type": "global-config",
"env": [],
"modules": {
"@victronenergy/node-red-contrib-victron": "1.6.59"
}
}
]
