External Power & Timed Shutdowns/Starts

Have been testing the board the last few days now that I have it working in the dashboard.

I have run into one little issue at the moment, where I have a 12v battery with solar panel connected to the SMD Terminal Block. I see in the dashboard it is showing power but no current or power usage? Any reasoning for that?

Currently have it working along with the IOT Application hat for cellular connectivity. Main reason for picking up this power management was I was having trouble with another set up. Let alone having the same company for all of my HATs to make sure everything is compatible.

Anyways the second issue is it seems that the PMS doesn’t work with the timed shutdowns/Starts at the moment. I’ve checked the time on the RTC and it is correct, but when I set up any timed shutdown/restart/starts they don’t work.

An interval seems to work, but not a timed power request. Would love to get this working! Know it just came out but was hoping with the added time to get documents up and ready before these shipped I could go through the documentation instead of adding new topics!

1 Like

New issue which I think is related. I am able to power from the USB Micro port, haven’t tried the USB-C. But the system doesn’t detect power from the SMD Terminal Block, also seems as though the battery is not being charged or seen? The Battery LED is not lit when the battery is installed, doesn’t blink for charging or show at all.

According to the dashboard I am on battery power, which at the moment I do not currently have a battery installed, for testing. And I am unable to do any updates from the dashboard.

I will do a reinstall to see if there is a code error somewhere but I don’t think there is.

Tried the all_test.py script in the examples directory and I am getting an error on all requests. says TyperError: ‘int’ object is not scriptable.

Will start looking in journalctl and such for all errors but for now this is what I am seeing.

Hi,

Could you please share how you have connected the 12V BAT and the Solar panel? Which one is the main source of power?

We will check the bug in the scheduling section that you have observed.

Could you please share the image of your whole setup which shows all the connections?

I also have this scheduling pb.

I adjusted my time zone and finally the scheduling function works well.
The test is ok with a hard shutdown. The scheduled restart is OK also.

For a soft shutdown, I am not sure of the operation. I will continue my tests …

Regard.

1 Like

I just did a test with schedule a soft shutdown at 3.30pm and then a restart schedule at 3.45pm.
Test is ok

  • At 15:30:04 : My system shutdown. So is ok
  • At 15:30:15 : My system reboot, but why !! I don’t understand. An idea ?
  • At 15:31:39 : No more traces in the syslog file until 19:04:34
  • At 19:04:34 : It’s time when I decide to force the restart so hard shutdown + hard boot with the s1 button.

The scheduling start at 15:15 was not successful - No trace in the syslog file ! And I don’t understand why.

Below a screen capture and logs.

  1. Configuration console screen

  2. Sylog files :

May 27 15:29:54 b0x python3[791]: DEBUG:root:[FEEDER] Starting, locking

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getBatteryLevel] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getBatteryHealth] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getFanSpeed] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getFanHealth] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getWorkingMode] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[askWatchdogAlarm] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getInputTemp] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getInputVoltage] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getInputCurrent] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getInputPower] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getSystemTemp] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getSystemVoltage] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getSystemCurrent] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getSystemPower] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getBatteryTemp] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getBatteryVoltage] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getBatteryCurrent] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getBatteryPower] #033[0m done

May 27 15:29:54 b0x python3[791]: DEBUG:root:#033[94m[getFirmwareVer] #033[0m done

May 27 15:29:54 b0x python3[791]: Sending PUBLISH (d0, q0, r0, m2871), ‘b’/device/*****/feed’’, … (506 bytes)

May 27 15:29:54 b0x python3[791]: DEBUG:root:[FEEDER] Done, releasing setters

May 27 15:30:04 b0x python3[791]: DEBUG:root:[FEEDER] Starting, locking

May 27 15:30:04 b0x python3[791]: Raspberry Pi will shutdown in 5 seconds!

May 27 15:30:05 b0x systemd[1]: Condition check resulted in Turns off Raspberry Pi display backlight on shutdown/reboot being skipped.

May 27 15:30:05 b0x systemd[1]: Stopping Authorization Manager…

May 27 15:30:05 b0x systemd[1]: Stopped target Sound Card.

May 27 15:30:05 b0x systemd[1]: Stopping Save/Restore Sound Card State…

May 27 15:30:05 b0x systemd[1]: session-c1.scope: Succeeded.

May 27 15:30:05 b0x systemd[1]: Stopped Session c1 of user pi.

May 27 15:30:05 b0x systemd[1]: Stopping Manage Sound Card State (restore and store)…

May 27 15:30:05 b0x systemd[1]: Stopped target Multi-User System.

May 27 15:30:05 b0x systemd[1]: Stopping dphys-swapfile - set up, mount/unmount, and delete a swap file…

May 27 15:30:05 b0x systemd[1]: Stopping System Logging Service…

May 27 15:30:15 b0x systemd-modules-load[118]: Inserted module 'i2c_dev’

May 27 15:30:15 b0x mtp-probe: checking bus 1, device 3: “/sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1”

May 27 15:30:15 b0x systemd-tmpfiles[146]: [/usr/lib/tmpfiles.d/fail2ban-tmpfiles.conf:1] Line references path below legacy directory /var/run/, updating /var/run/fail2ban → /run/fail2ban; please update the tmpfiles.d/ drop-in file accordingly.

May 27 15:30:15 b0x mtp-probe: bus: 1, device: 3 was not an MTP device

May 27 15:30:15 b0x systemd-udevd[161]: Using default interface naming scheme ‘v240’.

May 27 15:30:15 b0x fake-hwclock[107]: Wed 27 May 2020 01:30:10 PM UTC

May 27 15:30:15 b0x systemd-udevd[150]: Using default interface naming scheme ‘v240’.

May 27 15:30:15 b0x systemd-udevd[174]: Using default interface naming scheme ‘v240’.

May 27 15:30:15 b0x systemd[1]: Starting Flush Journal to Persistent Storage…

May 27 15:30:15 b0x systemd-fsck[133]: e2fsck 1.44.5 (15-Dec-2018)

May 27 15:30:15 b0x systemd-fsck[133]: rootfs: clean, 220145/1852816 files, 1268213/7609088 blocks

May 27 15:30:15 b0x systemd-fsck[282]: fsck.fat 4.1 (2017-01-24)

May 27 15:30:15 b0x kernel: [ 0.000000] Booting Linux on physical CPU 0x0

May 27 15:30:15 b0x kernel: [ 0.000000] Linux version 4.19.97-v7l+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1294 SMP Thu Jan 30 13:21:14 GMT 2020

May 27 15:30:15 b0x kernel: [ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d

May 27 15:30:15 b0x kernel: [ 0.000000] CPU: div instructions available: patching division code

May 27 15:30:15 b0x systemd-fsck[282]: /dev/mmcblk0p1: 318 files, 108972/516190 clusters

May 27 15:30:15 b0x kernel: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache

May 27 15:30:15 b0x kernel: [ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.1

May 27 15:30:15 b0x kernel: [ 0.000000] Memory policy: Data cache writealloc

May 27 15:30:15 b0x kernel: [ 0.000000] cma: Reserved 256 MiB at 0x000000001ec00000

May 27 15:30:15 b0x log2ram[288]: building file list … done

May 27 15:30:15 b0x kernel: [ 0.000000] On node 0 totalpages: 999424

May 27 15:30:15 b0x kernel: [ 0.000000] DMA zone: 1728 pages used for memmap

May 27 15:30:47 b0x python3[791]: Traceback (most recent call last):

May 27 15:30:47 b0x python3[791]: File “agent.py”, line 31, in

May 27 15:30:47 b0x python3[791]: configs=configs

May 27 15:30:47 b0x python3[791]: File “/opt/sixfab/pms/agent/core/init.py”, line 40, in init

May 27 15:30:47 b0x python3[791]: client.connect(MQTT_HOST, MQTT_PORT, keepalive=120)

May 27 15:30:47 b0x python3[791]: File “/usr/local/lib/python3.7/dist-packages/paho/mqtt/client.py”, line 937, in connect

May 27 15:30:47 b0x python3[791]: return self.reconnect()

May 27 15:30:47 b0x python3[791]: File “/usr/local/lib/python3.7/dist-packages/paho/mqtt/client.py”, line 1071, in reconnect

May 27 15:30:47 b0x python3[791]: sock = self._create_socket_connection()

May 27 15:30:47 b0x python3[791]: File “/usr/local/lib/python3.7/dist-packages/paho/mqtt/client.py”, line 3522, in _create_socket_connection

May 27 15:30:47 b0x python3[791]: return socket.create_connection(addr, source_address=source, timeout=self._keepalive)

May 27 15:30:47 b0x python3[791]: File “/usr/lib/python3.7/socket.py”, line 707, in create_connection

May 27 15:30:48 b0x python3[791]: for res in getaddrinfo(host, port, 0, SOCK_STREAM):

May 27 15:30:48 b0x python3[791]: File “/usr/lib/python3.7/socket.py”, line 748, in getaddrinfo

May 27 15:30:48 b0x python3[791]: for res in _socket.getaddrinfo(host, port, family, type, proto, flags):

May 27 15:30:48 b0x python3[791]: socket.gaierror: [Errno -3] Temporary failure in name resolution

May 27 15:30:48 b0x systemd[1]: pms_agent.service: Main process exited, code=exited, status=1/FAILURE

May 27 15:30:48 b0x systemd[1]: pms_agent.service: Failed with result ‘exit-code’.

May 27 15:30:51 b0x systemd[1]: pms_agent.service: Service RestartSec=3s expired, scheduling restart.

May 27 15:30:51 b0x systemd[1]: pms_agent.service: Scheduled restart job, restart counter is at 1.

May 27 15:30:51 b0x systemd[1]: Stopped Sixfab PMS Agent.

May 27 15:30:51 b0x systemd[1]: Started Sixfab PMS Agent.

May 27 15:30:51 b0x python3[1189]: Traceback (most recent call last):

May 27 15:30:51 b0x python3[1189]: File “agent.py”, line 31, in

May 27 15:30:51 b0x python3[1189]: configs=configs

May 27 15:30:51 b0x python3[1189]: File “/opt/sixfab/pms/agent/core/init.py”, line 40, in init

May 27 15:30:51 b0x python3[1189]: client.connect(MQTT_HOST, MQTT_PORT, keepalive=120)

May 27 15:30:51 b0x python3[1189]: File “/usr/local/lib/python3.7/dist-packages/paho/mqtt/client.py”, line 937, in connect

May 27 15:30:51 b0x python3[1189]: return self.reconnect()

May 27 15:30:51 b0x python3[1189]: File “/usr/local/lib/python3.7/dist-packages/paho/mqtt/client.py”, line 1071, in reconnect

May 27 15:30:51 b0x python3[1189]: sock = self._create_socket_connection()

May 27 15:30:51 b0x python3[1189]: File “/usr/local/lib/python3.7/dist-packages/paho/mqtt/client.py”, line 3522, in _create_socket_connection

May 27 15:30:51 b0x python3[1189]: return socket.create_connection(addr, source_address=source, timeout=self._keepalive)

May 27 15:30:51 b0x python3[1189]: File “/usr/lib/python3.7/socket.py”, line 707, in create_connection

May 27 15:30:51 b0x python3[1189]: for res in getaddrinfo(host, port, 0, SOCK_STREAM):

May 27 15:30:51 b0x python3[1189]: File “/usr/lib/python3.7/socket.py”, line 748, in getaddrinfo

May 27 15:30:51 b0x python3[1189]: for res in _socket.getaddrinfo(host, port, family, type, proto, flags):

May 27 15:30:51 b0x python3[1189]: socket.gaierror: [Errno -3] Temporary failure in name resolution

May 27 15:30:51 b0x systemd[1]: pms_agent.service: Main process exited, code=exited, status=1/FAILURE

May 27 15:30:51 b0x systemd[1]: pms_agent.service: Failed with result ‘exit-code’.

May 27 15:30:54 b0x systemd[1]: pms_agent.service: Service RestartSec=3s expired, scheduling restart.

May 27 15:30:54 b0x systemd[1]: pms_agent.service: Scheduled restart job, restart counter is at 2.

May 27 15:30:54 b0x systemd[1]: Stopped Sixfab PMS Agent.

May 27 15:30:54 b0x systemd[1]: Started Sixfab PMS Agent.

May 27 15:30:55 b0x lsm[739]: link LTE down event

May 27 15:30:55 b0x python3[1284]: DEBUG:root:[FEEDER] Starting, locking

May 27 15:30:55 b0x kernel: [ 49.795282] qmi_wwan 1-1.1:1.4: skb h_proto is 0806

May 27 15:30:55 b0x kernel: [ 49.795288] qmi_wwan 1-1.1:1.4: Packet Dropped

May 27 15:30:55 b0x python3[1284]: Received CONNACK (0, 0)

May 27 15:30:55 b0x python3[1284]: Connected to the server

May 27 15:30:55 b0x python3[1284]: Sending SUBSCRIBE (d0, m1) [(b’/device//directives’, 0)]*

May 27 15:30:55 b0x python3[1284]: Sending PUBLISH (d0, q0, r1, m2), ‘b’/device//status’’, … (19 bytes)*

May 27 15:30:55 b0x python3[1284]: Received SUBACK

May 27 15:30:56 b0x python3[1284]: DEBUG:root:[FEEDER] Starting, locking

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryLevel] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryHealth] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getFanSpeed] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getFanHealth] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getWorkingMode] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[askWatchdogAlarm] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getInputTemp] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getInputVoltage] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getInputCurrent] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getInputPower] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getSystemTemp] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getSystemVoltage] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getSystemCurrent] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getSystemPower] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryTemp] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryVoltage] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryCurrent] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryPower] #033[0m done

May 27 15:30:56 b0x python3[1284]: DEBUG:root:#033[94m[getFirmwareVer] #033[0m done

May 27 15:30:56 b0x python3[1284]: Sending PUBLISH (d0, q0, r0, m3), ‘b’/device/*****/feed’’, … (494 bytes)

May 27 15:30:56 b0x python3[1284]: DEBUG:root:[FEEDER] Done, releasing setters

May 27 15:31:06 b0x python3[1284]: DEBUG:root:[FEEDER] Starting, locking

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryLevel] #033[0m done

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryHealth] #033[0m done

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getFanSpeed] #033[0m done

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getFanHealth] #033[0m done

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getWorkingMode] #033[0m done

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[askWatchdogAlarm] #033[0m done

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getInputTemp] #033[0m done

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getInputVoltage] #033[0m done

May 27 15:31:07 b0x containerd[798]: time=“2020-05-27T15:31:07.196734928+02:00” level=info msg=“shim containerd-shim started” address="/containerd-shim/moby/827694078d261fd7b0c2964fa359b6febde8f4f2765c925956c5f41c65db6c8e/shim.sock" debug=false pid=1694

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getInputCurrent] #033[0m done

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getInputPower] #033[0m done

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getSystemTemp] #033[0m done

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getSystemVoltage] #033[0m done

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getSystemCurrent] #033[0m done

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getSystemPower] #033[0m done

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryTemp] #033[0m done

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryVoltage] #033[0m done

May 27 15:31:07 b0x systemd[1150]: Starting Virtual filesystem service…

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryCurrent] #033[0m done

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryPower] #033[0m done

May 27 15:31:07 b0x python3[1284]: DEBUG:root:#033[94m[getFirmwareVer] #033[0m done

May 27 15:31:07 b0x python3[1284]: Sending PUBLISH (d0, q0, r0, m4), ‘b’/device/*****/feed’’, … (495 bytes)

May 27 15:31:07 b0x python3[1284]: DEBUG:root:[FEEDER] Done, releasing setters

May 27 15:31:28 b0x python3[1284]: DEBUG:root:[FEEDER] Starting, locking

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryLevel] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryHealth] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getFanSpeed] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getFanHealth] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getWorkingMode] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[askWatchdogAlarm] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getInputTemp] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getInputVoltage] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getInputCurrent] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getInputPower] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getSystemTemp] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getSystemVoltage] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getSystemCurrent] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getSystemPower] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryTemp] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryVoltage] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryCurrent] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryPower] #033[0m done

May 27 15:31:28 b0x python3[1284]: DEBUG:root:#033[94m[getFirmwareVer] #033[0m done

May 27 15:31:28 b0x python3[1284]: Sending PUBLISH (d0, q0, r0, m6), ‘b’/device/*****/feed’’, … (494 bytes)

May 27 15:31:28 b0x python3[1284]: DEBUG:root:[FEEDER] Done, releasing setters

May 27 15:31:38 b0x python3[1284]: DEBUG:root:[FEEDER] Starting, locking

May 27 15:31:38 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryLevel] #033[0m done

May 27 15:31:38 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryHealth] #033[0m done

May 27 15:31:38 b0x python3[1284]: DEBUG:root:#033[94m[getFanSpeed] #033[0m done

May 27 15:31:38 b0x python3[1284]: DEBUG:root:#033[94m[getFanHealth] #033[0m done

May 27 15:31:38 b0x python3[1284]: DEBUG:root:#033[94m[getWorkingMode] #033[0m done

May 27 15:31:39 b0x python3[1284]: DEBUG:root:#033[94m[askWatchdogAlarm] #033[0m done

May 27 15:31:39 b0x python3[1284]: DEBUG:root:#033[94m[getInputTemp] #033[0m done

May 27 15:31:39 b0x python3[1284]: DEBUG:root:#033[94m[getInputVoltage] #033[0m done

May 27 15:31:39 b0x python3[1284]: DEBUG:root:#033[94m[getInputCurrent] #033[0m done

May 27 15:31:39 b0x python3[1284]: DEBUG:root:#033[94m[getInputPower] #033[0m done

May 27 15:31:39 b0x python3[1284]: DEBUG:root:#033[94m[getSystemTemp] #033[0m done

May 27 15:31:39 b0x python3[1284]: DEBUG:root:#033[94m[getSystemVoltage] #033[0m done

May 27 15:31:39 b0x python3[1284]: DEBUG:root:#033[94m[getSystemCurrent] #033[0m done

May 27 15:31:39 b0x python3[1284]: DEBUG:root:#033[94m[getSystemPower] #033[0m done

May 27 15:31:39 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryTemp] #033[0m done

May 27 15:31:39 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryVoltage] #033[0m done

May 27 15:31:39 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryCurrent] #033[0m done

May 27 15:31:39 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryPower] #033[0m done

May 27 15:31:39 b0x python3[1284]: DEBUG:root:#033[94m[getFirmwareVer] #033[0m done

May 27 15:31:39 b0x python3[1284]: Sending PUBLISH (d0, q0, r0, m7), ‘b’/device/*****/feed’’, … (492 bytes)

May 27 15:31:39 b0x python3[1284]: DEBUG:root:[FEEDER] Done, releasing setters

May 27 19:04:34 b0x systemd-timesyncd[321]: Synchronized to time server for the first time 163.172.147.202:123 (2.debian.pool.ntp.org).

May 27 19:04:34 b0x lsm[739]: link LTE long down event

May 27 19:04:34 b0x systemd[1]: Starting Clean php session files…

May 27 19:04:34 b0x load_balance.pl[2608]: LTE (wwan0) is now in state ‘long_down’.

May 27 19:04:34 b0x load_balance.pl[2608]: Adjusting routing tables.

May 27 19:04:34 b0x dhcpcd[2338]: eth0: pid 2646 deleted default route via 192.168.1.1

May 27 19:04:34 b0x dhcpcd[2338]: wwan0: pid 2646 deleted default route via 10.165.181.181

May 27 19:04:34 b0x dhcpcd[2338]: wlan0: pid 2646 deleted route to 10.3.141.0/24

