-
Notifications
You must be signed in to change notification settings - Fork 87
No devices are found on Windows11 #311
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
Comments
that config file looks damaged. Hmm. Please remove it, and re-confugire the MQTT settings in TDM |
I've deleted the tdm.ini and reconfigured. |
can you try enabling the "connect on startup" option in MQTT settings, and restarting the app? |
Yes sir, I activated the startup option and restarted the app. Same problem like before....not one single device shown. [General] [Views] |
ok, add --debug option to command line, there should be more info in the logs |
to what command line? Within the app the console doesn't open. Or do you mean within one of my tasmota devices? |
I followed the wiki and added: loglevel=DEBUG" |
no; how do you run the application? |
I havea windows 11 computer, and I've donwloaded from your git the version tdmgr_2024.9.3.1_win_64bit.exe. I start your .exe as administrator. That's it. |
Hi, I'm a first time user of this sowftware but I can't get it to work.
I did check everthing multiple times but doesn't find any errors.
Host and ports seem to be right because in the lower left it says CONNECTED TO 192.168.178.106:1833 AS SONOFF.
Within Iobroker protocoI I can see that the device is connected.
TDM.log shows no errors:
TDM START
Subscribed to tasmota/discovery/+/config, tele/#, stat/#, +/tele/#, +/stat/#
TDM START
Subscribed to tasmota/discovery/+/config, tele/#, stat/#, +/tele/#, +/stat/#
TDM START
TDM START
Subscribed to tasmota/discovery/+/config, tele/#, stat/#, +/tele/#, +/stat/#
TDM START
Subscribed to tasmota/discovery/+/config, tele/#, stat/#, +/tele/#, +/stat/#
TDM START
Subscribed to tasmota/discovery/+/config, tele/#, stat/#, +/tele/#, +/stat/#
TDM START
Subscribed to tasmota/discovery/+/config, tele/#, stat/#, +/tele/#, +/stat/#
The Fulltopic is the standard one with all of my devices:
I have 22 devices right now and 21 of them are on the newest firmware 14.5.0 and only one is still on 12.5.0
Not one device ist shown in the app.
Here is the ini:
[General]
hostname=192.168.178.106
port=1883
username=sonoff
password=test2025
connect_on_startup=false
client_id=tdm-JVUVP3
tls=false
tls_file=/etc/opentls/certs/ca.crt
tls_insecure=false
tls_version=@variant(\0\0\0\x7f\0\0\0\xePyQt_PyObject\0\0\0\0'\x80\x4\x95\x1c\0\0\0\0\0\0\0\x8c\x3ssl\x94\x8c\x10PROTOCOL_TLSv1_2\x94\x93\x94.)
discovery_mode=-1
version=
window_geometry=@bytearray(\x1\xd9\xd0\xcb\0\x3\0\0\xff\xff\xff\xfe\xff\xff\xff\xf2\0\0\xf\x1\0\0\b\x5\0\0\x4\x32\0\0\x1\xa1\0\0\xe\x31\0\0\a@\0\0\0\0\x2\0\0\0\xf\0\0\0\0\0\0\0\0\x33\0\0\xe\xff\0\0\b\x3)
views_order="Home;Health;Firmware;Wifi;MQTT"
[BSSId]
hostname=localhost
port=1883
username=sonoff
password=Youarenotalone74
connect_on_startup=false
client_id=tdm-ZADEU7
tls=false
tls_file=/etc/opentls/certs/ca.crt
tls_insecure=false
tls_version=
version=
window_geometry=@bytearray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x4\x62\0\0\x2"\0\0\xe\x65\0\0\b\x4\0\0\x4\x64\0\0\x2\x63\0\0\xe\x63\0\0\b\x2\0\0\0\0\0\0\0\0\xf\0\0\0\x4\x64\0\0\x2\x63\0\0\xe\x63\0\0\b\x2)
views_order="Home;Health;Firmware;Wifi;MQTT"
Views\Home="Module;LoadAvg;LinkCount;Uptime"
Views\Health="Uptime;BootCount;RestartReason;LoadAvg;Sleep;MqttCount;LinkCount;Downtime;RSSI"
Views\Firmware="Version;Core;SDK;ProgramSize;Free;OtaUrl"
Views\Wifi="Hostname;Mac;IPAddress;Gateway;SSId;BSSId;Channel;RSSI;LinkCount;Downtime"
Views\MQTT="Topic;FullTopic;CommandTopic;StatTopic;TeleTopic;FallbackTopic;GroupTopic"
[Views]
Home="Module;LoadAvg;LinkCount;Uptime"
Health="Uptime;BootCount;RestartReason;LoadAvg;Sleep;MqttCount;LinkCount;Downtime;RSSI"
Firmware="Version;Core;SDK;ProgramSize;Free;OtaUrl"
Wifi="Hostname;Mac;IPAddress;Gateway;SSId;BSSId;Channel;RSSI;LinkCount;Downtime"
MQTT="Topic;FullTopic;CommandTopic;StatTopic;TeleTopic;FallbackTopic;GroupTopic"
[Patterns]
0=+/%prefix%/%topic%/
Your help is appreciated.
The text was updated successfully, but these errors were encountered: