Skip to content

WebSocket connection issue #21

@JA1E0

Description

@JA1E0

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:

Image Image

Could you please advise me on what might be causing this issue, and suggest any adjustments to resolve it? Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions