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. |
Beta Was this translation helpful? Give feedback.
-
@graham22 ^ any input here would be appreciated! |
Beta Was this translation helpful? Give feedback.
-
here's the output from flashing... so not looking like an IP is getting set... I see an empty string.... {"IP":"","ApPassword":"ClassicMQTT"} |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Uploaded a new version (1.3.5) that has a fix to publish the ip address to the flasher tool |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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
|
Beta Was this translation helpful? Give feedback.
-
I'm using the MQTT.fx tool to send a cmd |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
Just to make sure I understand, 192.168.0.236:1883 is the address of your MQTT broker |
Beta Was this translation helpful? Give feedback.
-
wait a minute!, MQTT.fx connects to your MQTT broker on your local network, not to ClassicMQTT. |
Beta Was this translation helpful? Give feedback.
-
Can you send me the logs |
Beta Was this translation helpful? Give feedback.
-
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] |
Beta Was this translation helpful? Give feedback.
-
Reason code 0 is TCP_Disconnected, maybe your wifi is dropping out... |
Beta Was this translation helpful? Give feedback.
-
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
***@***.***
|
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions