Replies: 4 comments 1 reply
-
I'm not going to comment on the technical capability of websockets to be used as write-devices in the existing codebase, but I wonder if you've considered implementing modbus-TCP, a much more standard industrial control layer? |
Beta Was this translation helpful? Give feedback.
-
I didn't realize that modbus-TCP existed - I'll look into that, thank you! |
Beta Was this translation helpful? Give feedback.
-
I don't understand exactly what you mean by "setting the temperature", maybe you can expand on that a bit. Note that there are Web Socket command actions to write any JSON to the connected device, similar to MODBUS Commands. Thus you might be able to do what you intend by configuration instead of implementation. |
Beta Was this translation helpful? Give feedback.
-
For Your Information : You may make your own protocol which control board talk to drummer with , WebSocket just a kind of tunnel to let the commands runs on. |
Beta Was this translation helpful? Give feedback.
-
I'm working on a roaster control board which connects to WiFi (using an ESP32). I have added support for the Artisan WebSockets interface. I would like to add support to Artisan for setting the temperature. If I write that, is there a possibility of merging it? Do you foresee any issues?
Beta Was this translation helpful? Give feedback.
All reactions