Closed Dani-75 closed 10 months ago
Just tested it with the turnOn/turnOff payload actions. Works fine. Please compare your nodes connected to the Dyson link node with the snippet below.
[
{
"id": "722f98e95e17bafc",
"type": "inject",
"z": "3655cc704227a502",
"name": "",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "{\"action\":\"turnOn\"}",
"payloadType": "json",
"x": 170,
"y": 360,
"wires": [
[
"9f3208dc89104247"
]
]
},
{
"id": "766d9bf6b51cf1d5",
"type": "inject",
"z": "3655cc704227a502",
"name": "",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "{\"action\":\"turnOff\"}",
"payloadType": "json",
"x": 170,
"y": 400,
"wires": [
[
"9f3208dc89104247"
]
]
}
]
Connection to Dyson Purifier and get-functions (e.g. getFanStatus) work well but turnon/turnoff does not do anything and also does not return any error