grzegorz914 / homebridge-tasmota-control

Homebridge plugin for Tasmota flashed devices using RESTFull API, publish as independent external platform accessory.
MIT License
9 stars 3 forks source link

Error: getaddrinfo ENOTFOUND #7

Closed fkroepfl closed 9 months ago

fkroepfl commented 9 months ago

When trying to address a functioning Tasmota device, SonOff TH16, using HomeBridge-Tasmota-Control, an error occurs: getaddrinfo ENOTFOUND

Are there any hints as to what could be the cause?

tasmotaControl

{
    "devices": [
        {
            "name": "TH16 Test",
            "host": "http://192.168.40.120/",
            "auth": false,
            "refreshInterval": 5,
            "enableDebugMode": false,
            "disableLogInfo": false,
            "disableLogDeviceInfo": false
        }
    ],
    "_bridge": {
        "username": "0E:B1:C9:01:CA:7B",
        "port": 53352
    },
    "platform": "tasmotaControl"
}

Sonoff TH

Tasmota
Program Version     13.3.0(tasmota)
Build Date & Time   2023-12-12T14:29:05
Core/SDK Version    2_7_4_9/2.2.2-dev(38a443e)
Uptime          0T01:22:17
Flash Write Count   52 at 0xFA000
Boot Count      12
Restart Reason      Power On
Friendly Name 1     Tasmota

AP2 Information SSId    TAG6840LTE
RSSI            62%, -69 dBm
Mode            11n
Channel         6
BSSId           BC:05:43:8E:45:C7

Hostname        tasmota-A012E4-4836
MAC Address     5C:CF:7F:A0:12:E4
IP Address (WiFi)   192.168.40.120
Gateway         192.168.40.1
Subnet Mask     255.255.255.0
DNS Server1     192.168.40.1
DNS Server2     0.0.0.0

HTTP API        Enabled

MQTT Host   
MQTT Port       1883
MQTT User       DVES_USER
MQTT Client     DVES_A012E4
MQTT Topic      tasmota_%06X
MQTT Group Topic 1  cmnd/tasmotas/
MQTT Full Topic     cmnd/tasmota_A012E4/
MQTT Fallback Topic cmnd/DVES_A012E4_fb/
MQTT No Retain      Disabled

Emulation       None

ESP Chip Id     10490596 (ESP8266EX)
Flash Chip Id       0x1440E0 (DOUT)
Flash Size      1024 KB
Program Flash Size  1024 KB
Program Size        637 KB
Free Program Space  364 KB
Free Memory     24.2 KB

Tasmota 13.3.0(tasmota) by Theo Arends

Error: getaddrinfo ENOTFOUND image

If you click on the address in the error message, the WebUI of the Tasmota device opens. image

grzegorz914 commented 9 months ago

The host/ip address need to be only 192.168.40.120

fkroepfl commented 9 months ago

Thank you very much. Looks better straight away ;-)

No idea how that happened. Probably by copy/paste from the browser address bar.

[31/01/2024, 20:34:20] Homebridge v1.7.0 (HAP v0.11.1) (Homebridge E10E) is running on port 51567.
[31/01/2024, 20:34:22] [homebridge-tasmota-control] Launched child bridge with PID 30283
[31/01/2024, 20:34:23] Registering platform 'homebridge-tasmota-control.tasmotaControl'
[31/01/2024, 20:34:23] [homebridge-tasmota-control] Loaded homebridge-tasmota-control v0.4.35 child bridge successfully
[31/01/2024, 20:34:23] Loaded 0 cached accessories from cachedAccessories.0E27BC5490BD.
[31/01/2024, 20:34:23] Homebridge v1.7.0 (HAP v0.11.1) (homebridge-tasmota-control) is running on port 38083.
[31/01/2024, 20:34:23] [homebridge-tasmota-control] ----- TH16 Test -----
[31/01/2024, 20:34:23] [homebridge-tasmota-control] Manufacturer: Tasmota
[31/01/2024, 20:34:23] [homebridge-tasmota-control] Hardware: ESP8266EX
[31/01/2024, 20:34:23] [homebridge-tasmota-control] Serialnr: 5C:CF:7F:A0:12:E4
[31/01/2024, 20:34:23] [homebridge-tasmota-control] Firmware: 13.3.0(tasmota)
[31/01/2024, 20:34:23] [homebridge-tasmota-control] Channels: 1
[31/01/2024, 20:34:23] [homebridge-tasmota-control] ----------------------------------
[31/01/2024, 20:34:23] TH16 Test DFE1 is running on port 42941.
[31/01/2024, 20:34:23] Please add **[TH16 Test DFE1]** manually in Home app. **Setup Code: 926-23-727**

Regardless of this, the device still cannot be added in the Apple Home app.

However, it seems to be an iOS UI issue, as you can't use the Next button.

Is there an alternative for adding the device?

image

grzegorz914 commented 9 months ago

Just press add anyway.

fkroepfl commented 9 months ago

Just press add anyway.

This seems to be exactly the UI problem, because this button is covered by the number field and cannot be pressed.

Hence my question as to whether there is an alternative way.

fkroepfl commented 9 months ago

Just press add anyway.

I have found a work around. I activated Siri and then the number field goes away.

The device is now included. :-)

Final question: Is there a way to display the temperature or room humidity which is provided by the TH16?

grzegorz914 commented 9 months ago

It’s not implemented yet.

fkroepfl commented 9 months ago

It’s not implemented yet.

That almost sounds like a promise. 🤗 Do you also have a time frame, e.g. in months or quarters? Just to get an idea 😉

grzegorz914 commented 9 months ago

I will try to add it in February. Please post the debug log, go to Advanced Settings>>System>>Enable Debug Mode, then post the whole log.

fkroepfl commented 9 months ago

I will try to add it in February. Please post the debug log, go to Advanced Settings>>System>>Enable Debug Mode, then post the whole log.

I hope this is what you expect.

01/02/2024, 14:06:31] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, state: OFF
[01/02/2024, 14:09:09] [homebridge-tasmota-control] Restarting child bridge...
[01/02/2024, 14:09:09] Got SIGTERM, shutting down child bridge process...
[01/02/2024, 14:09:15] [homebridge-tasmota-control] Child bridge process ended
[01/02/2024, 14:09:15] [homebridge-tasmota-control] Process Ended. Code: 143, Signal: null
[01/02/2024, 14:09:22] [homebridge-tasmota-control] Restarting Process...
[01/02/2024, 14:09:24] [homebridge-tasmota-control] Launched child bridge with PID 78841
[01/02/2024, 14:09:24] Registering platform 'homebridge-tasmota-control.tasmotaControl'
[01/02/2024, 14:09:24] [homebridge-tasmota-control] Loaded homebridge-tasmota-control v0.4.35 child bridge successfully
[01/02/2024, 14:09:24] Loaded 0 cached accessories from cachedAccessories.0E27BC5490BD.
[01/02/2024, 14:09:24] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, did finish launching.
[01/02/2024, 14:09:24] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, Config: {
  "name": "TH16 Test",
  "host": "192.168.40.120",
  "auth": false,
  "refreshInterval": 5,
  "enableDebugMode": true,
  "disableLogInfo": false,
  "disableLogDeviceInfo": false
}
[01/02/2024, 14:09:24] Homebridge v1.7.0 (HAP v0.11.1) (homebridge-tasmota-control) is running on port 38083.
[01/02/2024, 14:09:24] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug device info: {
  "Status": {
    "Module": 4,
    "DeviceName": "Tasmota",
    "FriendlyName": [
      "Tasmota"
    ],
    "Topic": "tasmota_A012E4",
    "ButtonTopic": "0",
    "Power": 0,
    "PowerOnState": 3,
    "LedState": 1,
    "LedMask": "FFFF",
    "SaveData": 1,
    "SaveState": 1,
    "SwitchTopic": "0",
    "SwitchMode": [
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0
    ],
    "ButtonRetain": 0,
    "SwitchRetain": 0,
    "SensorRetain": 0,
    "PowerRetain": 0,
    "InfoRetain": 0,
    "StateRetain": 0,
    "StatusRetain": 0
  },
  "StatusPRM": {
    "Baudrate": 115200,
    "SerialConfig": "8N1",
    "GroupTopic": "tasmotas",
    "OtaUrl": "http://ota.tasmota.com/tasmota/release/tasmota.bin.gz",
    "RestartReason": "Power On",
    "Uptime": "0T15:55:52",
    "StartupUTC": "2024-01-31T21:13:32",
    "Sleep": 50,
    "CfgHolder": 4617,
    "BootCount": 13,
    "BCResetTime": "2024-01-31T17:42:20",
    "SaveCount": 88,
    "SaveAddress": "F6000"
  },
  "StatusFWR": {
    "Version": "13.3.0(tasmota)",
    "BuildDateTime": "2023-12-12T14:29:05",
    "Boot": 31,
    "Core": "2_7_4_9",
    "SDK": "2.2.2-dev(38a443e)",
    "CpuFrequency": 80,
    "Hardware": "ESP8266EX",
    "CR": "381/699"
  },
  "StatusLOG": {
    "SerialLog": 2,
    "WebLog": 2,
    "MqttLog": 0,
    "SysLog": 0,
    "LogHost": "",
    "LogPort": 514,
    "SSId": [
      "OpenWrt",
      "TAG6840LTE"
    ],
    "TelePeriod": 300,
    "Resolution": "558180C0",
    "SetOption": [
      "00008009",
      "2805C80001000600003C5A0A192800000000",
      "00000080",
      "00006000",
      "00004000",
      "00000000"
    ]
  },
  "StatusMEM": {
    "ProgramSize": 637,
    "Free": 364,
    "Heap": 21,
    "ProgramFlashSize": 1024,
    "FlashSize": 1024,
    "FlashChipId": "1440E0",
    "FlashFrequency": 40,
    "FlashMode": "DOUT",
    "Features": [
      "0809",
      "8F9AC787",
      "04368001",
      "000000CF",
      "010013C0",
      "C000F981",
      "00004004",
      "00001000",
      "54000020",
      "00000080",
      "00000000"
    ],
    "Drivers": "1,2,3,4,5,6,7,8,9,10,12,16,18,19,20,21,22,24,26,27,29,30,35,37,45,62,68",
    "Sensors": "1,2,3,4,5,6",
    "I2CDriver": "7"
  },
  "StatusNET": {
    "Hostname": "tasmota-A012E4-4836",
    "IPAddress": "192.168.40.120",
    "Gateway": "192.168.40.1",
    "Subnetmask": "255.255.255.0",
    "DNSServer1": "192.168.40.1",
    "DNSServer2": "0.0.0.0",
    "Mac": "5C:CF:7F:A0:12:E4",
    "Webserver": 2,
    "HTTP_API": 1,
    "WifiConfig": 4,
    "WifiPower": 17
  },
  "StatusMQT": {
    "MqttHost": "",
    "MqttPort": 1883,
    "MqttClientMask": "DVES_%06X",
    "MqttClient": "DVES_A012E4",
    "MqttUser": "DVES_USER",
    "MqttCount": 0,
    "MAX_PACKET_SIZE": 1200,
    "KEEPALIVE": 30,
    "SOCKET_TIMEOUT": 4
  },
  "StatusTIM": {
    "UTC": "2024-02-01T13:09:24",
    "Local": "2024-02-01T14:09:24",
    "StartDST": "2024-03-31T02:00:00",
    "EndDST": "2024-10-27T03:00:00",
    "Timezone": "+01:00",
    "Sunrise": "08:20",
    "Sunset": "17:46"
  },
  "StatusSNS": {
    "Time": "2024-02-01T14:09:24",
    "AM2301": {
      "Temperature": 24.4,
      "Humidity": 39.7,
      "DewPoint": 9.8
    },
    "TempUnit": "C"
  },
  "StatusSTS": {
    "Time": "2024-02-01T14:09:24",
    "Uptime": "0T15:55:52",
    "UptimeSec": 57352,
    "Heap": 20,
    "SleepMode": "Dynamic",
    "Sleep": 50,
    "LoadAvg": 19,
    "MqttCount": 0,
    "POWER": "OFF",
    "Wifi": {
      "AP": 2,
      "SSId": "TAG6840LTE",
      "BSSId": "BC:05:43:8E:45:C7",
      "Channel": 6,
      "Mode": "11n",
      "RSSI": 98,
      "Signal": -51,
      "LinkCount": 1,
      "Downtime": "0T00:00:17"
    }
  }
}
[01/02/2024, 14:09:24] [homebridge-tasmota-control] ----- TH16 Test -----
[01/02/2024, 14:09:24] [homebridge-tasmota-control] Manufacturer: Tasmota
[01/02/2024, 14:09:24] [homebridge-tasmota-control] Hardware: ESP8266EX
[01/02/2024, 14:09:24] [homebridge-tasmota-control] Serialnr: 5C:CF:7F:A0:12:E4
[01/02/2024, 14:09:24] [homebridge-tasmota-control] Firmware: 13.3.0(tasmota)
[01/02/2024, 14:09:24] [homebridge-tasmota-control] Channels: 1
[01/02/2024, 14:09:24] [homebridge-tasmota-control] ----------------------------------
[01/02/2024, 14:09:25] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:09:25] TH16 Test DFE1 is running on port 34439.
[01/02/2024, 14:09:25] Please add [TH16 Test DFE1] manually in Home app. Setup Code: 926-23-727
[01/02/2024, 14:09:26] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, state: OFF
[01/02/2024, 14:09:30] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:09:35] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:09:40] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:09:45] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:09:50] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:09:55] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:09:55] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, state: OFF
[01/02/2024, 14:09:57] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, set state: ON
[01/02/2024, 14:09:58] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, set state: ON
[01/02/2024, 14:10:00] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:10:05] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:10:11] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:10:16] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:10:21] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:10:26] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:10:31] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:10:36] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:10:41] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:10:46] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:10:52] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[01/02/2024, 14:10:57] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:11:02] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:11:07] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:11:12] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:11:17] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:11:22] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:11:27] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:11:33] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:11:38] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:11:43] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:11:48] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:11:53] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:11:58] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:12:03] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:12:08] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:12:13] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:12:18] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:12:24] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
[01/02/2024, 14:12:29] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
grzegorz914 commented 9 months ago

