Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mDNS stopped working #679

Open
amolotkov opened this issue Feb 12, 2024 · 2 comments
Open

mDNS stopped working #679

amolotkov opened this issue Feb 12, 2024 · 2 comments

Comments

@amolotkov
Copy link

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
Copy link

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

@Walkabout01
Copy link

and unquote the line ->set_sk_server . . .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants