-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi,
I built this project on an ESP32-C3 SuperMini board with an OLED display.
First, in "dummy" mode, I am able to successfully connect to the WebSocket server using wscat (wscat -c ws://192.168.3.182:81). The log output is as follows, and everything seems to be working fine:
$ wscat -c ws://192.168.3.182:81
Connected (press CTRL+C to quit)
> { 'command': 'getArtisanData', 'id': 44683, 'machine': 0 }
< {"id":44683,"versionCode":0.44,"ipAddress":"192.168.3.182","ssid":"happyhome_2.4G","message":"getArtisanData","name":"[18D8] Croaster V0.44","data":{"BT":30,"ET":34}}'
However, Artisan is unable to connect to the server. Here is my Artisan configuration:
Could you please advise me on what might be causing this issue, and suggest any adjustments to resolve it? Thank you!
Metadata
Metadata
Assignees
Labels
No labels