Websocket push message for Charge & Drop #2098
Unanswered
matjans-collab
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
No idea why I was signed in with the other account but this would be my normal account. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi all,
Working on updating my small Smola fluid bed roaster to work with Artisan. Got everything in working order, reading temps, controlling heater with Artisan PID, but...
I'd like to send a websocket push message from the esp32 to Artisan for Charge & Drop (and later DE, FC, SC etc) but I can'figure out from the websockets documentation what the correct message should be, or at least it's not working.
The docs say:
I interpret that as
{"message":"CHARGE"}for the literal json. That doesn'work. Neither does{"message": "startRoasting"}and a bunch of other variations I've tried.The
START on CHARGEandOFF on DROPflags are set.Can someone enlighten me on what the correct syntax should be and/or if there are any settings that I haven't found yet that need to be set?
Beta Was this translation helpful? Give feedback.
All reactions