jziolkowski / tdm

GUI application to discover and monitor devices flashed with https://github.com/arendst/tasmota
GNU General Public License v3.0
661 stars 83 forks source link

Column "IP address" shows "0.0.0.0" in case of ETH connection #266

Closed Noschvie closed 2 days ago

Noschvie commented 2 months ago

Hello using a Shelly Pro 4PM connected over ETH and Wifi is disabled.

17:20:22.813 CMD: ipaddress1
17:20:22.816 MQT: stat/tasmota_68FF94/RESULT = {"IPAddress1":"0.0.0.0 (0.0.0.0)"}
17:20:26.313 CMD: ipaddress2
17:20:26.316 MQT: stat/tasmota_68FF94/RESULT = {"IPAddress2":"192.168.7.1"}
17:20:42.264 CMD: wifi
17:20:42.267 MQT: stat/tasmota_68FF94/RESULT = {"Wifi":"OFF","Mode":"low rate"}

In case of {"IPAddress1":"0.0.0.0 (0.0.0.0)"} the alternative IP address {"IPAddress2":"192.168.7.1"} shall be used for this column and for calling the "WebUI". Thanks!

jziolkowski commented 2 months ago

Good one. I'll fix that later this week. (And hopefully release that thing :D )

jziolkowski commented 2 months ago

Also, can you pls paste here the result of status 5

Noschvie commented 2 months ago

19:26:37.923 CMD: Status 5 19:26:37.928 MQT: stat/tasmota_68FF94/STATUS5 ={"StatusNET":{"Hostname":"tasmota-68FF94-8084","IPAddress":"0.0.0.0","Gateway":"192.168.7.1","Subnetmask":"255.255.255.0","DNSServer1":"192.168.7.1","DNSServer2":"0.0.0.0","Mac":"34:98:7A:68:FF:94","IP6Global":"","IP6Local":"", "Ethernet"{"Hostname":"tasmota-68FF94-8084eth","IPAddress":"192.168.7.187","Gateway":"192.168.7.1","Subnetmask":"255.255.255.0","DNSServer1":"192.168.7.1","DNSServer2":"0.0.0.0","Mac":"34:98:7A:68:FF:97","IP6Global":"","IP6Local":"fe80::3698:7aff:fe68:ff97%en1"},"Webserver":2,"HTTP_API":1,"WifiConfig":0,"WifiPower":17.0}}

jziolkowski commented 4 days ago

i'm working on it right now. what tasmota version are you using with this?

Noschvie commented 3 days ago

The "Shelly Pro 4PM" is running Tasmota v14.1.0 and another device "WT32_ETH01" with v14.2.0 Thanks!

Noschvie commented 1 day ago

Hello @jziolkowski , is there a Windows exe file available for tests? Thanks

jziolkowski commented 1 day ago

I'll prepare a pre-release later today

Noschvie commented 17 hours ago

Please have a look to the screenshot from version tdmgr_2024.9.3_x64:

.) Both devices connected by ETH doesn't show the IP address (DHCP used) .) Sorting by IP Address seems to be broken #281

grafik

Which logs are you needed? Thanks!