-
Forum
-
Main Forum
-
Wemos Nixie Clock Support Forum
-
Numitron v3 firmware
Numitron v3 firmware
Less
More
-
Posts: 120
-
Thank you received: 6
-
-
-
-
-
2 years 8 months ago - 2 years 8 months ago #10681
by judge
The algorithm worked fine and I can connect. My own opinion re. naming is that you should allow people to change it, but you need a default that is more or less guaranteed to be unique because I assume that you will implement this in all your clocks, and people are quite likely to get more than one.
BTW - does your SSID follow the same pattern? I think it should, for the same reasons.
EDIT: Its a bit weird that bonjour browser doesn't show it though.
EDIT2: You should maybe update the manual with the algorithm for constructing the URL from the mac address/ESPID. Also, the last three parts of my mac address starts with a '0', which is not displayed as part of the ESPID in the browser, but is required in the URL. Finally also: URLs are not case sensitive, so everything can be in lower case or CaMeLcAsE
Last edit: 2 years 8 months ago by
judge.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 1208
-
Thank you received: 129
-
-
-
-
2 years 8 months ago #10682
by Ian
Yeah, you're right. I'll add an option to make it user modifiable.
I was planning to put it on the packing slip so that people have a head start.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 1847
-
Thank you received: 218
-
-
-
-
-
2 years 8 months ago #10683
by Ty_Eeberfest
Following up... I am now running the official released version. The new MAC-based hostname works fine as far as accessing it with a web browser but it still does not show up in Bonjour Browser. Hmmm, strange.
Look into it later when the dust is clearing off the crater.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 1847
-
Thank you received: 218
-
-
-
-
-
2 years 8 months ago #10684
by Ty_Eeberfest
Okay, here is why it's not showing up on mDNS browsers. This line needs to be added:
mdns.addService("http", "tcp", 80);
I put it right after the mdns.begin() in line 246 of the main program file. I'll go ahead and push it to the repo shortly.
Look into it later when the dust is clearing off the crater.
The following user(s) said Thank You:
Ian,
judge
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 1208
-
Thank you received: 129
-
-
-
-
2 years 8 months ago #10687
by Ian
Thanks Ty! It is merged into the master. Good job
someone round here knows what they are doing...
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 63
-
Thank you received: 5
-
-
2 years 8 months ago #10726
by lcc
having unplugged my clock to move it to take some pictures i have notice after it has restarted that it has lost it night time blanking settings all other setting stay the same i have updated to v3 it append a second time after i had unplugged it to move it again so had to change the setting back to blank selected hours of the day don't know if its a bit of a bug Ian or you already know ?
steve
Please Log in or Create an account to join the conversation.
-
Forum
-
Main Forum
-
Wemos Nixie Clock Support Forum
-
Numitron v3 firmware
Time to create page: 0.103 seconds