please try 0.6.0-beta. and let me know if all sensors are displayed, please also post the debug log

grzegorz914 commented 9 months ago

0.6.0 released

fkroepfl commented 9 months ago

@grzegorz914 Thank you very much. 🤗

The temperature, humidity and dew point information is now available in the detail view as far as I can see.

What I see is that only the humidity value has the corresponding label.

I think that for the sake of clarity the other two labels, temperature and dew point, should also be added.

Perhaps you could add this in the next revision?

In German it would be as follows:

Or do you see it differently?

🙏

The screenshot
image

The logs

[03/02/2024, 12:11:02] [homebridge-tasmota-control] Restarting child bridge...
[03/02/2024, 12:11:02] Got SIGTERM, shutting down child bridge process...
[03/02/2024, 12:11:06] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug state: {
  "POWER": "OFF"
}
[03/02/2024, 12:11:07] [homebridge-tasmota-control] Child bridge process ended
[03/02/2024, 12:11:07] [homebridge-tasmota-control] Process Ended. Code: 143, Signal: null
[03/02/2024, 12:11:14] [homebridge-tasmota-control] Restarting Process...
[03/02/2024, 12:11:16] [homebridge-tasmota-control] Launched child bridge with PID 140819
[03/02/2024, 12:11:16] Registering platform 'homebridge-tasmota-control.tasmotaControl'
[03/02/2024, 12:11:16] [homebridge-tasmota-control] Loaded homebridge-tasmota-control v0.6.1 child bridge successfully
[03/02/2024, 12:11:16] Loaded 0 cached accessories from cachedAccessories.0E27BC5490BD.
[03/02/2024, 12:11:16] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, did finish launching.
[03/02/2024, 12:11:16] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, Config: {
  "name": "TH16 Test",
  "host": "192.168.40.120",
  "auth": false,
  "refreshInterval": 5,
  "enableDebugMode": true,
  "disableLogInfo": false,
  "disableLogDeviceInfo": false
}
[03/02/2024, 12:11:16] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, requesting info.
[03/02/2024, 12:11:17] Homebridge v1.7.0 (HAP v0.11.1) (homebridge-tasmota-control) is running on port 38083.
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug info: {
  "Status": {
    "Module": 4,
    "DeviceName": "Tasmota",
    "FriendlyName": [
      "Tasmota"
    ],
    "Topic": "tasmota_A012E4",
    "ButtonTopic": "0",
    "Power": 0,
    "PowerOnState": 3,
    "LedState": 1,
    "LedMask": "FFFF",
    "SaveData": 1,
    "SaveState": 1,
    "SwitchTopic": "0",
    "SwitchMode": [
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0,
      0
    ],
    "ButtonRetain": 0,
    "SwitchRetain": 0,
    "SensorRetain": 0,
    "PowerRetain": 0,
    "InfoRetain": 0,
    "StateRetain": 0,
    "StatusRetain": 0
  },
  "StatusPRM": {
    "Baudrate": 115200,
    "SerialConfig": "8N1",
    "GroupTopic": "tasmotas",
    "OtaUrl": "http://ota.tasmota.com/tasmota/release/tasmota.bin.gz",
    "RestartReason": "Power On",
    "Uptime": "2T13:57:44",
    "StartupUTC": "2024-01-31T21:13:32",
    "Sleep": 50,
    "CfgHolder": 4617,
    "BootCount": 13,
    "BCResetTime": "2024-01-31T17:42:20",
    "SaveCount": 98,
    "SaveAddress": "F4000"
  },
  "StatusFWR": {
    "Version": "13.3.0(tasmota)",
    "BuildDateTime": "2023-12-12T14:29:05",
    "Boot": 31,
    "Core": "2_7_4_9",
    "SDK": "2.2.2-dev(38a443e)",
    "CpuFrequency": 80,
    "Hardware": "ESP8266EX",
    "CR": "381/699"
  },
  "StatusLOG": {
    "SerialLog": 2,
    "WebLog": 2,
    "MqttLog": 0,
    "SysLog": 0,
    "LogHost": "",
    "LogPort": 514,
    "SSId": [
      "OpenWrt",
      "TAG6840LTE"
    ],
    "TelePeriod": 300,
    "Resolution": "558180C0",
    "SetOption": [
      "00008009",
      "2805C80001000600003C5A0A192800000000",
      "00000080",
      "00006000",
      "00004000",
      "00000000"
    ]
  },
  "StatusMEM": {
    "ProgramSize": 637,
    "Free": 364,
    "Heap": 22,
    "ProgramFlashSize": 1024,
    "FlashSize": 1024,
    "FlashChipId": "1440E0",
    "FlashFrequency": 40,
    "FlashMode": "DOUT",
    "Features": [
      "0809",
      "8F9AC787",
      "04368001",
      "000000CF",
      "010013C0",
      "C000F981",
      "00004004",
      "00001000",
      "54000020",
      "00000080",
      "00000000"
    ],
    "Drivers": "1,2,3,4,5,6,7,8,9,10,12,16,18,19,20,21,22,24,26,27,29,30,35,37,45,62,68",
    "Sensors": "1,2,3,4,5,6",
    "I2CDriver": "7"
  },
  "StatusNET": {
    "Hostname": "tasmota-A012E4-4836",
    "IPAddress": "192.168.40.120",
    "Gateway": "192.168.40.1",
    "Subnetmask": "255.255.255.0",
    "DNSServer1": "192.168.40.1",
    "DNSServer2": "0.0.0.0",
    "Mac": "5C:CF:7F:A0:12:E4",
    "Webserver": 2,
    "HTTP_API": 1,
    "WifiConfig": 4,
    "WifiPower": 17
  },
  "StatusMQT": {
    "MqttHost": "",
    "MqttPort": 1883,
    "MqttClientMask": "DVES_%06X",
    "MqttClient": "DVES_A012E4",
    "MqttUser": "DVES_USER",
    "MqttCount": 0,
    "MAX_PACKET_SIZE": 1200,
    "KEEPALIVE": 30,
    "SOCKET_TIMEOUT": 4
  },
  "StatusTIM": {
    "UTC": "2024-02-03T11:11:16",
    "Local": "2024-02-03T12:11:16",
    "StartDST": "2024-03-31T02:00:00",
    "EndDST": "2024-10-27T03:00:00",
    "Timezone": "+01:00",
    "Sunrise": "08:18",
    "Sunset": "17:49"
  },
  "StatusSNS": {
    "Time": "2024-02-03T12:11:16",
    "AM2301": {
      "Temperature": 24.2,
      "Humidity": 39.2,
      "DewPoint": 9.4
    },
    "TempUnit": "C"
  },
  "StatusSTS": {
    "Time": "2024-02-03T12:11:16",
    "Uptime": "2T13:57:44",
    "UptimeSec": 223064,
    "Heap": 22,
    "SleepMode": "Dynamic",
    "Sleep": 50,
    "LoadAvg": 19,
    "MqttCount": 0,
    "POWER": "OFF",
    "Wifi": {
      "AP": 2,
      "SSId": "TAG6840LTE",
      "BSSId": "BC:05:43:8E:45:C7",
      "Channel": 6,
      "Mode": "11n",
      "RSSI": 100,
      "Signal": -44,
      "LinkCount": 2,
      "Downtime": "0T00:00:19"
    }
  }
}
[03/02/2024, 12:11:17] [homebridge-tasmota-control] ----- TH16 Test -----
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Manufacturer: Tasmota
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Hardware: ESP8266EX
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Serialnr: 5C:CF:7F:A0:12:E4
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Firmware: 13.3.0(tasmota)
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Relays: 1
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Sensors: 1
[03/02/2024, 12:11:17] [homebridge-tasmota-control] ----------------------------------
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, requesting status. 192.168.40.120 TH16 Test
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug relay status: {
  "POWER": "OFF"
}
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug sensor status: {
  "Time": "2024-02-03T12:11:16",
  "AM2301": {
    "Temperature": 24.2,
    "Humidity": 39.2,
    "DewPoint": 9.4
  },
  "TempUnit": "C"
}
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Prepare Accessory
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Prepare Information Service
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Prepare Services
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Prepare Relay Services
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Prepare Sensor Services
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Prepare Temperature Sensor Services
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Prepare Humidity Sensor Services
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Prepare Dew Point Sensor Services
[03/02/2024, 12:11:17] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, published as external accessory.
[03/02/2024, 12:11:17] TH16 Test DFE1 is running on port 44715.
[03/02/2024, 12:11:17] Please add [TH16 Test DFE1] manually in Home app. Setup Code: 926-23-727
[03/02/2024, 12:11:19] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, state: OFF
[03/02/2024, 12:11:19] [homebridge-tasmota-control] Device: 192.168.40.120, TH16 Test, temperature: 24.2 °C
[03/02/2024, 12:11:19] [homebridge-tasmota-control] Device: 192.168.40.120, TH16 Test, humidity: 39.2 %
[03/02/2024, 12:11:19] [homebridge-tasmota-control] Device: 192.168.40.120, TH16 Test, dew point: 9.4 °C
[03/02/2024, 12:11:22] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, requesting status. 192.168.40.120 TH16 Test
[03/02/2024, 12:11:22] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug relay status: {
  "POWER": "OFF"
}
[03/02/2024, 12:11:22] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug sensor status: {
  "Time": "2024-02-03T12:11:22",
  "AM2301": {
    "Temperature": 24.3,
    "Humidity": 39.3,
    "DewPoint": 9.5
  },
  "TempUnit": "C"
}
[03/02/2024, 12:11:27] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, requesting status. 192.168.40.120 TH16 Test
[03/02/2024, 12:11:27] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug relay status: {
  "POWER": "OFF"
}
[03/02/2024, 12:11:27] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug sensor status: {
  "Time": "2024-02-03T12:11:27",
  "AM2301": {
    "Temperature": 24.3,
    "Humidity": 39.3,
    "DewPoint": 9.5
  },
  "TempUnit": "C"
}
[03/02/2024, 12:11:32] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, requesting status. 192.168.40.120 TH16 Test
[03/02/2024, 12:11:32] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug relay status: {
[03/02/2024, 12:11:32] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug sensor status: {
[03/02/2024, 12:11:37] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, requesting status. 192.168.40.120 TH16 Test
[03/02/2024, 12:11:38] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug relay status: {
[03/02/2024, 12:11:38] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug sensor status: {
[03/02/2024, 12:11:43] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, requesting status. 192.168.40.120 TH16 Test
[03/02/2024, 12:11:43] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug relay status: {
[03/02/2024, 12:11:43] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug sensor status: {
[03/02/2024, 12:11:48] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, requesting status. 192.168.40.120 TH16 Test
[03/02/2024, 12:11:48] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug relay status: {
[03/02/2024, 12:11:48] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug sensor status: {
[03/02/2024, 12:11:53] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, requesting status. 192.168.40.120 TH16 Test
[03/02/2024, 12:11:53] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug relay status: {
[03/02/2024, 12:11:53] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug sensor status: {
[03/02/2024, 12:11:58] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, requesting status. 192.168.40.120 TH16 Test
[03/02/2024, 12:11:58] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug relay status: {
[03/02/2024, 12:11:58] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug sensor status: {
[03/02/2024, 12:12:03] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, requesting status. 192.168.40.120 TH16 Test
[03/02/2024, 12:12:03] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug relay status: {
[03/02/2024, 12:12:04] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug sensor status: {
[03/02/2024, 12:12:09] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, requesting status. 192.168.40.120 TH16 Test
[03/02/2024, 12:12:09] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug relay status: {
[03/02/2024, 12:12:09] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug sensor status: {
[03/02/2024, 12:12:14] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, requesting status. 192.168.40.120 TH16 Test
[03/02/2024, 12:12:14] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug relay status: {
[03/02/2024, 12:12:14] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug sensor status: {
[03/02/2024, 12:12:19] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, requesting status. 192.168.40.120 TH16 Test
[03/02/2024, 12:12:19] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug relay status: {
[03/02/2024, 12:12:19] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, debug sensor status: {
[03/02/2024, 12:12:24] [homebridge-tasmota-control] Device: 192.168.40.120 TH16 Test, requesting status. 192.168.40.120 TH16 
grzegorz914 commented 9 months ago

The names for all sensors are already added, go to settings every sensor in home app and change its name.

fkroepfl commented 9 months ago

The names for all sensors are already added, go to settings every sensor in home app and change its name.

Yes, thank you, I found that.

But what I meant was the previous screen with the summary.

image
grzegorz914 commented 9 months ago

This previous screen summary displayed names based on internal Home app api. Its not accessible for me.

fkroepfl commented 9 months ago

This previous screen summary displayed names based on internal Home app api. Its not accessible for me.

OK thx