Hi there,
from a project we are trying to use we have the following flow for running a HA call service node, its just coming up with API error and i cant work out what the issue is, adding a debug node doesnt really tell me anything annoyingly
this is the flow data for it:
"type": "api-call-service",
"name": "Set ph value",
"service_domain": "input_number",
"service": "set_value",
"data": "msg.payload",
i have added a debug node on the step before this one and confirmed that msg.payload does have the correct info (in this case a number)
im guessing it has something to do with the fact there doesnt seem to be a place to define exactly which entity id needs to be updated? but in the UI there doesnt appear to be a way to define this, im very new to both HA and Node Red so im probably missing something very obvious
this is the debug detail which is coming out which really tells me nothing
11 Apr 14:29:07 - [info] [debug:e35aaa88aa39b501]
{
domain: 'input_number',
service: 'set_value',
data: {
'0': 'm',
'1': 's',
'2': 'g',
'3': '.',
'4': 'p',
'5': 'a',
'6': 'y',
'7': 'l',
'8': 'o',
'9': 'a',
'10': 'd'
}
}
any help would be hugey appreciated, ive been struggling with this project for a while now