setting WIFI SSID launches empty browser? #41
Replies: 15 comments 3 replies
|
I tried http://192.168.86.219/ based on the screenshot in the wiki, but it's not loading. http connection timeout and can't ping that IP. |
|
@graham22 ^ any input here would be appreciated! |
|
here's the output from flashing... so not looking like an IP is getting set... I see an empty string.... {"IP":"","ApPassword":"ClassicMQTT"} |
|
I connected with Arduino IDE and wrote out the IP address the board was assigned by the router. that has seemed to resolve it. I was able to get to the config page at that IP. |
|
Uploaded a new version (1.3.5) that has a fix to publish the ip address to the flasher tool |
|
thanks! yes, that resolved it and confirms that is the correctly assigned IP. I have it all up and running... but I don't get a ClassicMQTT access point nor am I seeing any messages in MQTT explorer in localhost. I can access the esp32 on the network at the assigned IP. I get the ClassicMQTT config screen, too. It all appears correct. I can confirm my MQTT server is right because I'm getting MQTT messages in MQTT-explorer when I publish data manually. am I misunderstanding something? ClassicMQTT will publish the SCC data to the server I have configured? so, in this case, my local mosquitto instance. |
|
Try sending a wake command
[image: image.png]
or stay awake
[image: image.png]
[image: image.png]
…On Thu, Feb 1, 2024 at 8:20 AM eric-s-myers ***@***.***> wrote:
thanks! yes, that resolved it and confirms that is the correctly assigned
IP. I have it all up and running... but I don't get a ClassicMQTT access
point nor am I seeing any messages in MQTT explorer in localhost. I can
access the esp32 on the network at the assigned IP. I get the ClassicMQTT
config screen, too. It all appears correct. I can confirm my MQTT server is
right because I'm getting MQTT messages in MQTT-explorer when I publish
data manually. am I misunderstanding something? ClassicMQTT will publish
the SCC data to the server I have configured? so, in this case, my local
mosquitto instance.
—
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIYATMFGQLVNFP6RG5V5QTYROJDJAVCNFSM6AAAAABCTWFWY2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DGMZUHA2DG>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Graham A. Ross
(613) 769-1331
|
|
ah... so the problem is classicMQTT is actively refusing a connection. "Connection refused: no further information: 192.168.0.236:1883" telnet says it can ping the IP, but TCP connect via port 1883 fails |
|
Just to make sure I understand, 192.168.0.236:1883 is the address of your MQTT broker |
|
wait a minute!, MQTT.fx connects to your MQTT broker on your local network, not to ClassicMQTT. |
|
COMM errors galore... haha. [ 3319][E][main.cpp:319] modbusErrorCallback(): packetId[0x2], error[COMM_ERROR] .... [125365][D][main.cpp:417] modbusCallback(): packetId[0x3f], slaveAddress[0xa], functionCode[0x3], numberOfRegisters[22] |
|
What happens when you run the "Local APP"? That connects directly to your
Classic on port 502. If the computer that is running that is connected by
the same WiFi as the ESP32, and you have some similar problems with
disconnects, the WiFi is the problem.
You could try using the ClassicMQTT on a Raspberry Pi and connect to the
Classic over ethernet.
Matt
…On Fri, Feb 2, 2024 at 11:23 AM Graham Ross ***@***.***> wrote:
Reason code 0 is TCP_Disconnected, maybe your wifi is dropping out...
Capture.PNG (view on web)
<https://github.com/ClassicDIY/ClassicMQTT/assets/5341261/a0841526-220b-45f5-afc2-90a54a37f0e8>
—
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABP3HERDE6UDGZ53DCHTMDYRUHH5AVCNFSM6AAAAABCTWFWY2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DGNBYGQ3TE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
--
Matt Sargent
***@***.***
|
Uh oh!
There was an error while loading. Please reload this page.
first off... thank you! I'm excited to get this going. after working through my USB-UART drivers, I got my esp flashed. loaded. set the Wifi SSID/pwd and then save... but an empty browser launches. okay. what the heck is the default IP for the site!? Can't find it anywhere.
All reactions