tellstick-plugin-mqtt-hass icon indicating copy to clipboard operation
tellstick-plugin-mqtt-hass copied to clipboard

'HaDeviceBattery' object has no attribute 'sensorType'

Open tiehfood opened this issue 2 years ago • 0 comments

I don't know if this is an important error, but here is the log:

Fri Apr 21 09:49:05 2023 [INF] HaClient: Sensor value changed (11) type: 1 scale: 0 value: 16.3
Fri Apr 21 09:49:05 2023 [INF] HaClient: publish state for (11_1_0) /sensor//11_1_0/state : {"lastUpdated": 1682070545, "value": "16.3"}
Fri Apr 21 09:49:05 2023 [INF] HaClient: Sensor value changed (11) type: 2 scale: 0 value: 50
Fri Apr 21 09:49:06 2023 [INF] HaClient: publish state for (11_2_0) /sensor//11_2_0/state : {"lastUpdated": 1682070545, "value": "50"}
Fri Apr 21 09:49:24 2023 [INF] HaClient: Sensor value changed (12) type: 1 scale: 0 value: 14.4
Fri Apr 21 09:49:24 2023 [INF] HaClient: publish state for (12_1_0) /sensor//12_1_0/state : {"lastUpdated": 1682070563, "value": "14.4"}
Fri Apr 21 09:49:24 2023 [INF] HaClient: Sensor value changed (12) type: 2 scale: 0 value: 78
Fri Apr 21 09:49:24 2023 [INF] HaClient: publish state for (12_2_0) /sensor//12_2_0/state : {"lastUpdated": 1682070563, "value": "78"}
Fri Apr 21 09:49:25 2023 [INF] HaClient: Sensor value changed (23) type: 256 scale: 2 value: 63.05
Fri Apr 21 09:49:25 2023 [INF] HaClient: publish state for (23_256_2) /sensor//23_256_2/state : {"lastUpdated": 1682070565, "value": "63.05"}
Fri Apr 21 09:49:29 2023 [INF] HaClient: publish state for (live) /binary_sensor//live/state : online
Fri Apr 21 09:49:29 2023 [INF] HaClient: publish state for (ipaddr) /sensor//ipaddr/state : 192.168.*.*
Fri Apr 21 09:49:30 2023 [INF] HaClient: publish state for (cpu) /sensor//cpu/state : 7.0
Fri Apr 21 09:49:30 2023 [INF] HaClient: publish state for (ram_free) /sensor//ram_free/state : 28
Fri Apr 21 09:49:30 2023 [INF] HaClient: publish state for (net_recv) /sensor//net_recv/state : 345
Fri Apr 21 09:49:30 2023 [INF] HaClient: publish state for (net_sent) /sensor//net_sent/state : 15
Fri Apr 21 09:49:31 2023 [INF] HaClient: Sensor value changed (10) type: 1 scale: 0 value: 15.6
Fri Apr 21 09:49:31 2023 [INF] HaClient: publish state for (10_1_0) /sensor//10_1_0/state : {"lastUpdated": 1682070571, "value": "15.6"}
Fri Apr 21 09:49:35 2023 [INF] HaClient: Sensor value changed (17) type: 256 scale: 2 value: 3.071
Fri Apr 21 09:49:35 2023 [INF] HaClient: publish state for (17_256_2) /sensor//17_256_2/state : {"lastUpdated": 1682070575, "value": "3.071"}
Fri Apr 21 09:49:38 2023 [INF] HaClient: Sensor value changed (9) type: 1 scale: 0 value: 9.0
Fri Apr 21 09:49:38 2023 [INF] HaClient: publish state for (9_1_0) /sensor//9_1_0/state : {"lastUpdated": 1682070578, "value": "9.0"}
Fri Apr 21 09:49:38 2023 [INF] HaClient: Sensor value changed (9) type: 2 scale: 0 value: 73
Fri Apr 21 09:49:39 2023 [INF] HaClient: publish state for (9_2_0) /sensor//9_2_0/state : {"lastUpdated": 1682070578, "value": "73"}
Fri Apr 21 09:49:47 2023 [INF] HaClient: Sensor value changed (40) type: 1 scale: 0 value: 16.1
Fri Apr 21 09:49:47 2023 [ERR] 'HaDeviceBattery' object has no attribute 'sensorType'
Fri Apr 21 09:49:47 2023 [ERR] ('/usr/lib/python2.7/site-packages/base/Application.py', 163, 'run', None)
Fri Apr 21 09:49:47 2023 [ERR] ('build/bdist.linux-x86_64/egg/hass_client/Client.py', 356, 'onSensorValueUpdated', None)
Fri Apr 21 09:49:47 2023 [ERR] ('build/bdist.linux-x86_64/egg/hass_client/Client.py', 355, '<genexpr>', None)
Fri Apr 21 09:49:48 2023 [INF] HaClient: Sensor value changed (40) type: 2 scale: 0 value: 63.0
Fri Apr 21 09:49:48 2023 [ERR] 'HaDeviceBattery' object has no attribute 'sensorType'
Fri Apr 21 09:49:48 2023 [ERR] ('/usr/lib/python2.7/site-packages/base/Application.py', 163, 'run', None)
Fri Apr 21 09:49:48 2023 [ERR] ('build/bdist.linux-x86_64/egg/hass_client/Client.py', 356, 'onSensorValueUpdated', None)
Fri Apr 21 09:49:48 2023 [ERR] ('build/bdist.linux-x86_64/egg/hass_client/Client.py', 355, '<genexpr>', None)
Fri Apr 21 09:49:50 2023 [INF] HaClient: Sensor value changed (22) type: 256 scale: 2 value: 0.0
Fri Apr 21 09:49:50 2023 [INF] HaClient: publish state for (22_256_2) /sensor//22_256_2/state : {"lastUpdated": 1682070590, "value": "0.0"}
Fri Apr 21 09:49:52 2023 [INF] HaClient: Sensor value changed (40) type: 512 scale: 1 value: 4327.0
Fri Apr 21 09:49:52 2023 [ERR] 'HaDeviceBattery' object has no attribute 'sensorType'
Fri Apr 21 09:49:52 2023 [ERR] ('/usr/lib/python2.7/site-packages/base/Application.py', 163, 'run', None)
Fri Apr 21 09:49:52 2023 [ERR] ('build/bdist.linux-x86_64/egg/hass_client/Client.py', 356, 'onSensorValueUpdated', None)
Fri Apr 21 09:49:52 2023 [ERR] ('build/bdist.linux-x86_64/egg/hass_client/Client.py', 355, '<genexpr>', None)
Fri Apr 21 09:49:52 2023 [INF] HaClient: Sensor value changed (40) type: 128 scale: 0 value: 1.0
Fri Apr 21 09:49:52 2023 [ERR] 'HaDeviceBattery' object has no attribute 'sensorType'
Fri Apr 21 09:49:52 2023 [ERR] ('/usr/lib/python2.7/site-packages/base/Application.py', 163, 'run', None)
Fri Apr 21 09:49:52 2023 [ERR] ('build/bdist.linux-x86_64/egg/hass_client/Client.py', 356, 'onSensorValueUpdated', None)
Fri Apr 21 09:49:52 2023 [ERR] ('build/bdist.linux-x86_64/egg/hass_client/Client.py', 355, '<genexpr>', None)
Fri Apr 21 09:49:52 2023 [DBG] Send queue empty, set as sleeping
Fri Apr 21 09:49:53 2023 [INF] HaClient: Sensor value changed (11) type: 1 scale: 0 value: 16.3
Fri Apr 21 09:49:53 2023 [INF] HaClient: publish state for (11_1_0) /sensor//11_1_0/state : {"lastUpdated": 1682070593, "value": "16.3"}
Fri Apr 21 09:49:54 2023 [INF] HaClient: Sensor value changed (21) type: 256 scale: 2 value: 67.8

tiehfood avatar Apr 21 '23 09:04 tiehfood