You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to broadlink devices home and set up. When I try to send commands from the first one it works without problems but when I try to send commands from the second device it does not work and fails with the next error.
10/29/2020, 6:05:07 PMnode: bucatarie
msg : error
"Error: ENOENT: no such file or directory, open '/mnt//jsonIrCode'"
10/29/2020, 6:05:07 PMnode: bucatarie
msg : error
"SyntaxError: Unexpected token u in JSON at position 0"
The broadlink/newremote/SharedData/jsonDevice contains this ( I put xxx for confidential data but kept structure intact):
[{"id":1,"mac":"xxxxx","type":10002,"name":"智能遥控","password":xxxxx,"lock":0,"new":0,"longitude":0,"latitude":0,"subDevice":0,"terminalId":1,"publicKey":[-xx,-xx,-55,7,-xx,-xx,-xx,7,xx,84,64,xx,92,-xx,-xx,xxx]}]
In e-Control I have 2 devices:
Maybe it's related with single device being present in configuration.
In nodered when I try to send a command from the first device to some appliance it works but not if I try to send from the other device.
Is there anything that I do wrong?
Thanks in advance
The text was updated successfully, but these errors were encountered:
I have to broadlink devices home and set up. When I try to send commands from the first one it works without problems but when I try to send commands from the second device it does not work and fails with the next error.
10/29/2020, 6:05:07 PMnode: bucatarie
msg : error
"Error: ENOENT: no such file or directory, open '/mnt//jsonIrCode'"
10/29/2020, 6:05:07 PMnode: bucatarie
msg : error
"SyntaxError: Unexpected token u in JSON at position 0"
The broadlink/newremote/SharedData/jsonDevice contains this ( I put xxx for confidential data but kept structure intact):
[{"id":1,"mac":"xxxxx","type":10002,"name":"智能遥控","password":xxxxx,"lock":0,"new":0,"longitude":0,"latitude":0,"subDevice":0,"terminalId":1,"publicKey":[-xx,-xx,-55,7,-xx,-xx,-xx,7,xx,84,64,xx,92,-xx,-xx,xxx]}]
In e-Control I have 2 devices:
Maybe it's related with single device being present in configuration.
In nodered when I try to send a command from the first device to some appliance it works but not if I try to send from the other device.
Is there anything that I do wrong?
Thanks in advance
The text was updated successfully, but these errors were encountered: