SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
152 stars 81 forks source link

mDNS stopped working #679

Open amolotkov opened 7 months ago

amolotkov commented 7 months ago

The mDNS broadcasting was working fine, and recently it stopped working after latest flashes (still works on devises that were fleshed 3 month ago . Here is my config

sensesp_app = (&builder) // Set a custom hostname for the app. ->set_hostname("boatsense-water") //->enable_ota("passwordforota") // Optionally, hard-code the WiFi and Signal K server // settings. This is normally not needed. //->set_wifi("My WiFi SSID", "my_wifi_password") //->set_sk_server("192.168.10.3", 80) ->get_app();

And here is the log from terminal rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0030,len:1184 load:0x40078000,len:13232 load:0x40080400,len:3028 entry 0x400805e4 (SetupSerialDebug)(C1) Serial debugging enabled (load_configuration)(C1) Loading configuration for path '/System/WiFi Settings' from '/1y6oPD6lHzs1o19UpJFFjbslZu8=' (load_configuration)(C1) Could not find configuration for path /System/Signal K Settings (load_configuration)(C1) Not loading configuraets Jul 29 2019 12:21:46

Walkabout01 commented 3 months ago

Check your SK server IP address. In my case, it is 10.10.10.1:3000. and not 192.168.10.3:80

Walkabout01 commented 3 months ago

and unquote the line ->set_sk_server . . .