May 27 19:04:34 b0x dhcpcd[2338]: wwan0: pid 2646 deleted route to 10.165.181.176/29

May 27 19:04:34 b0x dhcpcd[2338]: eth0: pid 2646 deleted route to 192.168.1.0/24

May 27 19:04:35 b0x systemd[1]: phpsessionclean.service: Succeeded.

May 27 19:04:35 b0x systemd[1]: Started Clean php session files.

May 27 19:04:36 b0x load_balance.pl[2608]: Reloading lsm link status monitoring daemon

May 27 19:04:36 b0x lsm[739]: binding eth0 to 192.168.1.21

May 27 19:04:36 b0x lsm[739]: binding wwan0 to 10.165.181.180

May 27 19:04:37 b0x python3[1284]: DEBUG:root:[FEEDER] Starting, locking

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryLevel] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryHealth] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getFanSpeed] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getFanHealth] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getWorkingMode] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[askWatchdogAlarm] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getInputTemp] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getInputVoltage] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getInputCurrent] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getInputPower] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getSystemTemp] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getSystemVoltage] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getSystemCurrent] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getSystemPower] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryTemp] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryVoltage] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryCurrent] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryPower] #033[0m done

May 27 19:04:38 b0x python3[1284]: DEBUG:root:#033[94m[getFirmwareVer] #033[0m done

May 27 19:04:38 b0x python3[1284]: Sending PUBLISH (d0, q0, r0, m8), ‘b’/device/*****/feed’’, … (496 bytes)

May 27 19:04:38 b0x python3[1284]: DEBUG:root:[FEEDER] Done, releasing setters

May 27 19:04:48 b0x python3[1284]: DEBUG:root:[FEEDER] Starting, locking

May 27 19:04:48 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryLevel] #033[0m done

May 27 19:04:48 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryHealth] #033[0m done

May 27 19:04:48 b0x python3[1284]: DEBUG:root:#033[94m[getFanSpeed] #033[0m done

May 27 19:04:48 b0x python3[1284]: DEBUG:root:#033[94m[getFanHealth] #033[0m done

May 27 19:04:48 b0x python3[1284]: DEBUG:root:#033[94m[getWorkingMode] #033[0m done

May 27 19:04:48 b0x python3[1284]: DEBUG:root:#033[94m[askWatchdogAlarm] #033[0m done

May 27 19:04:48 b0x python3[1284]: DEBUG:root:#033[94m[getInputTemp] #033[0m done

May 27 19:04:48 b0x python3[1284]: DEBUG:root:#033[94m[getInputVoltage] #033[0m done

May 27 19:04:48 b0x python3[1284]: DEBUG:root:#033[94m[getInputCurrent] #033[0m done

May 27 19:04:48 b0x python3[1284]: DEBUG:root:#033[94m[getInputPower] #033[0m done

May 27 19:04:48 b0x python3[1284]: DEBUG:root:#033[94m[getSystemTemp] #033[0m done

May 27 19:04:49 b0x python3[1284]: DEBUG:root:#033[94m[getSystemVoltage] #033[0m done

May 27 19:04:49 b0x python3[1284]: DEBUG:root:#033[94m[getSystemCurrent] #033[0m done

May 27 19:04:49 b0x python3[1284]: DEBUG:root:#033[94m[getSystemPower] #033[0m done

May 27 19:04:49 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryTemp] #033[0m done

May 27 19:04:49 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryVoltage] #033[0m done

May 27 19:04:49 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryCurrent] #033[0m done

May 27 19:04:49 b0x python3[1284]: DEBUG:root:#033[94m[getBatteryPower] #033[0m done

May 27 19:04:49 b0x python3[1284]: DEBUG:root:#033[94m[getFirmwareVer] #033[0m done

May 27 19:04:49 b0x python3[1284]: Sending PUBLISH (d0, q0, r0, m9), ‘b’/device/*****/feed’’, … (496 bytes)

May 27 19:04:49 b0x python3[1284]: DEBUG:root:[FEEDER] Done, releasing setters