I try to set the value of an entity using node red. When triggering the call service node it seems to work, as no error code is shown. But the value of the entity did not change. I tried to set the value of other entities, but also without success.
[{"id":"b61e734fda0575f2","type":"api-call-service","z":"7a22ab309c437a40","name":"Set Backup Reserve","server":"56a056ad.ac2628","version":5,"debugenabled":false,"domain":"input_number","service":"set_value","areaId":[],"deviceId":[],"entityId":["number.solaredge_neu_storage_backup_reserved"],"data":"{\"value\":60}","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":640,"y":560,"wires":[[]]},{"id":"66626f74f14ae52b","type":"inject","z":"7a22ab309c437a40","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":200,"y":560,"wires":[["b61e734fda0575f2"]]},{"id":"56a056ad.ac2628","type":"server","name":"Home Assistant","version":1,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]