Replies: 1 comment 6 replies
-
Some more info, I changed the debug level to developer and an now receiving this message when I send the command. I tried sending a single message and was successful, so there seems to be a problem chaining the messages together like I was doing before ? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This was all working last year but now (after library updates) my controllers are not receiving any commands.
Worked on this for a bit but don't seem to be getting anywhere.
I have reverted back to the default controller package to remove the possibility that my application is the cause of anything.
These are the commands I am sending from NodeRed the controller id is 12.
"[ {"id":12,"type":202,"data":1748478911790}, {"id":12,"type":200,"data":423101550}, {"id":12,"type":201,"data":16024100}]"
The gateway setup is like this
I can see the gateway receive the commands and it says it is moving it along
The controller seems to be registered correctly with the gateway
But it is not receiving the commands send from nodeRed
If someone could point me in the right direction in would appreciate it.
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions