microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.24k stars 112 forks source link

Development Gateway #602

Closed louisvangeldrop closed 9 months ago

louisvangeldrop commented 11 months ago

I have added a development gateway at a Raspberrypi with the following connection: http://192.168.0.138:7071 in order to send some MQTT messages to Node-Red.

Since MQTT-client is supported now, I don't need that gateway anymore for that purpose and stopped it. The extension is however still trying to connect to the gateway. I can't find a command to delete the existing entry in "Development Gateway" tab. Any suggestion?

The following error message is showing every second in the Terminal window: WSSK-H: connecting to ws://192.168.0.138:7071/wssk/main/fe34851805884cff

pelikhan commented 11 months ago

For now, try to press connect and enter to have an empty connection string.

louisvangeldrop commented 11 months ago

That works. Thx for quick response