Web server does not respond, light is green

Hi there,

Sorry if this has been posted anywhere before, but I couldn’t really find this issue anywhere.

So, the problem is as follows:
Iotawatt does not appear to be in the network (does not respond to pings, web server is not accessible from a browser). However, lights are all green and, critically, Home Assistant is still getting data from it in real time, so it is working.

Some context:
Iotawatt was working perfectly fine since I installed it at the end of July. Web server was accessible and everything looked normal until about a week ago, where the device does not appear when doing a network scan, does not respond to pings and trying to access the web UI from a browser times out with no response.
However, Home assistant was linked to iotawatt and is still getting data from it in real time (and the measurements are accurate, since I can check them against the solar panel meter).
LED blinks green, and I really don’t know what to do in this case. The SD card was 32 GB and I think the size of the logs was about 300MB last I could check, so I don’t think it’s a space issue.

Any ideas or recommendations on what to check?

Thanks

The web server is working fine if it’s responding to HASS queries. First thing I would check is that your web browser is connected to the same WiFi network as the IoTaWatt.

Yes, they are connected to the same wifi network. I’ve disabled all access points and left only the router on with a single SSID (the one iotawatt is supposed to be connected to) and still nothing. Tried IP address and iotawatt.local but no dice. HA still getting data.

The queries by HASS are handled by the same web server as an incoming browser request. There is no difference. It appears to be a communication problem between your browser device and the IoTaWatt. Check the name or IP used by HASS. Use your browser debugger (F12) to see if the nettwork requests are timing out or some other problem. Try a different browser device like a phone on the same WiFi network. If you know how to use wire shark, look at the traffic to and from the IoTaWatt.

Have you tried power cycling your browser device? The IoTaWatt?

Tried using another browser, another device, a mobile device, a different operating system and nothing.
I used the Fing app to discover everything in the network, which normally shows the iotawatt (it shows every other device connected), but it does not show in this case.
Tried unplugging and plugging the iotawatt again, and it again starts up and does not show anywhere but in HASS.
I monitored the request in the browser debugger and it does time out (8615, ERR_CONNECTION_TIMED_OUT).
And now, most curious of all. I tried looking up the ARP table in the router, and the IP for iotawatt shows with “Incomplete” flag, meaning there was no reply to the ARP request from the router.

This is what Home assistant says about the integration with Iotawatt now and again:

2022-10-12 18:22:46.010 ERROR (MainThread) [iotawattpy.connection] Err: 
2022-10-12 18:22:46.021 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'text'
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh
    self.data = await self._async_update_data()
  File "/usr/src/homeassistant/homeassistant/components/iotawatt/coordinator.py", line 76, in _async_update_data
    await self.api.update(lastUpdate=self._last_run)
  File "/usr/local/lib/python3.10/site-packages/iotawattpy/iotawatt.py", line 76, in update
    await self._refreshSensors(timespan, lastUpdate)
  File "/usr/local/lib/python3.10/site-packages/iotawattpy/iotawatt.py", line 154, in _refreshSensors
    results = response.text
AttributeError: 'NoneType' object has no attribute 'text'

It throws this error every 30 minutes or so, but the integration pulls data every 30 seconds with no errors.

Wireshark shows no traffic between iotawatt (192.168.1.94) and HASS (192.168.1.93). It shows traffic between HASS and every other device. I’ve left it running scanning for anything to or from the Iotawatt IP.

It is quite maddening. I understand it makes no logical sens for the iotawatt to answer to HASS and not to the browser


pings

or arp requests

but here we are.

Just to prove that I’m not crazy, here’s the HASS configuration. The Iotawatt IP is 192.168.1.94.
image

Do you happen to know if you set the auto-update class to ALPHA?

Also, can you be sure your browser requests are being sent as http:// as opposed to https:// ?

I think I set the auto-update to MINOR, but I can’t check that now.

I’ve tried http:// and https:// and both time out.

I’d check the basics in your setup:

On your HASS machine, run and paste the output of:

ifconfig -a
ip a
route -n
iptables -Lvn
iptables -t nat -Lvn
iptables -t mangle -Lvn
arp -n
netstat -na

You stated that you have a 32GB SDcard, so you must have replaced the original and are familiar with how to do that. Can you remove the card and post the contents of your config.txt file and upload the /iotawatt/iotamsgs.txt file?
Also, where are you located and what was your order number?

Here’s the result of those commands. iptables is not available, since it is not by default installed in HASSIO, and I’m a bit reluctant to install packages on it outside

Welcome to the Home Assistant command line.

System information
  IPv4 addresses for eth0:  192.168.1.93/24
  IPv6 addresses for eth0:  fe80::243f:2cf3:3ff:f077/64
  IPv4 addresses for wlan0:

  OS Version:               Home Assistant OS 9.2
  Home Assistant Core:      2022.10.3

  Home Assistant URL:       http://homeassistant.local:8123
  Observer URL:             http://homeassistant.local:4357
