Now I repeat the exercise using NR to make a change again, but this time it doesn't work. Well i should say it, does, eventually it would seem.
The prior state:
17/9/2022, 4:14:22 pm[node: debug 27](http://homeassistant.local:8123/api/hassio_ingress/RbT3ePDcRwkL042BMJOx2Cx_yr9Dge6O_ahJfU57mJI/#)solar_assistant/inverter_1/charger_source_priority/state : msg.payload : string[10]
"Solar only"
.
The command to change Charger Source:
17/9/2022, 4:14:58 pm[node: debug 27](http://homeassistant.local:8123/api/hassio_ingress/RbT3ePDcRwkL042BMJOx2Cx_yr9Dge6O_ahJfU57mJI/#)solar_assistant/inverter_1/charger_source_priority/set : msg.payload : string[32]
"Solar and utility simultaneously"
.
The saved message:
17/9/2022, 4:14:59 pm[node: debug 27](http://homeassistant.local:8123/api/hassio_ingress/RbT3ePDcRwkL042BMJOx2Cx_yr9Dge6O_ahJfU57mJI/#)solar_assistant/set/response_message/state : msg.payload : string[6]
"Saved."
.
The state after - has not changed (note the time stamp, this is nearly 1 minute later):
17/9/2022, 4:15:54 pm[node: debug 27](http://homeassistant.local:8123/api/hassio_ingress/RbT3ePDcRwkL042BMJOx2Cx_yr9Dge6O_ahJfU57mJI/#)solar_assistant/inverter_1/charger_source_priority/state : msg.payload : string[10]
"Solar only"
.
And checked again a bit later, still not changed (just over 2 minutes later):
17/9/2022, 4:17:06 pm[node: debug 27](http://homeassistant.local:8123/api/hassio_ingress/RbT3ePDcRwkL042BMJOx2Cx_yr9Dge6O_ahJfU57mJI/#)solar_assistant/inverter_1/charger_source_priority/state : msg.payload : string[10]
"Solar only"
.
And the change was not made in either Home Assistant or Solar Assistant.
But then when I checked again later on, the change had taken:
17/9/2022, 4:21:11 pm[node: debug 27](http://homeassistant.local:8123/api/hassio_ingress/RbT3ePDcRwkL042BMJOx2Cx_yr9Dge6O_ahJfU57mJI/#)solar_assistant/inverter_1/charger_source_priority/state : msg.payload : string[32]
"Solar and utility simultaneously"
.
No wonder I can't work what's going on.