Description
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.