[core-ssh ~]$ ifconfig -a
eth0      Link encap:Ethernet  HWaddr 02:42:AC:1E:21:01
          inet addr:172.30.33.1  Bcast:172.30.33.255  Mask:255.255.254.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:96927 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1690 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:20435479 (19.4 MiB)  TX bytes:512936 (500.9 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

[core-ssh ~]$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
20: eth0@if21: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue state UP
    link/ether 02:42:ac:1e:21:01 brd ff:ff:ff:ff:ff:ff
    inet 172.30.33.1/23 brd 172.30.33.255 scope global eth0
       valid_lft forever preferred_lft forever
[core-ssh ~]$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         172.30.32.1     0.0.0.0         UG    0      0        0 eth0
172.30.32.0     0.0.0.0         255.255.254.0   U     0      0        0 eth0
[core-ssh ~]$ arp -n
? (172.30.32.2) at 02:42:ac:1e:20:02 [ether]  on eth0
? (172.30.32.1) at 02:42:b3:78:f4:f0 [ether]  on eth0
[core-ssh ~]$ netstat -na
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 127.0.0.11:46109        0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:8099            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
tcp        0      0 172.30.33.1:8099        172.30.32.2:36290       ESTABLISHED
tcp        0      0 172.30.33.1:60528       172.30.32.2:80          TIME_WAIT
tcp        0    192 172.30.33.1:22          192.168.1.102:62015     ESTABLISHED
tcp        0      0 :::22                   :::*                    LISTEN
udp        0      0 127.0.0.11:45865        0.0.0.0:*
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags       Type       State         I-Node Path
unix  2      [ ACC ]     STREAM     LISTENING     494504 /tmp/tmux-0/default
unix  2      [ ACC ]     STREAM     LISTENING      18139 s
unix  3      [ ]         STREAM     CONNECTED     623461
unix  3      [ ]         STREAM     CONNECTED     626087 /tmp/tmux-0/default
unix  2      [ ]         STREAM     CONNECTED     626302

Haha, I actually found the 32GB card lying next to the iotawatt case. I forgot to change it, so I still had the 8GB original one in. I’ve left it there again.

Here’s the iotamsgs.txt file (trimmed it so it is under the maximum character lenght for the message)


** Restart **

SD initialized.
7/05/22 15:26:23z Real Time Clock is running. Unix time 1657034783 
7/05/22 15:26:23z Reset Reason: Power-fail restart.
7/05/22 15:26:23z ESP8266 ID: 480839, RTC M41T81 (68)
7/05/22 15:26:23z IoTaWatt 5.0, Firmware version 02_07_05
7/05/22 15:26:23z SPIFFS mounted.
7/05/22 17:26:23 Local time zone: +1:00, using DST/BST when in effect.
7/05/22 17:26:23 device name: Iotawatt
7/05/22 17:26:26 Connecting with WiFiManager.

** Restart **

SD initialized.
7/05/22 15:26:31z Real Time Clock is running. Unix time 1657034791 
7/05/22 15:26:31z Reset Reason: Power-fail restart.
7/05/22 15:26:31z ESP8266 ID: 480839, RTC M41T81 (68)
7/05/22 15:26:31z IoTaWatt 5.0, Firmware version 02_07_05
7/05/22 15:26:31z SPIFFS mounted.
7/05/22 17:26:31 Local time zone: +1:00, using DST/BST when in effect.
7/05/22 17:26:31 device name: Iotawatt

** Restart **

SD initialized.
7/05/22 15:26:51z Real Time Clock is running. Unix time 1657034811 
7/05/22 15:26:51z Reset Reason: Power-fail restart.
7/05/22 15:26:51z ESP8266 ID: 480839, RTC M41T81 (68)
7/05/22 15:26:51z IoTaWatt 5.0, Firmware version 02_07_05
7/05/22 15:26:51z SPIFFS mounted.
7/05/22 17:26:51 Local time zone: +1:00, using DST/BST when in effect.
7/05/22 17:26:51 device name: Iotawatt

** Restart **

SD initialized.
7/05/22 15:26:56z Real Time Clock is running. Unix time 1657034816 
7/05/22 15:26:56z Reset Reason: Power-fail restart.
7/05/22 15:26:56z ESP8266 ID: 480839, RTC M41T81 (68)
7/05/22 15:26:56z IoTaWatt 5.0, Firmware version 02_07_05
7/05/22 15:26:56z SPIFFS mounted.
7/05/22 17:26:56 Local time zone: +1:00, using DST/BST when in effect.
7/05/22 17:26:56 device name: Iotawatt
7/05/22 17:26:59 Connecting with WiFiManager.

** Restart **

SD initialized.
7/05/22 15:29:38z Real Time Clock is running. Unix time 1657034978 
7/05/22 15:29:38z Reset Reason: Power-fail restart.
7/05/22 15:29:38z ESP8266 ID: 480839, RTC M41T81 (68)
7/05/22 15:29:38z IoTaWatt 5.0, Firmware version 02_07_05
7/05/22 15:29:38z SPIFFS mounted.
7/05/22 17:29:38 Local time zone: +1:00, using DST/BST when in effect.
7/05/22 17:29:38 device name: Iotawatt
7/05/22 17:29:41 Connecting with WiFiManager.
7/05/22 17:29:44 HTTP server started
7/05/22 17:29:45 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -69db
7/05/22 17:29:45 MDNS responder started for hostname Iotawatt
7/05/22 17:29:45 LLMNR responder started for hostname Iotawatt
7/05/22 17:29:45 timeSync: service started.
7/05/22 17:29:45 statService: started.
7/05/22 17:29:45 Updater: service started. Auto-update class is MINOR
7/05/22 17:29:45 dataLog: service started.
7/05/22 17:29:45 dataLog: Last log entry 07/05/22 17:26:20
7/05/22 17:29:46 Updater: Auto-update is current for class MINOR.
7/05/22 17:29:50 historyLog: service started.
7/05/22 17:29:50 historyLog: Last log entry 07/05/22 17:26:00

** Restart **

SD initialized.
7/05/22 15:38:39z Real Time Clock is running. Unix time 1657035519 
7/05/22 15:38:39z Reset Reason: Power-fail restart.
7/05/22 15:38:39z ESP8266 ID: 480839, RTC M41T81 (68)
7/05/22 15:38:39z IoTaWatt 5.0, Firmware version 02_07_05
7/05/22 15:38:39z SPIFFS mounted.
7/05/22 17:38:39 Local time zone: +1:00, using DST/BST when in effect.
7/05/22 17:38:39 device name: Iotawatt
7/05/22 17:38:42 Connecting with WiFiManager.
7/05/22 17:38:45 HTTP server started
7/05/22 17:38:46 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=1, RSSI -64db
7/05/22 17:38:46 MDNS responder started for hostname Iotawatt
7/05/22 17:38:46 LLMNR responder started for hostname Iotawatt
7/05/22 17:38:46 timeSync: service started.
7/05/22 17:38:46 statService: started.
7/05/22 17:38:46 Updater: service started. Auto-update class is MINOR
7/05/22 17:38:46 dataLog: service started.
7/05/22 17:38:46 dataLog: Last log entry 07/05/22 17:31:50
7/05/22 17:38:49 Updater: Auto-update is current for class MINOR.
7/05/22 17:38:51 historyLog: service started.
7/05/22 17:38:51 historyLog: Last log entry 07/05/22 17:31:00

** Restart **

SD initialized.
7/06/22 08:25:59z Real Time Clock is running. Unix time 1657095959 
7/06/22 08:25:59z Reset Reason: Power-fail restart.
7/06/22 08:25:59z ESP8266 ID: 480839, RTC M41T81 (68)
7/06/22 08:25:59z IoTaWatt 5.0, Firmware version 02_07_05
7/06/22 08:25:59z SPIFFS mounted.
7/06/22 10:25:59 Local time zone: +1:00, using DST/BST when in effect.
7/06/22 10:25:59 device name: Iotawatt
7/06/22 10:26:02 Connecting with WiFiManager.

** Restart **

SD initialized.
7/06/22 08:28:44z Real Time Clock is running. Unix time 1657096124 
7/06/22 08:28:44z Reset Reason: Power-fail restart.
7/06/22 08:28:44z ESP8266 ID: 480839, RTC M41T81 (68)
7/06/22 08:28:44z IoTaWatt 5.0, Firmware version 02_07_05
7/06/22 08:28:44z SPIFFS mounted.
7/06/22 10:28:44 Local time zone: +1:00, using DST/BST when in effect.
7/06/22 10:28:44 device name: Iotawatt
7/06/22 10:28:47 Connecting with WiFiManager.
7/06/22 10:30:55 Did not connect after power-fail. Restarting to reset WiFi.

** Restart **

SD initialized.
7/06/22 08:30:57z Real Time Clock is running. Unix time 1657096257 
7/06/22 08:30:57z Reset reason: Software/System restart
7/06/22 08:30:57z Trace:  11:15, 11:20, 11:20[1], 11:20[2], 11:20[3], 11:21, 11:22, 11:21, 11:22, 11:21, 11:22, 11:20[4], 11:20[5], 11:20[6], 11:20[7], 11:25, 11:30, 11:30[1], 11:30[2], 11:31, 11:31[1], 11:31[2], 11:31[3], 11:30[3], 11:35, 11:36, 11:35, 11:40, 11:45, 11:50, 11:55, 11:70
7/06/22 08:30:57z ESP8266 ID: 480839, RTC M41T81 (68)
7/06/22 08:30:57z IoTaWatt 5.0, Firmware version 02_07_05
7/06/22 08:30:57z SPIFFS mounted.
7/06/22 10:30:57 Local time zone: +1:00, using DST/BST when in effect.
7/06/22 10:30:57 device name: Iotawatt
7/06/22 10:30:57 HTTP server started
7/06/22 10:30:57 timeSync: service started.
7/06/22 10:30:57 statService: started.
7/06/22 10:30:57 dataLog: service started.
7/06/22 10:30:57 dataLog: Last log entry 07/06/22 10:25:50
7/06/22 10:31:02 historyLog: service started.
7/06/22 10:31:02 historyLog: Last log entry 07/06/22 10:25:00
7/06/22 10:31:02 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -70db
7/06/22 10:31:02 MDNS responder started for hostname Iotawatt
7/06/22 10:31:02 LLMNR responder started for hostname Iotawatt
7/06/22 10:31:02 Updater: service started. Auto-update class is MINOR
7/06/22 10:31:03 Updater: Auto-update is current for class MINOR.

** Restart **

SD initialized.
7/07/22 17:05:26z Real Time Clock is running. Unix time 1657213526 
7/07/22 17:05:26z Reset Reason: Power-fail restart.
7/07/22 17:05:26z ESP8266 ID: 480839, RTC M41T81 (68)
7/07/22 17:05:26z IoTaWatt 5.0, Firmware version 02_07_05
7/07/22 17:05:26z SPIFFS mounted.
7/07/22 19:05:26 Local time zone: +1:00, using DST/BST when in effect.
7/07/22 19:05:26 device name: Iotawatt
7/07/22 19:05:29 Connecting with WiFiManager.

** Restart **

SD initialized.
7/07/22 17:06:20z Real Time Clock is running. Unix time 1657213580 
7/07/22 17:06:20z Reset Reason: Power-fail restart.
7/07/22 17:06:20z ESP8266 ID: 480839, RTC M41T81 (68)
7/07/22 17:06:20z IoTaWatt 5.0, Firmware version 02_07_05
7/07/22 17:06:20z SPIFFS mounted.
7/07/22 19:06:20 Local time zone: +1:00, using DST/BST when in effect.
7/07/22 19:06:20 device name: Iotawatt
7/07/22 19:06:23 Connecting with WiFiManager.
7/07/22 19:08:32 Did not connect after power-fail. Restarting to reset WiFi.

** Restart **

SD initialized.
7/07/22 17:08:33z Real Time Clock is running. Unix time 1657213713 
7/07/22 17:08:33z Reset reason: Software/System restart
7/07/22 17:08:33z Trace:  11:15, 11:20, 11:20[1], 11:20[2], 11:20[3], 11:21, 11:22, 11:21, 11:22, 11:21, 11:22, 11:20[4], 11:20[5], 11:20[6], 11:20[7], 11:25, 11:30, 11:30[1], 11:30[2], 11:31, 11:31[1], 11:31[2], 11:31[3], 11:30[3], 11:35, 11:36, 11:35, 11:40, 11:45, 11:50, 11:55, 11:70
7/07/22 17:08:33z ESP8266 ID: 480839, RTC M41T81 (68)
7/07/22 17:08:33z IoTaWatt 5.0, Firmware version 02_07_05
7/07/22 17:08:33z SPIFFS mounted.
7/07/22 19:08:33 Local time zone: +1:00, using DST/BST when in effect.
7/07/22 19:08:33 device name: Iotawatt
7/07/22 19:08:33 HTTP server started
7/07/22 19:08:33 timeSync: service started.
7/07/22 19:08:33 statService: started.
7/07/22 19:08:33 dataLog: service started.
7/07/22 19:08:33 dataLog: Last log entry 07/07/22 19:05:20
7/07/22 19:08:38 historyLog: service started.
7/07/22 19:08:38 historyLog: Last log entry 07/07/22 19:05:00
7/07/22 19:08:55 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -69db
7/07/22 19:08:55 MDNS responder started for hostname Iotawatt
7/07/22 19:08:55 LLMNR responder started for hostname Iotawatt
7/07/22 19:08:55 Updater: service started. Auto-update class is MINOR
7/07/22 19:08:56 Updater: Auto-update is current for class MINOR.
7/12/22 07:05:05 WiFi disconnected.
7/12/22 07:07:26 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -69db
7/14/22 14:22:13 WiFi disconnected.
7/14/22 14:24:15 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -69db
7/14/22 14:26:18 WiFi disconnected.
7/14/22 14:27:39 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -73db
7/16/22 06:46:17 WiFi disconnected.
7/16/22 06:49:16 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -67db
7/16/22 08:14:45 WiFi disconnected.
7/16/22 08:16:55 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -65db

** Restart **

SD initialized.
7/17/22 07:44:21z Real Time Clock is running. Unix time 1658043861 
7/17/22 07:44:21z Reset Reason: Power-fail restart.
7/17/22 07:44:21z ESP8266 ID: 480839, RTC M41T81 (68)
7/17/22 07:44:21z IoTaWatt 5.0, Firmware version 02_07_05
7/17/22 07:44:21z SPIFFS mounted.
7/17/22 09:44:21 Local time zone: +1:00, using DST/BST when in effect.
7/17/22 09:44:21 device name: Iotawatt
7/17/22 09:44:24 Connecting with WiFiManager.
7/17/22 09:46:57 Did not connect after power-fail. Restarting to reset WiFi.

** Restart **

SD initialized.
7/17/22 07:46:58z Real Time Clock is running. Unix time 1658044018 
7/17/22 07:46:58z Reset reason: Software/System restart
7/17/22 07:46:58z Trace:  11:15, 11:20, 11:20[1], 11:20[2], 11:20[3], 11:21, 11:22, 11:21, 11:22, 11:21, 11:22, 11:20[4], 11:20[5], 11:20[6], 11:20[7], 11:25, 11:30, 11:30[1], 11:30[2], 11:31, 11:31[1], 11:31[2], 11:31[3], 11:30[3], 11:35, 11:36, 11:35, 11:40, 11:45, 11:50, 11:55, 11:70
7/17/22 07:46:58z ESP8266 ID: 480839, RTC M41T81 (68)
7/17/22 07:46:58z IoTaWatt 5.0, Firmware version 02_07_05
7/17/22 07:46:58z SPIFFS mounted.
7/17/22 09:46:58 Local time zone: +1:00, using DST/BST when in effect.
7/17/22 09:46:58 device name: Iotawatt
7/17/22 09:46:58 HTTP server started
7/17/22 09:46:58 timeSync: service started.
7/17/22 09:46:58 statService: started.
7/17/22 09:46:58 dataLog: service started.
7/17/22 09:46:58 dataLog: Last log entry 07/17/22 09:44:10
7/17/22 09:47:03 historyLog: service started.
7/17/22 09:47:03 historyLog: Last log entry 07/17/22 09:44:00
7/17/22 09:47:03 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=6, RSSI -61db
7/17/22 09:47:03 MDNS responder started for hostname Iotawatt
7/17/22 09:47:03 LLMNR responder started for hostname Iotawatt
7/17/22 09:47:03 Updater: service started. Auto-update class is MINOR
7/17/22 09:47:04 Updater: Auto-update is current for class MINOR.

** Restart **

SD initialized.
7/17/22 13:38:07z Real Time Clock is running. Unix time 1658065087 
7/17/22 13:38:07z Reset Reason: Power-fail restart.
7/17/22 13:38:07z ESP8266 ID: 480839, RTC M41T81 (68)
7/17/22 13:38:07z IoTaWatt 5.0, Firmware version 02_07_05
7/17/22 13:38:07z SPIFFS mounted.
7/17/22 15:38:07 Local time zone: +1:00, using DST/BST when in effect.
7/17/22 15:38:07 device name: Iotawatt
7/17/22 15:38:10 Connecting with WiFiManager.
7/17/22 15:40:49 Did not connect after power-fail. Restarting to reset WiFi.

** Restart **

SD initialized.
7/17/22 13:40:50z Real Time Clock is running. Unix time 1658065250 
7/17/22 13:40:50z Reset reason: Software/System restart
7/17/22 13:40:50z Trace:  11:15, 11:20, 11:20[1], 11:20[2], 11:20[3], 11:21, 11:22, 11:21, 11:22, 11:21, 11:22, 11:20[4], 11:20[5], 11:20[6], 11:20[7], 11:25, 11:30, 11:30[1], 11:30[2], 11:31, 11:31[1], 11:31[2], 11:31[3], 11:30[3], 11:35, 11:36, 11:35, 11:40, 11:45, 11:50, 11:55, 11:70
7/17/22 13:40:50z ESP8266 ID: 480839, RTC M41T81 (68)
7/17/22 13:40:50z IoTaWatt 5.0, Firmware version 02_07_05
7/17/22 13:40:50z SPIFFS mounted.
7/17/22 15:40:50 Local time zone: +1:00, using DST/BST when in effect.
7/17/22 15:40:50 device name: Iotawatt
7/17/22 15:40:50 HTTP server started
7/17/22 15:40:50 timeSync: service started.
7/17/22 15:40:50 statService: started.
7/17/22 15:40:50 dataLog: service started.
7/17/22 15:40:50 dataLog: Last log entry 07/17/22 15:31:50
7/17/22 15:40:55 historyLog: service started.
7/17/22 15:40:55 historyLog: Last log entry 07/17/22 15:31:00
7/17/22 15:40:55 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=1, RSSI -65db
7/17/22 15:40:55 MDNS responder started for hostname Iotawatt
7/17/22 15:40:55 LLMNR responder started for hostname Iotawatt
7/17/22 15:40:55 Updater: service started. Auto-update class is MINOR
7/17/22 15:40:55 Updater: Auto-update is current for class MINOR.
7/18/22 10:33:01 WiFi disconnected.
7/18/22 10:34:55 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -70db
7/21/22 04:49:35 Updater: Invalid response from server. HTTPcode: -4
7/23/22 07:35:42 WiFi disconnected.
7/23/22 07:37:07 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -68db
7/28/22 05:53:58 WiFi disconnected.
7/28/22 05:55:53 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -67db
8/04/22 17:55:41 WiFi disconnected.
8/04/22 17:55:42 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -70db

** Restart **

SD initialized.
8/08/22 15:59:17z Real Time Clock is running. Unix time 1659974357 
8/08/22 15:59:17z Reset Reason: Power-fail restart.
8/08/22 15:59:17z ESP8266 ID: 480839, RTC M41T81 (68)
8/08/22 15:59:17z IoTaWatt 5.0, Firmware version 02_07_05
8/08/22 15:59:17z SPIFFS mounted.
8/08/22 17:59:17 Local time zone: +1:00, using DST/BST when in effect.
8/08/22 17:59:17 device name: Iotawatt

** Restart **

SD initialized.
8/08/22 16:06:52z Real Time Clock is running. Unix time 1659974812 
8/08/22 16:06:52z Reset Reason: Power-fail restart.
8/08/22 16:06:52z ESP8266 ID: 480839, RTC M41T81 (68)
8/08/22 16:06:52z IoTaWatt 5.0, Firmware version 02_07_05
8/08/22 16:06:52z SPIFFS mounted.
8/08/22 18:06:52 Local time zone: +1:00, using DST/BST when in effect.
8/08/22 18:06:52 device name: Iotawatt
8/08/22 18:06:55 Connecting with WiFiManager.
8/08/22 18:09:04 Did not connect after power-fail. Restarting to reset WiFi.

** Restart **

SD initialized.
8/08/22 16:09:05z Real Time Clock is running. Unix time 1659974945 
8/08/22 16:09:05z Reset reason: Software/System restart
8/08/22 16:09:05z Trace:  34:10[10], 34:30, 34:10[11], 34:30, 34:10[12], 34:30, 34:10[13], 34:5, 34:5, 34:5, 34:6[11], 34:10[9], 34:30, 34:10[8], 34:30, 34:10[11], 34:30, 34:10[10], 34:30, 34:10[12], 34:30, 34:10[13], 11:31[3], 11:30[3], 11:35, 11:36, 11:35, 11:40, 11:45, 11:50, 11:55, 11:70
8/08/22 16:09:05z ESP8266 ID: 480839, RTC M41T81 (68)
8/08/22 16:09:05z IoTaWatt 5.0, Firmware version 02_07_05
8/08/22 16:09:05z SPIFFS mounted.
8/08/22 18:09:05 Local time zone: +1:00, using DST/BST when in effect.
8/08/22 18:09:05 device name: Iotawatt
8/08/22 18:09:05 HTTP server started
8/08/22 18:09:05 timeSync: service started.
8/08/22 18:09:05 statService: started.
8/08/22 18:09:05 dataLog: service started.
8/08/22 18:09:05 dataLog: Last log entry 08/08/22 17:59:10
8/08/22 18:09:10 historyLog: service started.
8/08/22 18:09:10 historyLog: Last log entry 08/08/22 17:59:00
8/08/22 18:09:14 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -71db
8/08/22 18:09:14 MDNS responder started for hostname Iotawatt
8/08/22 18:09:14 LLMNR responder started for hostname Iotawatt
8/08/22 18:09:14 Updater: service started. Auto-update class is MINOR
8/08/22 18:09:15 Updater: Auto-update is current for class MINOR.
8/12/22 12:18:48 Updater: Invalid response from server. HTTPcode: -4
8/15/22 15:29:12 WiFi disconnected.
8/15/22 15:29:16 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=1, RSSI -62db

** Restart **

SD initialized.
8/16/22 08:18:10z Real Time Clock is running. Unix time 1660637890 
8/16/22 08:18:10z Reset Reason: Power-fail restart.
8/16/22 08:18:10z ESP8266 ID: 480839, RTC M41T81 (68)
8/16/22 08:18:10z IoTaWatt 5.0, Firmware version 02_07_05
8/16/22 08:18:10z SPIFFS mounted.
8/16/22 10:18:10 Local time zone: +1:00, using DST/BST when in effect.
8/16/22 10:18:10 device name: Iotawatt
8/16/22 10:18:13 Connecting with WiFiManager.
8/16/22 10:20:22 Did not connect after power-fail. Restarting to reset WiFi.

** Restart **

SD initialized.
8/16/22 08:20:23z Real Time Clock is running. Unix time 1660638023 
8/16/22 08:20:23z Reset reason: Software/System restart
8/16/22 08:20:23z Trace:  34:10[10], 34:30, 34:10[11], 34:30, 34:10[12], 34:30, 34:10[13], 34:5, 34:5, 34:5, 34:6[11], 34:10[9], 34:30, 34:10[8], 34:30, 34:10[11], 34:30, 34:10[10], 34:30, 34:10[12], 34:30, 34:10[13], 11:31[3], 11:30[3], 11:35, 11:36, 11:35, 11:40, 11:45, 11:50, 11:55, 11:70
8/16/22 08:20:23z ESP8266 ID: 480839, RTC M41T81 (68)
8/16/22 08:20:23z IoTaWatt 5.0, Firmware version 02_07_05
8/16/22 08:20:23z SPIFFS mounted.
8/16/22 10:20:23 Local time zone: +1:00, using DST/BST when in effect.
8/16/22 10:20:23 device name: Iotawatt
8/16/22 10:20:23 HTTP server started
8/16/22 10:20:23 timeSync: service started.
8/16/22 10:20:23 statService: started.
8/16/22 10:20:23 dataLog: service started.
8/16/22 10:20:23 dataLog: Last log entry 08/16/22 03:13:40
8/16/22 10:20:28 historyLog: service started.
8/16/22 10:20:28 historyLog: Last log entry 08/16/22 03:13:00
8/16/22 10:20:31 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -72db
8/16/22 10:20:31 MDNS responder started for hostname Iotawatt
8/16/22 10:20:31 LLMNR responder started for hostname Iotawatt
8/16/22 10:20:31 Updater: service started. Auto-update class is MINOR
8/16/22 10:20:32 Updater: Auto-update is current for class MINOR.
8/16/22 18:07:32 Restart command received.

** Restart **

SD initialized.
8/16/22 16:07:33z Real Time Clock is running. Unix time 1660666053 
8/16/22 16:07:33z Reset reason: Software/System restart
8/16/22 16:07:33z Trace:  1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:1[11], 1:2[12], 9:0[12], 9:0, 9:1, 8:4, 8:6, 8:8, 8:9, 9:3, 9:5, 9:9, 1:2, 1:3, 10:2, 10:3
8/16/22 16:07:33z ESP8266 ID: 480839, RTC M41T81 (68)
8/16/22 16:07:33z IoTaWatt 5.0, Firmware version 02_07_05
8/16/22 16:07:33z SPIFFS mounted.
8/16/22 18:07:33 Local time zone: +1:00, using DST/BST when in effect.
8/16/22 18:07:33 device name: Iotawatt
8/16/22 18:07:33 HTTP server started
8/16/22 18:07:33 timeSync: service started.
8/16/22 18:07:33 statService: started.
8/16/22 18:07:33 dataLog: service started.
8/16/22 18:07:33 dataLog: Last log entry 08/16/22 18:07:30
8/16/22 18:07:38 historyLog: service started.
8/16/22 18:07:38 historyLog: Last log entry 08/16/22 18:07:00
8/16/22 18:07:38 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=1, RSSI -65db
8/16/22 18:07:38 MDNS responder started for hostname Iotawatt
8/16/22 18:07:38 LLMNR responder started for hostname Iotawatt
8/16/22 18:07:38 Updater: service started. Auto-update class is MINOR
8/16/22 18:07:39 Updater: Auto-update is current for class MINOR.
8/24/22 11:26:25 Updater: update tables from 0.0.5 to 0.0.6
8/26/22 11:00:20 WiFi disconnected.
8/26/22 11:04:05 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -70db
8/26/22 11:04:29 WiFi disconnected.
8/26/22 11:06:25 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -73db

** Restart **

SD initialized.
9/19/22 16:47:40z Real Time Clock is running. Unix time 1663606060 
9/19/22 16:47:40z Reset Reason: Power-fail restart.
9/19/22 16:47:40z ESP8266 ID: 480839, RTC M41T81 (68)
9/19/22 16:47:40z IoTaWatt 5.0, Firmware version 02_07_05

** Restart **

SD initialized.
9/19/22 16:49:45z Real Time Clock is running. Unix time 1663606185 
9/19/22 16:49:45z Reset Reason: Power-fail restart.
9/19/22 16:49:45z ESP8266 ID: 480839, RTC M41T81 (68)
9/19/22 16:49:45z IoTaWatt 5.0, Firmware version 02_07_05
9/19/22 16:49:45z SPIFFS mounted.
9/19/22 18:49:45 Local time zone: +1:00, using DST/BST when in effect.
9/19/22 18:49:45 device name: Iotawatt
9/19/22 18:49:48 Connecting with WiFiManager.

** Restart **

SD initialized.
9/19/22 16:50:03z Real Time Clock is running. Unix time 1663606203 
9/19/22 16:50:03z Reset Reason: Power-fail restart.
9/19/22 16:50:03z ESP8266 ID: 480839, RTC M41T81 (68)
9/19/22 16:50:03z IoTaWatt 5.0, Firmware version 02_07_05
9/19/22 16:50:03z SPIFFS mounted.
9/19/22 18:50:03 Local time zone: +1:00, using DST/BST when in effect.
9/19/22 18:50:03 device name: Iotawatt
9/19/22 18:50:06 Connecting with WiFiManager.
9/19/22 18:52:15 Did not connect after power-fail. Restarting to reset WiFi.

** Restart **

SD initialized.
9/19/22 16:52:16z Real Time Clock is running. Unix time 1663606336 
9/19/22 16:52:16z Reset reason: Software/System restart
9/19/22 16:52:16z Trace:  34:10[11], 34:30, 34:10[12], 34:30, 34:10[13], 34:30, 34:10[9], 34:5, 34:5, 34:5, 34:6[11], 34:10[9], 34:30, 34:10[8], 34:30, 34:10[11], 34:30, 34:10[10], 34:30, 34:10[12], 34:30, 34:10[13], 11:31[3], 11:30[3], 11:35, 11:36, 11:35, 11:40, 11:45, 11:50, 11:55, 11:70
9/19/22 16:52:16z ESP8266 ID: 480839, RTC M41T81 (68)
9/19/22 16:52:16z IoTaWatt 5.0, Firmware version 02_07_05
9/19/22 16:52:16z SPIFFS mounted.
9/19/22 18:52:16 Local time zone: +1:00, using DST/BST when in effect.
9/19/22 18:52:16 device name: Iotawatt
9/19/22 18:52:16 HTTP server started
9/19/22 18:52:16 timeSync: service started.
9/19/22 18:52:16 statService: started.
9/19/22 18:52:16 dataLog: service started.
9/19/22 18:52:16 dataLog: Last log entry 09/19/22 18:46:55
9/19/22 18:52:21 historyLog: service started.
9/19/22 18:52:21 historyLog: Last log entry 09/19/22 18:46:00

** Restart **

SD initialized.
9/19/22 17:24:46z Real Time Clock is running. Unix time 1663608286 
9/19/22 17:24:46z Reset Reason: Power-fail restart.
9/19/22 17:24:46z ESP8266 ID: 480839, RTC M41T81 (68)
9/19/22 17:24:46z IoTaWatt 5.0, Firmware version 02_07_05
9/19/22 17:24:46z SPIFFS mounted.
9/19/22 19:24:46 Local time zone: +1:00, using DST/BST when in effect.
9/19/22 19:24:46 device name: Iotawatt
9/19/22 19:24:49 Connecting with WiFiManager.
9/19/22 19:26:58 Did not connect after power-fail. Restarting to reset WiFi.

** Restart **

SD initialized.
9/19/22 17:26:59z Real Time Clock is running. Unix time 1663608419 
9/19/22 17:26:59z Reset reason: Software/System restart
9/19/22 17:26:59z Trace:  34:10[11], 34:30, 34:10[12], 34:30, 34:10[13], 34:30, 34:10[9], 34:5, 34:5, 34:5, 34:6[11], 34:10[9], 34:30, 34:10[8], 34:30, 34:10[11], 34:30, 34:10[10], 34:30, 34:10[12], 34:30, 34:10[13], 11:31[3], 11:30[3], 11:35, 11:36, 11:35, 11:40, 11:45, 11:50, 11:55, 11:70
9/19/22 17:26:59z ESP8266 ID: 480839, RTC M41T81 (68)
9/19/22 17:26:59z IoTaWatt 5.0, Firmware version 02_07_05
9/19/22 17:26:59z SPIFFS mounted.
9/19/22 19:26:59 Local time zone: +1:00, using DST/BST when in effect.
9/19/22 19:26:59 device name: Iotawatt
9/19/22 19:26:59 HTTP server started
9/19/22 19:26:59 timeSync: service started.
9/19/22 19:26:59 statService: started.
9/19/22 19:26:59 dataLog: service started.
9/19/22 19:26:59 dataLog: Last log entry 09/19/22 19:24:30
9/19/22 19:27:04 historyLog: service started.
9/19/22 19:27:04 historyLog: Last log entry 09/19/22 19:24:00
9/19/22 19:27:04 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -70db
9/19/22 19:27:04 MDNS responder started for hostname Iotawatt
9/19/22 19:27:04 LLMNR responder started for hostname Iotawatt
9/19/22 19:27:04 Updater: service started. Auto-update class is MINOR
9/19/22 19:27:05 Updater: Auto-update is current for class MINOR.
9/22/22 12:02:05 WiFi disconnected.
9/22/22 12:02:10 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=1, RSSI -63db

** Restart **

SD initialized.
9/23/22 12:15:10z Real Time Clock is running. Unix time 1663935310 

** Restart **

SD initialized.
9/23/22 12:15:29z Real Time Clock is running. Unix time 1663935329 
9/23/22 12:15:29z Reset Reason: Power-fail restart.
9/23/22 12:15:29z ESP8266 ID: 480839, RTC M41T81 (68)
9/23/22 12:15:29z IoTaWatt 5.0, Firmware version 02_07_05
9/23/22 12:15:29z SPIFFS mounted.
9/23/22 14:15:29 Local time zone: +1:00, using DST/BST when in effect.
9/23/22 14:15:29 device name: Iotawatt
9/23/22 14:15:32 Connecting with WiFiManager.
9/23/22 14:18:37 Did not connect after power-fail. Restarting to reset WiFi.

** Restart **

SD initialized.
9/23/22 12:18:38z Real Time Clock is running. Unix time 1663935518 
9/23/22 12:18:38z Reset reason: Software/System restart
9/23/22 12:18:38z Trace:  34:10[11], 34:30, 34:10[12], 34:30, 34:10[13], 34:30, 34:10[9], 34:5, 34:5, 34:5, 34:6[11], 34:10[9], 34:30, 34:10[8], 34:30, 34:10[11], 34:30, 34:10[10], 34:30, 34:10[12], 34:30, 34:10[13], 11:31[3], 11:30[3], 11:35, 11:36, 11:35, 11:40, 11:45, 11:50, 11:55, 11:70
9/23/22 12:18:38z ESP8266 ID: 480839, RTC M41T81 (68)
9/23/22 12:18:38z IoTaWatt 5.0, Firmware version 02_07_05
9/23/22 12:18:38z SPIFFS mounted.
9/23/22 14:18:38 Local time zone: +1:00, using DST/BST when in effect.
9/23/22 14:18:38 device name: Iotawatt
9/23/22 14:18:38 HTTP server started
9/23/22 14:18:38 timeSync: service started.
9/23/22 14:18:38 statService: started.
9/23/22 14:18:38 dataLog: service started.
9/23/22 14:18:38 dataLog: Last log entry 09/23/22 14:13:40
9/23/22 14:18:43 historyLog: service started.
9/23/22 14:18:43 historyLog: Last log entry 09/23/22 14:13:00
9/23/22 14:19:19 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=11, RSSI -73db
9/23/22 14:19:19 MDNS responder started for hostname Iotawatt
9/23/22 14:19:19 LLMNR responder started for hostname Iotawatt
9/23/22 14:19:19 Updater: service started. Auto-update class is MINOR
9/23/22 14:19:36 Updater: Invalid response from server. HTTPcode: -4
9/23/22 15:19:27 Updater: Auto-update is current for class MINOR.

** Restart **

SD initialized.
9/23/22 13:56:25z Real Time Clock is running. Unix time 1663941385 
9/23/22 13:56:25z Reset Reason: Power-fail restart.
9/23/22 13:56:25z ESP8266 ID: 480839, RTC M41T81 (68)
9/23/22 13:56:25z IoTaWatt 5.0, Firmware version 02_07_05
9/23/22 13:56:25z SPIFFS mounted.
9/23/22 15:56:25 Local time zone: +1:00, using DST/BST when in effect.
9/23/22 15:56:25 device name: Iotawatt
9/23/22 15:56:28 Connecting with WiFiManager.
9/23/22 15:59:12 Did not connect after power-fail. Restarting to reset WiFi.

** Restart **

SD initialized.
9/23/22 13:59:14z Real Time Clock is running. Unix time 1663941554 
9/23/22 13:59:14z Reset reason: Software/System restart
9/23/22 13:59:14z Trace:  34:10[11], 34:30, 34:10[12], 34:30, 34:10[13], 34:30, 34:10[9], 34:5, 34:5, 34:5, 34:6[11], 34:10[9], 34:30, 34:10[8], 34:30, 34:10[11], 34:30, 34:10[10], 34:30, 34:10[12], 34:30, 34:10[13], 11:31[3], 11:30[3], 11:35, 11:36, 11:35, 11:40, 11:45, 11:50, 11:55, 11:70
9/23/22 13:59:14z ESP8266 ID: 480839, RTC M41T81 (68)
9/23/22 13:59:14z IoTaWatt 5.0, Firmware version 02_07_05
9/23/22 13:59:14z SPIFFS mounted.
9/23/22 15:59:14 Local time zone: +1:00, using DST/BST when in effect.
9/23/22 15:59:14 device name: Iotawatt
9/23/22 15:59:14 HTTP server started
9/23/22 15:59:14 timeSync: service started.
9/23/22 15:59:14 statService: started.
9/23/22 15:59:14 dataLog: service started.
9/23/22 15:59:14 dataLog: Last log entry 09/23/22 15:56:00
9/23/22 15:59:19 historyLog: service started.
9/23/22 15:59:19 historyLog: Last log entry 09/23/22 15:56:00
9/23/22 15:59:19 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=1, RSSI -61db
9/23/22 15:59:19 MDNS responder started for hostname Iotawatt
9/23/22 15:59:19 LLMNR responder started for hostname Iotawatt
9/23/22 15:59:19 Updater: service started. Auto-update class is MINOR
9/23/22 15:59:21 Updater: Auto-update is current for class MINOR.

** Restart **

SD initialized.
9/23/22 14:32:08z Real Time Clock is running. Unix time 1663943528 
9/23/22 14:32:08z Reset Reason: Power-fail restart.
9/23/22 14:32:08z ESP8266 ID: 480839, RTC M41T81 (68)
9/23/22 14:32:08z IoTaWatt 5.0, Firmware version 02_07_05
9/23/22 14:32:08z SPIFFS mounted.
9/23/22 16:32:08 Local time zone: +1:00, using DST/BST when in effect.
9/23/22 16:32:08 device name: Iotawatt
9/23/22 16:32:11 Connecting with WiFiManager.
9/23/22 16:34:38 Did not connect after power-fail. Restarting to reset WiFi.

** Restart **

SD initialized.
9/23/22 14:34:39z Real Time Clock is running. Unix time 1663943679 
9/23/22 14:34:39z Reset reason: Software/System restart
9/23/22 14:34:39z Trace:  34:10[11], 34:30, 34:10[12], 34:30, 34:10[13], 34:30, 34:10[9], 34:5, 34:5, 34:5, 34:6[11], 34:10[9], 34:30, 34:10[8], 34:30, 34:10[11], 34:30, 34:10[10], 34:30, 34:10[12], 34:30, 34:10[13], 11:31[3], 11:30[3], 11:35, 11:36, 11:35, 11:40, 11:45, 11:50, 11:55, 11:70
9/23/22 14:34:39z ESP8266 ID: 480839, RTC M41T81 (68)
9/23/22 14:34:39z IoTaWatt 5.0, Firmware version 02_07_05
9/23/22 14:34:39z SPIFFS mounted.
9/23/22 16:34:39 Local time zone: +1:00, using DST/BST when in effect.
9/23/22 16:34:39 device name: Iotawatt
9/23/22 16:34:39 HTTP server started
9/23/22 16:34:39 timeSync: service started.
9/23/22 16:34:39 statService: started.
9/23/22 16:34:39 dataLog: service started.
9/23/22 16:34:39 dataLog: Last log entry 09/23/22 16:31:50
9/23/22 16:34:44 historyLog: service started.
9/23/22 16:34:44 historyLog: Last log entry 09/23/22 16:31:00
9/23/22 16:34:44 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=6, RSSI -61db
9/23/22 16:34:44 MDNS responder started for hostname Iotawatt
9/23/22 16:34:44 LLMNR responder started for hostname Iotawatt
9/23/22 16:34:44 Updater: service started. Auto-update class is MINOR
9/23/22 16:34:45 Updater: Auto-update is current for class MINOR.

** Restart **

SD initialized.
10/07/22 09:16:49z Real Time Clock is running. Unix time 1665134209 
10/07/22 09:16:49z Reset Reason: Power-fail restart.
10/07/22 09:16:49z ESP8266 ID: 480839, RTC M41T81 (68)
10/07/22 09:16:49z IoTaWatt 5.0, Firmware version 02_07_05
10/07/22 09:16:49z SPIFFS mounted.
10/07/22 11:16:49 Local time zone: +1:00, using DST/BST when in effect.
10/07/22 11:16:49 device name: Iotawatt
10/07/22 11:16:52 Connecting with WiFiManager.
10/07/22 11:19:01 Did not connect after power-fail. Restarting to reset WiFi.

** Restart **

SD initialized.
10/07/22 09:19:02z Real Time Clock is running. Unix time 1665134342 
10/07/22 09:19:02z Reset reason: Software/System restart
10/07/22 09:19:02z Trace:  34:10[11], 34:30, 34:10[12], 34:30, 34:10[13], 34:30, 34:10[9], 34:5, 34:5, 34:5, 34:6[11], 34:10[9], 34:30, 34:10[8], 34:30, 34:10[11], 34:30, 34:10[10], 34:30, 34:10[12], 34:30, 34:10[13], 11:31[3], 11:30[3], 11:35, 11:36, 11:35, 11:40, 11:45, 11:50, 11:55, 11:70
10/07/22 09:19:02z ESP8266 ID: 480839, RTC M41T81 (68)
10/07/22 09:19:02z IoTaWatt 5.0, Firmware version 02_07_05
10/07/22 09:19:02z SPIFFS mounted.
10/07/22 11:19:02 Local time zone: +1:00, using DST/BST when in effect.
10/07/22 11:19:02 device name: Iotawatt
10/07/22 11:19:02 HTTP server started
10/07/22 11:19:02 timeSync: service started.
10/07/22 11:19:02 statService: started.
10/07/22 11:19:02 dataLog: service started.
10/07/22 11:19:02 dataLog: Last log entry 10/07/22 10:02:40
10/07/22 11:19:07 historyLog: service started.
10/07/22 11:19:07 historyLog: Last log entry 10/07/22 10:02:00
10/07/22 11:19:07 WiFi connected. SSID=Guay fai, IP=192.168.1.94, channel=6, RSSI -58db
10/07/22 11:19:07 MDNS responder started for hostname Iotawatt
10/07/22 11:19:07 LLMNR responder started for hostname Iotawatt
10/07/22 11:19:07 Updater: service started. Auto-update class is MINOR
10/07/22 11:19:08 Updater: Auto-update is current for class MINOR.

The auto update is MINOR, the wifi connects and the ip is supposed to be 192.168.1.94. I’m also connected to that network, as is every other device in the home. HASS is connected via ethernet, but they are visible to each other.

Could you paste the output using triple backticks ` so it shows up as plain text?

Edited the previous comment

Message log shows last restart on 10/7/2022

I don’t understand the HASS diagnostics that @Sergio requested. It appears it’s IP address is on a different subnet 172.30.33.1. Can you shed some light on that?

Another potential issue is that the router seems to be using different channels. It was using 11 then switched to 6 after the restart on 10/7. Is that when your problems started? Could you try restarting the IoTaWatt?

Yeah, I see it’s running in a VM or container in a different subnet. I want to rule out issues in NAT/routing between these two subnets.

@gabaldos can you SSH to the host that has IP 192.168.1.93 and from there run the same commands?

Ok, so the SSH connection was staying inside the Docker container for the SSH add-on of HASS.
I was able to open a SSH connection to the host itself, and ran those commands:

# ifconfig -a
-sh: ifconfig: not found
# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
    link/ether e4:5f:01:9f:14:81 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.93/24 brd 192.168.1.255 scope global dynamic noprefixroute eth0
       valid_lft 42048sec preferred_lft 42048sec
    inet6 fe80::243f:2cf3:3ff:f077/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
    link/ether e4:5f:01:9f:14:82 brd ff:ff:ff:ff:ff:ff
4: docker0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue 
    link/ether 02:42:3f:3a:08:f5 brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever
    inet6 fe80::42:3fff:fe3a:8f5/64 scope link 
       valid_lft forever preferred_lft forever
5: hassio: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue 
    link/ether 02:42:f0:bb:9f:9c brd ff:ff:ff:ff:ff:ff
    inet 172.30.32.1/23 brd 172.30.33.255 scope global hassio
       valid_lft forever preferred_lft forever
    inet6 fe80::42:f0ff:febb:9f9c/64 scope link 
       valid_lft forever preferred_lft forever
7: veth6525d11@if6: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master hassio 
    link/ether 02:3a:ca:e6:72:e6 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::3a:caff:fee6:72e6/64 scope link 
       valid_lft forever preferred_lft forever
9: vethcd80975@if8: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master docker0 
    link/ether 2a:ab:13:cc:28:07 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::28ab:13ff:fecc:2807/64 scope link 
       valid_lft forever preferred_lft forever
11: veth65cbe05@if10: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master hassio 
    link/ether e2:cb:ed:d9:d9:ae brd ff:ff:ff:ff:ff:ff
    inet6 fe80::e0cb:edff:fed9:d9ae/64 scope link 
       valid_lft forever preferred_lft forever
13: vethdbf700e@if12: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master hassio 
    link/ether 96:b2:cf:dd:4b:e6 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::94b2:cfff:fedd:4be6/64 scope link 
       valid_lft forever preferred_lft forever
15: vethfa91bf0@if14: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master hassio 
    link/ether b2:99:a9:4a:4b:f2 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::b099:a9ff:fe4a:4bf2/64 scope link 
       valid_lft forever preferred_lft forever
17: vethc5d4545@if16: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master hassio 
    link/ether 7a:c2:b8:42:e2:b2 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::78c2:b8ff:fe42:e2b2/64 scope link 
       valid_lft forever preferred_lft forever
19: veth5d85094@if18: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master hassio 
    link/ether 8e:a3:e9:9a:54:6d brd ff:ff:ff:ff:ff:ff
    inet6 fe80::8ca3:e9ff:fe9a:546d/64 scope link 
       valid_lft forever preferred_lft forever
21: vethc36f4fc@if20: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master hassio 
    link/ether ee:b4:03:b1:b2:0f brd ff:ff:ff:ff:ff:ff
    inet6 fe80::ecb4:3ff:feb1:b20f/64 scope link 
       valid_lft forever preferred_lft forever
23: vethd3e0235@if22: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master hassio 
    link/ether aa:4f:d3:42:35:11 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::a84f:d3ff:fe42:3511/64 scope link 
       valid_lft forever preferred_lft forever
25: veth7ea05c1@if24: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master hassio 
    link/ether fe:ba:ee:b8:07:26 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::fcba:eeff:feb8:726/64 scope link 
       valid_lft forever preferred_lft forever
27: veth9b8f346@if26: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master hassio 
    link/ether 6e:3c:4c:83:cd:b3 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::6c3c:4cff:fe83:cdb3/64 scope link 
       valid_lft forever preferred_lft forever
29: veth3e50968@if28: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master hassio 
    link/ether d6:ff:f2:e7:2e:6f brd ff:ff:ff:ff:ff:ff
    inet6 fe80::d4ff:f2ff:fee7:2e6f/64 scope link 
       valid_lft forever preferred_lft forever
33: vethaa61586@if32: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master hassio 
    link/ether 56:ce:59:33:7d:7d brd ff:ff:ff:ff:ff:ff
    inet6 fe80::54ce:59ff:fe33:7d7d/64 scope link 
       valid_lft forever preferred_lft forever
35: vethb6adea2@if34: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master hassio 
    link/ether e6:c5:23:96:77:87 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::e4c5:23ff:fe96:7787/64 scope link 
       valid_lft forever preferred_lft forever
37: veth23aae23@if36: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master hassio 
    link/ether ee:0b:b5:1b:a1:5b brd ff:ff:ff:ff:ff:ff
    inet6 fe80::ec0b:b5ff:fe1b:a15b/64 scope link 
       valid_lft forever preferred_lft forever
39: veth45e70ac@if38: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue master hassio 
    link/ether 1e:b8:a4:af:6f:c8 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::1cb8:a4ff:feaf:6fc8/64 scope link 
       valid_lft forever preferred_lft forever
# route -n
-sh: route: not found
# iptables -Lvn
iptables: No chain/target/match by that name.
# iptables -t nat -Lvn
iptables: No chain/target/match by that name.
# iptables -t mangle -Lvn
iptables: No chain/target/match by that name.
# arp -n
-sh: arp: not found
# netstat -na
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       
tcp        0      0 0.0.0.0:8124            0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:8123            0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:8086            0.0.0.0:*               LISTEN      
tcp        0      0 127.0.0.1:46836         0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:5355            0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:1880            0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:22222           0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:1627            0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:4357            0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:9192            0.0.0.0:*               LISTEN      
tcp        0      0 172.30.32.1:62312       0.0.0.0:*               LISTEN      
tcp        0      0 192.168.1.93:8123       79.146.175.50:48006     ESTABLISHED 
tcp        0      0 192.168.1.93:8123       79.146.175.50:46744     ESTABLISHED 
tcp        0      0 192.168.1.93:53176      54.192.95.123:443       TIME_WAIT   
tcp        0      0 127.0.0.1:50680         127.0.0.1:46836         TIME_WAIT   
tcp        0      0 192.168.1.93:8123       79.146.175.50:46748     ESTABLISHED 
tcp        0      0 192.168.1.93:56532      192.168.1.32:8009       ESTABLISHED 
tcp        0      0 192.168.1.93:8123       79.146.175.50:46696     ESTABLISHED 
tcp        0      0 192.168.1.93:8123       79.146.175.50:46702     ESTABLISHED 
tcp        0      0 192.168.1.93:8123       79.146.175.50:46704     ESTABLISHED 
tcp        0      0 192.168.1.93:8123       79.146.175.50:46708     ESTABLISHED 
tcp        0      0 172.30.32.1:8123        172.30.32.2:49000       ESTABLISHED 
tcp        0      0 192.168.1.93:42680      192.168.1.77:5001       ESTABLISHED 
tcp        0      0 172.30.32.1:54424       172.30.32.2:80          TIME_WAIT   
tcp        0      0 192.168.1.93:8123       79.146.175.50:46694     ESTABLISHED 
tcp        0      0 192.168.1.93:8123       79.146.175.50:46776     ESTABLISHED 
tcp        0      0 192.168.1.93:8123       79.146.175.50:46712     ESTABLISHED 
tcp        0      0 172.30.32.1:35986       172.30.32.2:80          ESTABLISHED 
tcp        0    364 192.168.1.93:22222      192.168.1.102:39288     ESTABLISHED 
tcp        0      0 127.0.0.1:57644         127.0.0.1:46836         TIME_WAIT   
tcp        0      0 172.30.32.1:8123        172.30.32.2:60312       ESTABLISHED 
tcp        0      0 192.168.1.93:44074      192.168.1.36:80         ESTABLISHED 
tcp        0      0 192.168.1.93:8123       192.168.1.102:42982     ESTABLISHED 
tcp        0      0 192.168.1.93:55272      51.145.143.28:443       ESTABLISHED 
tcp        0      0 192.168.1.93:8123       79.146.175.50:46710     ESTABLISHED 
tcp        0      0 192.168.1.93:8123       79.146.175.50:46698     ESTABLISHED 
tcp        0      0 192.168.1.93:34852      192.168.1.77:5001       ESTABLISHED 
tcp        0      0 192.168.1.93:8123       79.146.175.50:46774     ESTABLISHED 
tcp        0      0 192.168.1.93:33128      192.168.1.31:8009       ESTABLISHED 
tcp        0      0 192.168.1.93:8123       79.146.175.50:46746     ESTABLISHED 
tcp        0      0 192.168.1.93:44800      192.168.1.30:443        ESTABLISHED 
tcp        0      0 192.168.1.93:8123       79.146.175.50:46772     ESTABLISHED 
tcp        0      0 172.30.32.1:39592       172.30.32.2:80          ESTABLISHED 
tcp        0      0 172.30.32.1:33934       172.30.33.4:8086        TIME_WAIT   
tcp       32      0 192.168.1.93:50754      192.168.1.77:5001       CLOSE_WAIT  
tcp        0      0 192.168.1.93:8123       79.146.175.50:46706     ESTABLISHED 
tcp        0      0 192.168.1.93:50736      54.192.95.123:443       TIME_WAIT   
tcp        1      0 192.168.1.93:58560      192.168.1.95:80         CLOSE_WAIT  
tcp        0      0 192.168.1.93:8123       192.168.1.102:42988     ESTABLISHED 
tcp        0      0 192.168.1.93:8123       79.146.175.50:46700     ESTABLISHED 
tcp        0      0 :::8124                 :::*                    LISTEN      
tcp        0      0 :::8123                 :::*                    LISTEN      
tcp        0      0 :::8086                 :::*                    LISTEN      
tcp        0      0 :::5355                 :::*                    LISTEN      
tcp        0      0 :::22222                :::*                    LISTEN      
tcp        0      0 :::1627                 :::*                    LISTEN      
tcp        0      0 :::4357                 :::*                    LISTEN      
tcp        0      0 :::22                   :::*                    LISTEN      
tcp        0      0 :::9192                 :::*                    LISTEN      
udp        0      0 0.0.0.0:51820           0.0.0.0:*                           
udp        0      0 192.168.1.93:47906      0.0.0.0:*                           
udp        0      0 192.168.1.93:68         192.168.1.1:67          ESTABLISHED 
udp        0      0 192.168.1.93:5353       0.0.0.0:*                           
udp        0      0 172.30.32.1:5353        0.0.0.0:*                           
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           
udp        0      0 0.0.0.0:5355            0.0.0.0:*                           
udp        0      0 239.255.255.250:1900    0.0.0.0:*                           
udp        0      0 :::51820                :::*                                
udp        0      0 :::5353                 :::*                                
udp        0      0 :::5353                 :::*                                
udp        0      0 fe80::243f:2cf3:3ff:f077:5353 :::*                                
udp        0      0 :::5355                 :::*                                
udp        0      0 fe80::243f:2cf3:3ff:f077:34493 :::*                                
udp        0      0 ff02::c:1900            :::*                                
raw        0      0 ::%3018285456:58        :::*                    58          
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags       Type       State         I-Node Path
unix  2      [ ACC ]     STREAM     LISTENING      19514 /run/containerd/s/f9c506eca7feae7a5d195fc7fd5bfbbbe0ca9ebf83274a50f0ad10bc42e55f2c
unix  4      [ ]         DGRAM      CONNECTED      10336 /run/systemd/notify
unix  2      [ ACC ]     STREAM     LISTENING      10339 /run/systemd/private
unix  2      [ ACC ]     STREAM     LISTENING      10341 /run/systemd/userdb/io.systemd.DynamicUser
unix  2      [ ACC ]     STREAM     LISTENING      10342 /run/systemd/io.system.ManagedOOM
unix  2      [ ACC ]     STREAM     LISTENING      24841 /run/containerd/s/ebed8ad2d9b4d2cd861bcb23f7052ca87b03dfb153230ab973c3b988d9d4015e
unix  2      [ ACC ]     STREAM     LISTENING      10348 /run/dbus/system_bus_socket
unix  2      [ ACC ]     SEQPACKET  LISTENING      10350 /run/systemd/coredump
unix  3      [ ]         DGRAM      CONNECTED      10355 /run/systemd/journal/dev-log
unix  9      [ ]         DGRAM      CONNECTED      10357 /run/systemd/journal/socket
unix  2      [ ACC ]     STREAM     LISTENING      10359 /run/systemd/journal/stdout
unix  2      [ ACC ]     SEQPACKET  LISTENING      10361 /run/udev/control
unix  2      [ ACC ]     STREAM     LISTENING      21552 /run/containerd/s/25c9b8011fa7cc3b47137c8213c7540f4045ca5dfd002a2bbbbee6db80cb52dc
unix  2      [ ACC ]     STREAM     LISTENING       9743 /run/systemd/journal/io.systemd.journal
unix  2      [ ACC ]     STREAM     LISTENING      21814 s
unix  2      [ ACC ]     STREAM     LISTENING      21644 /run/containerd/s/2099a82e28f143c38534a348facd28b807f40a4ecd3d8ef29e964eb70c9962db
unix  2      [ ACC ]     STREAM     LISTENING      12116 /var/run/docker/containerd/containerd-debug.sock
unix  2      [ ACC ]     STREAM     LISTENING      12118 /var/run/docker/containerd/containerd.sock.ttrpc
unix  2      [ ACC ]     STREAM     LISTENING      12119 /var/run/docker/containerd/containerd.sock
unix  2      [ ACC ]     STREAM     LISTENING      21753 /run/containerd/s/05e6ca399aa8394c58fc5a91bcd4dc0ce9a286587d1564b014dbef39160f9acc
unix  2      [ ACC ]     STREAM     LISTENING      14477 /var/run/docker/metrics.sock
unix  2      [ ACC ]     STREAM     LISTENING      27918 /run/containerd/s/a31aff094bd8130e939fafcf5517c7eafad18e7c40798c15e22f32cd2534352b
unix  2      [ ACC ]     STREAM     LISTENING      27394 /run/containerd/s/8e1e6f125142e76217844e1e8fcd1991827b4abd519119384a02a931064cdb55
unix  2      [ ACC ]     STREAM     LISTENING      21234 /run/containerd/s/1231d8cbee625c35879b93e6b1a466719dc8acabd44eccc267bf36c0e987588d
unix  2      [ ACC ]     STREAM     LISTENING      16745 /var/run/docker/libnetwork/fde5929905cd.sock
unix  2      [ ACC ]     STREAM     LISTENING      15009 /run/containerd/s/8574318c46eea0a5cfdc8e523a81abaf0100b7f0a14a5bc40dc59e47a5dd6960
unix  2      [ ACC ]     STREAM     LISTENING      27540 /run/containerd/s/dc63c5b7abd5d7fde566728ddf20a27f1e7ab7032c4c40eab28263eed62c65b8
unix  2      [ ACC ]     STREAM     LISTENING      19261 /run/containerd/s/69bc1f7098afeec756e61c080e59fd3b32baaaaab2869378c95e0cd3274e8b53
unix  2      [ ACC ]     STREAM     LISTENING      30803 /run/containerd/s/58c2f629d1d95ced890312a20d2e599866b8d14624dea29bc30771bb306e62d5
unix  2      [ ACC ]     STREAM     LISTENING      22697 /run/containerd/s/d09ce50ceef0f9867a91430883517e20aa919675662bca883862824592eddf93
unix  2      [ ACC ]     STREAM     LISTENING      16262 /run/containerd/s/1b9a26cef39673a9f84acc03a94e4bd57f4290a8209c29817a4d8594c5dfa04f
unix  2      [ ACC ]     STREAM     LISTENING      13807 /run/docker.sock
unix  2      [ ACC ]     STREAM     LISTENING      13809 /run/systemd-journal-gatewayd.sock
unix  2      [ ACC ]     STREAM     LISTENING      30911 /run/containerd/s/b2aaf2280d0e1e29f0ec1d2196a2e66396cc01f0513d030548b85bb564c8b921
unix  2      [ ACC ]     STREAM     LISTENING      22401 /run/containerd/s/db30f97c71d125045869951a443fd8a782031461a7a596aaa0c3f8c5ba037946
unix  2      [ ACC ]     STREAM     LISTENING      15322 /run/containerd/s/ba6ebf331814bc2c65aea3558c3a393a6315a24cc398827601c674e79ea7f9fc
unix  2      [ ]         DGRAM                     14439 @00001
unix  2      [ ACC ]     STREAM     LISTENING      24659 /run/containerd/s/9c5e09353ea8e2ec2ee998ac5876e25b0ee26f0c055fcbcc9ab34057ea15a78b
unix  2      [ ACC ]     STREAM     LISTENING      28374 s
unix  2      [ ACC ]     STREAM     LISTENING      13891 /run/systemd/resolve/io.systemd.Resolve
unix  3      [ ]         STREAM     CONNECTED      27461 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         STREAM     CONNECTED      19587 
unix  3      [ ]         STREAM     CONNECTED      29566 /run/containerd/s/b2aaf2280d0e1e29f0ec1d2196a2e66396cc01f0513d030548b85bb564c8b921
unix  3      [ ]         STREAM     CONNECTED      17048 
unix  3      [ ]         STREAM     CONNECTED      21494 /run/containerd/s/69bc1f7098afeec756e61c080e59fd3b32baaaaab2869378c95e0cd3274e8b53
unix  3      [ ]         STREAM     CONNECTED      10445 /run/dbus/system_bus_socket
unix  3      [ ]         STREAM     CONNECTED      28998 
unix  3      [ ]         STREAM     CONNECTED      33931 
unix  3      [ ]         STREAM     CONNECTED      14479 /var/run/docker/containerd/containerd.sock
unix  3      [ ]         STREAM     CONNECTED      10796 /run/systemd/journal/stdout
unix  3      [ ]         DGRAM      CONNECTED      10338 
unix  3      [ ]         STREAM     CONNECTED      12074 /run/systemd/journal/stdout
unix  2      [ ]         DGRAM      CONNECTED      13972 
unix  3      [ ]         STREAM     CONNECTED      29925 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         STREAM     CONNECTED      17288 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         STREAM     CONNECTED      11965 /run/systemd/journal/stdout
unix  3      [ ]         STREAM     CONNECTED      17321 /run/docker.sock
unix  3      [ ]         STREAM     CONNECTED      13966 
unix  3      [ ]         STREAM     CONNECTED      18832 
unix  3      [ ]         STREAM     CONNECTED       9760 /run/systemd/journal/stdout
unix  3      [ ]         STREAM     CONNECTED      11088 
unix  3      [ ]         STREAM     CONNECTED      22410 /run/containerd/s/db30f97c71d125045869951a443fd8a782031461a7a596aaa0c3f8c5ba037946
unix  3      [ ]         DGRAM      CONNECTED      14107 
unix  2      [ ]         DGRAM      CONNECTED      13859 
unix  3      [ ]         STREAM     CONNECTED      23292 
unix  3      [ ]         STREAM     CONNECTED      20342 
unix  3      [ ]         STREAM     CONNECTED      11985 /run/dbus/system_bus_socket
unix  3      [ ]         STREAM     CONNECTED      22841 
unix  3      [ ]         STREAM     CONNECTED      15194 
unix  3      [ ]         STREAM     CONNECTED      32126 
unix  3      [ ]         STREAM     CONNECTED      20135 
unix  3      [ ]         STREAM     CONNECTED      15208 /run/docker.sock
unix  3      [ ]         STREAM     CONNECTED      14192 /var/run/docker/containerd/containerd.sock
unix  3      [ ]         STREAM     CONNECTED      18645 /run/docker.sock
unix  3      [ ]         STREAM     CONNECTED      10435 /run/systemd/journal/stdout
unix  3      [ ]         STREAM     CONNECTED      10851 
unix  3      [ ]         STREAM     CONNECTED      29235 /run/containerd/s/8e1e6f125142e76217844e1e8fcd1991827b4abd519119384a02a931064cdb55
unix  3      [ ]         STREAM     CONNECTED      20647 /run/containerd/s/25c9b8011fa7cc3b47137c8213c7540f4045ca5dfd002a2bbbbee6db80cb52dc
unix  3      [ ]         STREAM     CONNECTED      15326 
unix  3      [ ]         STREAM     CONNECTED      23199 /run/containerd/s/ebed8ad2d9b4d2cd861bcb23f7052ca87b03dfb153230ab973c3b988d9d4015e
unix  3      [ ]         STREAM     CONNECTED      30809 /run/containerd/s/58c2f629d1d95ced890312a20d2e599866b8d14624dea29bc30771bb306e62d5
unix  3      [ ]         DGRAM      CONNECTED       9832 
unix  2      [ ]         DGRAM      CONNECTED       9745 
unix  3      [ ]         STREAM     CONNECTED      29394 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         STREAM     CONNECTED      11484 
unix  3      [ ]         STREAM     CONNECTED       9776 /run/systemd/journal/stdout
unix  3      [ ]         STREAM     CONNECTED      12051 /run/dbus/system_bus_socket
unix  3      [ ]         DGRAM      CONNECTED      14106 
unix  3      [ ]         STREAM     CONNECTED      24778 /var/run/docker/containerd/containerd.sock.ttrpc
unix  2      [ ]         DGRAM      CONNECTED      11481 
unix  3      [ ]         STREAM     CONNECTED      27551 /run/containerd/s/dc63c5b7abd5d7fde566728ddf20a27f1e7ab7032c4c40eab28263eed62c65b8
unix  3      [ ]         STREAM     CONNECTED      33932 
unix  3      [ ]         STREAM     CONNECTED      15016 /run/containerd/s/8574318c46eea0a5cfdc8e523a81abaf0100b7f0a14a5bc40dc59e47a5dd6960
unix  3      [ ]         STREAM     CONNECTED      13971 /run/systemd/journal/stdout
unix  2      [ ]         DGRAM      CONNECTED      13879 
unix  3      [ ]         STREAM     CONNECTED      19265 
unix  3      [ ]         STREAM     CONNECTED      31581 
unix  3      [ ]         STREAM     CONNECTED      30913 
unix  3      [ ]         STREAM     CONNECTED      20550 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         STREAM     CONNECTED      10239 
unix  3      [ ]         STREAM     CONNECTED      10444 /run/dbus/system_bus_socket
unix  3      [ ]         STREAM     CONNECTED      29328 
unix  3      [ ]         STREAM     CONNECTED      29093 
unix  3      [ ]         STREAM     CONNECTED      12138 
unix  3      [ ]         STREAM     CONNECTED      14471 /var/run/docker/containerd/containerd.sock
unix  3      [ ]         STREAM     CONNECTED      21601 
unix  3      [ ]         STREAM     CONNECTED      11964 /run/systemd/journal/stdout
unix  3      [ ]         STREAM     CONNECTED      21757 /run/containerd/s/05e6ca399aa8394c58fc5a91bcd4dc0ce9a286587d1564b014dbef39160f9acc
unix  3      [ ]         STREAM     CONNECTED      11427 
unix  3      [ ]         STREAM     CONNECTED      22793 
unix  2      [ ]         DGRAM                     10821 
unix  3      [ ]         STREAM     CONNECTED      25702 
unix  3      [ ]         STREAM     CONNECTED      22456 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         STREAM     CONNECTED      13827 
unix  3      [ ]         STREAM     CONNECTED      12437 
unix  3      [ ]         STREAM     CONNECTED      12020 /run/dbus/system_bus_socket
unix  3      [ ]         STREAM     CONNECTED      31011 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         STREAM     CONNECTED      20341 
unix  3      [ ]         STREAM     CONNECTED      18969 
unix  3      [ ]         STREAM     CONNECTED      14087 
unix  3      [ ]         STREAM     CONNECTED      30275 
unix  3      [ ]         STREAM     CONNECTED      30004 
unix  2      [ ]         DGRAM      CONNECTED       9828 
unix  3      [ ]         STREAM     CONNECTED      11485 
unix  3      [ ]         STREAM     CONNECTED      13981 
unix  3      [ ]         STREAM     CONNECTED      12002 /run/dbus/system_bus_socket
unix  3      [ ]         STREAM     CONNECTED      19354 /run/containerd/s/d09ce50ceef0f9867a91430883517e20aa919675662bca883862824592eddf93
unix  3      [ ]         STREAM     CONNECTED      22239 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         STREAM     CONNECTED      31582 
unix  3      [ ]         STREAM     CONNECTED      19687 
unix  3      [ ]         STREAM     CONNECTED      18597 
unix  3      [ ]         STREAM     CONNECTED      11437 
unix  3      [ ]         STREAM     CONNECTED      24937 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         STREAM     CONNECTED      15036 
unix  3      [ ]         STREAM     CONNECTED      11059 
unix  3      [ ]         STREAM     CONNECTED      14110 
unix  2      [ ]         DGRAM      CONNECTED      12354 
unix  3      [ ]         STREAM     CONNECTED      28114 
unix  3      [ ]         STREAM     CONNECTED      18823 
unix  3      [ ]         STREAM     CONNECTED      30864 
unix  3      [ ]         STREAM     CONNECTED      10416 
unix  2      [ ]         DGRAM                     11471 
unix  3      [ ]         STREAM     CONNECTED      10807 /run/systemd/journal/stdout
unix  3      [ ]         STREAM     CONNECTED      10231 
unix  3      [ ]         STREAM     CONNECTED      11977 /run/dbus/system_bus_socket
unix  3      [ ]         DGRAM      CONNECTED      14109 
unix  3      [ ]         STREAM     CONNECTED      23718 /run/containerd/s/9c5e09353ea8e2ec2ee998ac5876e25b0ee26f0c055fcbcc9ab34057ea15a78b
unix  3      [ ]         STREAM     CONNECTED      12011 /run/dbus/system_bus_socket
unix  2      [ ]         DGRAM      CONNECTED      14440 
unix  3      [ ]         STREAM     CONNECTED      24621 
unix  3      [ ]         STREAM     CONNECTED      10446 /run/dbus/system_bus_socket
unix  3      [ ]         STREAM     CONNECTED      10822 
unix  3      [ ]         STREAM     CONNECTED      23787 
unix  3      [ ]         STREAM     CONNECTED      19482 
unix  3      [ ]         STREAM     CONNECTED      20966 
unix  3      [ ]         STREAM     CONNECTED      29000 /run/containerd/s/a31aff094bd8130e939fafcf5517c7eafad18e7c40798c15e22f32cd2534352b
unix  3      [ ]         STREAM     CONNECTED      22335 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         STREAM     CONNECTED      10809 
unix  3      [ ]         STREAM     CONNECTED       9820 /run/systemd/journal/stdout
unix  3      [ ]         STREAM     CONNECTED      31010 
unix  3      [ ]         STREAM     CONNECTED      20512 /run/containerd/s/f9c506eca7feae7a5d195fc7fd5bfbbbe0ca9ebf83274a50f0ad10bc42e55f2c
unix  3      [ ]         STREAM     CONNECTED      10797 /run/systemd/journal/stdout
unix  3      [ ]         STREAM     CONNECTED      10447 /run/dbus/system_bus_socket
unix  3      [ ]         STREAM     CONNECTED      14422 /run/dbus/system_bus_socket
unix  3      [ ]         STREAM     CONNECTED      13890 
unix  3      [ ]         STREAM     CONNECTED      21950 /run/containerd/s/1231d8cbee625c35879b93e6b1a466719dc8acabd44eccc267bf36c0e987588d
unix  2      [ ]         DGRAM      CONNECTED      13974 
unix  2      [ ]         DGRAM                     12001 
unix  3      [ ]         STREAM     CONNECTED      29470 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         STREAM     CONNECTED      16338 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         DGRAM      CONNECTED      10337 
unix  2      [ ]         DGRAM      CONNECTED      14102 
unix  3      [ ]         STREAM     CONNECTED      11478 
unix  3      [ ]         STREAM     CONNECTED      16905 
unix  3      [ ]         STREAM     CONNECTED      14478 
unix  3      [ ]         STREAM     CONNECTED      22267 
unix  3      [ ]         STREAM     CONNECTED      17320 
unix  3      [ ]         STREAM     CONNECTED      13869 
unix  3      [ ]         STREAM     CONNECTED      20806 /run/containerd/s/2099a82e28f143c38534a348facd28b807f40a4ecd3d8ef29e964eb70c9962db
unix  3      [ ]         STREAM     CONNECTED      10820 
unix  3      [ ]         DGRAM      CONNECTED      14108 
unix  3      [ ]         STREAM     CONNECTED      18149 /run/systemd/journal/stdout
unix  3      [ ]         STREAM     CONNECTED      14437 /run/systemd/journal/stdout
unix  3      [ ]         STREAM     CONNECTED      13837 
unix  3      [ ]         STREAM     CONNECTED      12444 
unix  3      [ ]         STREAM     CONNECTED      19769 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         STREAM     CONNECTED      16945 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         STREAM     CONNECTED      10814 
unix  3      [ ]         STREAM     CONNECTED      32125 
unix  3      [ ]         STREAM     CONNECTED      16266 
unix  3      [ ]         STREAM     CONNECTED      18833 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         STREAM     CONNECTED      20967 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         STREAM     CONNECTED       9818 
unix  3      [ ]         STREAM     CONNECTED      21279 /var/run/docker/containerd/containerd.sock.ttrpc
unix  3      [ ]         STREAM     CONNECTED      23715 
unix  3      [ ]         STREAM     CONNECTED      17073 /run/containerd/s/1b9a26cef39673a9f84acc03a94e4bd57f4290a8209c29817a4d8594c5dfa04f
unix  3      [ ]         STREAM     CONNECTED      10805 /run/systemd/journal/stdout
unix  3      [ ]         STREAM     CONNECTED      22650 
unix  3      [ ]         STREAM     CONNECTED      12026 /run/systemd/journal/stdout
unix  3      [ ]         STREAM     CONNECTED      30764 
unix  3      [ ]         STREAM     CONNECTED      18644 
unix  3      [ ]         STREAM     CONNECTED      11952 
unix  3      [ ]         STREAM     CONNECTED      21238 
unix  3      [ ]         STREAM     CONNECTED      17134 
unix  3      [ ]         STREAM     CONNECTED      11483 
unix  3      [ ]         STREAM     CONNECTED      15327 /run/containerd/s/ba6ebf331814bc2c65aea3558c3a393a6315a24cc398827601c674e79ea7f9fc
unix  3      [ ]         DGRAM      CONNECTED       9833

Iotawatt was restarted, since I took out the SD card and put it back in.

I’m located in Spain, and my order number was 126288

After restarting HASS again, Iotawatt is not connecting to it.

# cat home-assistant.log | grep 192.168.1.94
2022-10-13 23:22:16.079 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:22:16.089 WARNING (MainThread) [homeassistant.config_entries] Config entry '192.168.1.94' for iotawatt integration not ready yet: 'NoneType' object has no attribute 'status_code'; Retrying in background
2022-10-13 23:22:24.475 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:22:37.581 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:23:00.653 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:23:43.728 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:25:06.797 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:26:29.871 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:27:52.945 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:29:16.016 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:30:39.088 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:32:02.162 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:33:25.231 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:34:48.303 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:36:11.376 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:37:34.448 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:38:57.519 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:40:20.592 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:41:43.664 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:43:06.736 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:44:29.807 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:45:52.880 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:47:15.952 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:48:39.025 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:50:02.095 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:51:25.167 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:52:48.241 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:54:11.312 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:55:34.416 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'
2022-10-13 23:56:57.488 ERROR (MainThread) [homeassistant.components.iotawatt.coordinator] Unexpected error fetching 192.168.1.94 data: 'NoneType' object has no attribute 'status_code'

Now it is connected again, after 30 minutes of trying. Browser still does not respond.