『瀚思彼岸』» 智能家居技术论坛

 找回密码
 立即注册
查看: 509|回复: 4

[求助] 鹿客s30pro门锁通过ble_monitor接入ha

[复制链接]

7

主题

1085

帖子

3413

积分

论坛元老

Rank: 8Rank: 8

积分
3413
金钱
2328
HASS币
0
发表于 2023-11-17 10:26:09 | 显示全部楼层 |阅读模式
看了ghostist大佬的帖子https://bbs.hassbian.com/thread-23340-1-1.html,里面方案4,心里直痒痒,我的鹿客门锁是s30pro,通过蓝牙网关连接到米家里,虽然也可以用自动化,但是由于miot的原理,联动基本是废的。以前尝试了好多回,beaconkey获取不到,昨天用了最新的老毛子魔改的app把实验室的功能全打开,给app写的权限,好像是在vevs/logs/pairing/xxxx.json中发现了beacon_key:xxxxxxxcloud_key,还有bindkey,不过前两者是32位的,bindkey是24位的。我估计beacon—key应该就是需要的key了,这个文件里有mac地址,型号是loock.lock.s30,还有个token不知道干嘛用的。

根据大佬的提示,先去ble_monitor的代码里添加了pdid及型号,pdid可以从链接中获得,型号不知道填哪个,就填了loock.lock.s30。

重启后,去集成ble_monitor中点选项,最后一个选add devices 点提交后,出现另外一个框框,mac和加密密钥分别填上面获取的mac和beaconkey。然后再点提交,提交,经过2次提交后,集成显示成功,选项成功保存。

但是此时集成的设备和实体都没有增加。

日志中报错如下
此错误来自自定义集成。

Logger: custom_components.ble_monitor.ble_parser.xiaomi
Source: custom_components/ble_monitor/ble_parser/xiaomi.py:1299 
Integration: Passive BLE monitor (documentation, issues) 
First occurred: 2023年11月16日 下午2:56:36 (12 occurrences) 
Last logged: 上午10:04:06

No encryption key found for device with MAC 84:xxxxxxx:31
No encryption key found for device with MAC A4:xxxxxxx:5F
但是明显是有encryption key的


此错误来自自定义集成。

Logger: homeassistant
Source: custom_components/ble_monitor/ble_parser/xiaomi.py:1274 
Integration: Passive BLE monitor (documentation, issues) 
First occurred: 2023年11月16日 下午5:12:40 (454 occurrences) 
Last logged: 上午10:21:42

Error doing job: Fatal error: protocol.data_received() call failed.
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/asyncio/selector_events.py", line 1003, in _read_ready__data_received
    self._protocol.data_received(data)
  File "/usr/local/lib/python3.11/site-packages/aioblescan/aioblescan.py", line 1855, in data_received
    self.process(packet)
  File "/config/custom_components/ble_monitor/__init__.py", line 586, in process_hci_events
    sensor_msg, tracker_msg = self.ble_parser.parse_raw_data(data)
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/ble_monitor/ble_parser/__init__.py", line 158, in parse_raw_data
    sensor_data, tracker_data = self.parse_advertisement(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/ble_monitor/ble_parser/__init__.py", line 242, in parse_advertisement
    sensor_data = parse_xiaomi(self, service_data, mac, rssi)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/ble_monitor/ble_parser/xiaomi.py", line 1274, in parse_xiaomi
    result.update(resfunc(dobject, device_type))
TypeError: 'NoneType' object is not iterable
下一步该怎么搞?请各位大佬不吝赐教,谢谢。
,

回复

使用道具 举报

39

主题

2076

帖子

7781

积分

元老级技术达人

积分
7781
金钱
5690
HASS币
110
发表于 2023-11-17 11:24:09 | 显示全部楼层
1、网关还要吗?在等快递上门取了
2、第一个错误提示,你要核对MAC是不是你的门锁
3、在HA的集成那里开启debug日志,然后操作一下门,然后停止debug,会自动下载日志,看下日志里有没有你门锁的广播
不好确定你的门锁是不是一样的协议内容
回复

使用道具 举报

7

主题

1085

帖子

3413

积分

论坛元老

Rank: 8Rank: 8

积分
3413
金钱
2328
HASS币
0
 楼主| 发表于 2023-11-17 11:33:38 | 显示全部楼层
ghostist 发表于 2023-11-17 11:24
1、网关还要吗?在等快递上门取了
2、第一个错误提示,你要核对MAC是不是你的门锁
3、在HA的集成那里开启de ...

1、既然快递要上门了,那就继续发,万一app的不对呢
2、mac应该是对的。话说如何查看锁的mac地址?米家里看不到。
3、我现在只开了debug,但是没没有停止,我试试。
谢谢大佬。
回复

使用道具 举报

7

主题

1085

帖子

3413

积分

论坛元老

Rank: 8Rank: 8

积分
3413
金钱
2328
HASS币
0
 楼主| 发表于 2023-11-17 11:45:41 | 显示全部楼层
日志里好像没有搜到广播,但是可以肯定的是门锁是有广播发出来的 ,我用esphome接受到好多。043E290201000031436E2771841D020106191695FE5855F70BB631436E27718483289792B94D002DD40B4EB7
这一串就是收到的广播数据,但是集成里好像没有。
日志如下
2023-11-17 09:54:10.865 DEBUG (MainThread) [custom_components.ble_monitor] Initializing BLE Monitor entry (config entry): <homeassistant.config_entries.ConfigEntry object at 0x7f94104f40>
2023-11-17 09:54:10.865 DEBUG (MainThread) [custom_components.ble_monitor] async_setup_entry: domain {}
2023-11-17 09:54:10.865 DEBUG (MainThread) [custom_components.ble_monitor] HCI interface is [0]
2023-11-17 09:54:10.865 DEBUG (MainThread) [custom_components.ble_monitor] async_setup_entry: {'bt_interface': ['5C:C3:36:58:68:A5'], 'bt_auto_restart': True, 'active_scan': False, 'discovery': True, 'period': 60, 'use_median': False, 'log_spikes': False, 'restore_state': False, 'report_unknown': 'Off', 'devices': [{'uuid': '01343333-4231-3133-4D31-303730353032', 'name': '01343333423131334D31303730353032'}, {'uuid': '02343333-4231-3234-4E31-303334353939', 'name': '02343333423132344E31303334353939'}, {'uuid': '04343333-4231-3234-4E31-303334353939', 'name': '04343333423132344E31303334353939'}, {'uuid': '05343333-4231-3234-4E31-303334353939', 'name': '05343333423132344E31303334353939'}, {'uuid': '05343333-4231-3238-4E31-303430313135', 'name': '05343333423132384E31303430313135'}, {'uuid': '305144DC-C303-6B39-335D-03FE309443AC', 'name': '305144DCC3036B39335D03FE309443AC'}, {'uuid': '36543737-5032-4E34-5046-303637303236', 'name': '3654373750324E345046303637303236'}, {'uuid': '38393836-3039-3232-3736-303030303137', 'name': '38393836303932323736303030303137'}, {'uuid': '3AD68BF4-E6C3-B067-A43D-6DBB3617BBB7', 'name': '3AD68BF4E6C3B067A43D6DBB3617BBB7'}, {'uuid': '400225DD-3D15-4A4B-9DB3-93C4B2D01EDA', 'name': '400225DD3D154A4B9DB393C4B2D01EDA'}, {'uuid': '4E354445-4332-3330-394A-303136344201', 'name': '4E35444543323330394A303136344201'}, {'uuid': '50765CB7-D9EA-4E21-99A4-FA879613A492', 'name': '50765CB7D9EA4E2199A4FA879613A492'}, {'uuid': '53344153-4532-4539-5044-303831383831', 'name': '53344153453245395044303831383831'}, {'uuid': '55ED125E-CBBC-D36D-FEF6-1A6D5FAF1AE0', 'name': '55ED125ECBBCD36DFEF61A6D5FAF1AE0'}, {'uuid': '58C1F550-BBAA-45EC-F556-0060377B7BA7', 'name': '58C1F550BBAA45ECF5560060377B7BA7'}, {'uuid': '58C1F550-BBAA-45EC-F556-006037AA0BD7', 'name': '58C1F550BBAA45ECF556006037AA0BD7'}, {'uuid': '58C1F550-BBAA-45EC-F556-70B950F3D1BA', 'name': '58C1F550BBAA45ECF55670B950F3D1BA'}, {'uuid': '58C1F550-BBAA-45EC-F556-DC0D30AC51D9', 'name': '58C1F550BBAA45ECF556DC0D30AC51D9'}, {'uuid': '58C1F550-BBAA-45EC-F556-DC0D30AC6770', 'name': '58C1F550BBAA45ECF556DC0D30AC6770'}, {'uuid': '58C1F550-BBAA-45EC-F556-DC0D30ADD94E', 'name': '58C1F550BBAA45ECF556DC0D30ADD94E'}, {'uuid': '58C1F550-BBAA-45EC-F556-DC0D30B3C8BE', 'name': '58C1F550BBAA45ECF556DC0D30B3C8BE'}, {'uuid': '58C1F550-BBAA-45EC-F556-DC0D30BAAE1F', 'name': '58C1F550BBAA45ECF556DC0D30BAAE1F'}, {'uuid': '58C1F550-BBAA-45EC-F556-DC0D30BDC238', 'name': '58C1F550BBAA45ECF556DC0D30BDC238'}, {'uuid': '6B76E28A-6FA2-48C9-8502-C1DAA388AB2C', 'name': '6B76E28A6FA248C98502C1DAA388AB2C'}, {'uuid': '74278BDA-B644-4520-8F0C-720EAF059935', 'name': '74278BDAB64445208F0C720EAF059935'}, {'mac': '88:0F:10:9C:23:32', 'name': '880F109C2332'}, {'uuid': '9F0891D0-03C9-127E-76F5-5B915ABF4927', 'name': '9F0891D003C9127E76F55B915ABF4927'}, {'mac': 'A4:C1:38:48:FE:70', 'name': 'A4C13848FE70'}, {'mac': 'A4:C1:38:65:40:5F', 'name': 'A4C13865405F'}, {'mac': 'A4:C1:38:D0:27:B8', 'name': 'A4C138D027B8'}, {'uuid': 'A6B084C7-4EBB-4FB8-929B-EE9E448A75FE', 'name': 'A6B084C74EBB4FB8929BEE9E448A75FE'}, {'mac': 'C1:07:1B:00:04:32', 'name': 'C1071B000432'}, {'mac': 'C5:6F:0C:8A:21:7B', 'name': 'C56F0C8A217B'}, {'mac': 'C6:5F:B3:D0:73:B5', 'name': 'C65FB3D073B5'}, {'uuid': 'C82FDEB1-77B6-81C1-477A-43A20966EEAF', 'name': 'C82FDEB177B681C1477A43A20966EEAF'}, {'uuid': 'C910D908-09D7-A01A-340C-5CB07492E263', 'name': 'C910D90809D7A01A340C5CB07492E263'}, {'mac': 'D1:2F:B6:53:FE:B6', 'name': 'D12FB653FEB6'}, {'uuid': 'E20A39F4-73F5-4BC4-1864-17D1AD07A962', 'name': 'E20A39F473F54BC4186417D1AD07A962'}, {'uuid': 'E2C56DB5-DFFB-48D2-B060-D0F5A71096E0', 'name': 'E2C56DB5DFFB48D2B060D0F5A71096E0'}, {'mac': 'EC:DF:ED:DF:BC:E4', 'name': 'ECDFEDDFBCE4'}, {'mac': 'F1:E8:DA:5F:27:EC', 'name': 'F1E8DA5F27EC'}, {'uuid': 'FDA50693-A4E2-4FB1-AFCF-23FED3447825', 'name': 'FDA50693A4E24FB1AFCF23FED3447825'}, {'uuid': 'FDA50693-A4E2-4FB1-AFCF-BE9238447825', 'name': 'FDA50693A4E24FB1AFCFBE9238447825'}, {'mac': '84:71:27:6E:43:31', 'encryption_key': '54dc899c85beb3d29c15a4f1e4789a61', 'temperature_unit': '°C', 'use_median': 'default', 'restore_state': 'default', 'reset_timer': 35, 'report_unknown': False, 'track_device': False, 'tracker_scan_interval': 20, 'consider_home': 180, 'delete device': False, 'uuid': ''}], 'is_flow': True, 'hci_interface': [0]}
2023-11-17 09:54:10.866 DEBUG (MainThread) [custom_components.ble_monitor] Spawning HCIdump thread
2023-11-17 09:54:10.867 DEBUG (MainThread) [custom_components.ble_monitor] HCIdump thread: Init
2023-11-17 09:54:10.867 DEBUG (MainThread) [custom_components.ble_monitor] 1 encryptors mac:key pairs loaded
2023-11-17 09:54:10.867 DEBUG (MainThread) [custom_components.ble_monitor] sensor whitelist: []
2023-11-17 09:54:10.867 DEBUG (MainThread) [custom_components.ble_monitor] 0 sensor whitelist item(s) loaded
2023-11-17 09:54:10.867 DEBUG (MainThread) [custom_components.ble_monitor] 0 device tracker(s) being monitored
2023-11-17 09:54:10.868 DEBUG (Thread-24) [custom_components.ble_monitor] HCIdump thread: Run
2023-11-17 09:54:10.870 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Data measuring sensor received: {'type': 'iBeacon', 'packet': 'no packet id', 'firmware': 'iBeacon', 'data': True, 'rssi': -80, 'mac': '4B1CB20C0CAC', 'uuid': '50765cb7d9ea4e2199a4fa879613a492', 'tracker_id': b'Pv\\\xb7\xd9\xeaN!\x99\xa4\xfa\x87\x96\x13\xa4\x92', 'major': 52323, 'minor': 5395, 'measured power': -50, 'cypress temperature': -33.80828125, 'cypress humidity': 4.25390625}
2023-11-17 09:54:10.883 DEBUG (MainThread) [custom_components.ble_monitor.device_tracker] Starting device tracker entry startup
2023-11-17 09:54:10.883 DEBUG (MainThread) [custom_components.ble_monitor.device_tracker] BLE device tracker updater initialization
2023-11-17 09:54:10.883 DEBUG (MainThread) [custom_components.ble_monitor.device_tracker] BLE device tracker updater initialized
2023-11-17 09:54:10.883 DEBUG (MainThread) [custom_components.ble_monitor.device_tracker] Device Tracker entry setup finished
2023-11-17 09:54:10.883 DEBUG (MainThread) [custom_components.ble_monitor.binary_sensor] Starting binary sensor entry startup
2023-11-17 09:54:10.884 DEBUG (MainThread) [custom_components.ble_monitor.binary_sensor] BLE binary sensors updater initialization
2023-11-17 09:54:10.884 DEBUG (MainThread) [custom_components.ble_monitor.binary_sensor] BLE binary sensors updater initialized
2023-11-17 09:54:10.884 DEBUG (MainThread) [custom_components.ble_monitor.binary_sensor] Binary sensor entry setup finished
2023-11-17 09:54:10.884 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Starting measuring sensor entry startup
2023-11-17 09:54:10.884 DEBUG (MainThread) [custom_components.ble_monitor.sensor] BLE sensors updater initialization
2023-11-17 09:54:10.884 DEBUG (MainThread) [custom_components.ble_monitor.sensor] BLE sensors updater initialized
2023-11-17 09:54:10.884 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Measuring sensor entry setup finished
2023-11-17 09:54:10.885 DEBUG (MainThread) [custom_components.ble_monitor.device_tracker] Device tracker updater loop started!
2023-11-17 09:54:10.885 DEBUG (MainThread) [custom_components.ble_monitor.binary_sensor] Binary entities updater loop started!
2023-11-17 09:54:10.886 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Entities updater loop started!
2023-11-17 09:54:10.888 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Data measuring sensor received: {'type': 'iBeacon', 'packet': 'no packet id', 'firmware': 'iBeacon', 'data': True, 'rssi': -96, 'mac': '710047E4C1D1', 'uuid': '50765cb7d9ea4e2199a4fa879613a492', 'tracker_id': b'Pv\\\xb7\xd9\xeaN!\x99\xa4\xfa\x87\x96\x13\xa4\x92', 'major': 36671, 'minor': 48454, 'measured power': -50, 'cypress temperature': 1.1984374999999972, 'cypress humidity': 86.28515625}
2023-11-17 09:54:10.911 DEBUG (Thread-24) [custom_components.ble_monitor] HCIdump thread: BLEScanRequester._initialized is False for hci0,  waiting for connection...
2023-11-17 09:54:10.928 DEBUG (Thread-24) [custom_components.ble_monitor] HCIdump thread: connected to hci0
2023-11-17 09:54:10.934 DEBUG (MainThread) [custom_components.ble_monitor.binary_sensor] Binary sensor device with mac address 88:0F:10:9C:23:32 has the following settings. Name: 880F109C2332. Restore State: False. Reset Timer: 35
2023-11-17 09:54:10.937 DEBUG (MainThread) [custom_components.ble_monitor.binary_sensor] Binary sensor device with mac address A4:C1:38:48:FE:70 has the following settings. Name: A4C13848FE70. Restore State: False. Reset Timer: 35
2023-11-17 09:54:10.946 DEBUG (Thread-24) [custom_components.ble_monitor] HCIdump thread: BLEScanRequester._initialized is True for hci0,  connection established, send_scan_request succeeded.
2023-11-17 09:54:10.947 DEBUG (Thread-24) [custom_components.ble_monitor] HCIdump thread: start main event_loop
2023-11-17 09:54:10.959 DEBUG (MainThread) [custom_components.ble_monitor.binary_sensor] Binary sensor device with mac address EC:DF:ED:DF:BC:E4 has the following settings. Name: ECDFEDDFBCE4. Restore State: False. Reset Timer: 35
2023-11-17 09:54:10.967 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 01343333-4231-3133-4d31-303730353032 has the following settings. Name: 01343333423131334D31303730353032. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.968 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 01343333-4231-3133-4d31-303730353032 has the following settings. Name: 01343333423131334D31303730353032. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.969 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 01343333-4231-3133-4d31-303730353032 has the following settings. Name: 01343333423131334D31303730353032. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.970 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 01343333-4231-3133-4d31-303730353032 has the following settings. Name: 01343333423131334D31303730353032. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.970 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 01343333-4231-3133-4d31-303730353032 has the following settings. Name: 01343333423131334D31303730353032. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.971 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 01343333-4231-3133-4d31-303730353032 has the following settings. Name: 01343333423131334D31303730353032. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.972 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 01343333-4231-3133-4d31-303730353032 has the following settings. Name: 01343333423131334D31303730353032. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.972 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 01343333-4231-3133-4d31-303730353032 has the following settings. Name: 01343333423131334D31303730353032. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.974 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 02343333-4231-3234-4e31-303334353939 has the following settings. Name: 02343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.977 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 02343333-4231-3234-4e31-303334353939 has the following settings. Name: 02343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.978 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 02343333-4231-3234-4e31-303334353939 has the following settings. Name: 02343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.978 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 02343333-4231-3234-4e31-303334353939 has the following settings. Name: 02343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.979 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 02343333-4231-3234-4e31-303334353939 has the following settings. Name: 02343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.980 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 02343333-4231-3234-4e31-303334353939 has the following settings. Name: 02343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.980 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 02343333-4231-3234-4e31-303334353939 has the following settings. Name: 02343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.981 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 02343333-4231-3234-4e31-303334353939 has the following settings. Name: 02343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.983 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 04343333-4231-3234-4e31-303334353939 has the following settings. Name: 04343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.986 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 04343333-4231-3234-4e31-303334353939 has the following settings. Name: 04343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.987 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 04343333-4231-3234-4e31-303334353939 has the following settings. Name: 04343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.988 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 04343333-4231-3234-4e31-303334353939 has the following settings. Name: 04343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.989 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 04343333-4231-3234-4e31-303334353939 has the following settings. Name: 04343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.989 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 04343333-4231-3234-4e31-303334353939 has the following settings. Name: 04343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.990 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 04343333-4231-3234-4e31-303334353939 has the following settings. Name: 04343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.990 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 04343333-4231-3234-4e31-303334353939 has the following settings. Name: 04343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.993 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 05343333-4231-3234-4e31-303334353939 has the following settings. Name: 05343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.994 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 05343333-4231-3234-4e31-303334353939 has the following settings. Name: 05343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.994 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 05343333-4231-3234-4e31-303334353939 has the following settings. Name: 05343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.995 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 05343333-4231-3234-4e31-303334353939 has the following settings. Name: 05343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.996 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 05343333-4231-3234-4e31-303334353939 has the following settings. Name: 05343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.997 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 05343333-4231-3234-4e31-303334353939 has the following settings. Name: 05343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.997 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 05343333-4231-3234-4e31-303334353939 has the following settings. Name: 05343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:10.998 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 05343333-4231-3234-4e31-303334353939 has the following settings. Name: 05343333423132344E31303334353939. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.000 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 05343333-4231-3238-4e31-303430313135 has the following settings. Name: 05343333423132384E31303430313135. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.001 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 05343333-4231-3238-4e31-303430313135 has the following settings. Name: 05343333423132384E31303430313135. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.001 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 05343333-4231-3238-4e31-303430313135 has the following settings. Name: 05343333423132384E31303430313135. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.002 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 05343333-4231-3238-4e31-303430313135 has the following settings. Name: 05343333423132384E31303430313135. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.003 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 05343333-4231-3238-4e31-303430313135 has the following settings. Name: 05343333423132384E31303430313135. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.004 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 05343333-4231-3238-4e31-303430313135 has the following settings. Name: 05343333423132384E31303430313135. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.004 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 05343333-4231-3238-4e31-303430313135 has the following settings. Name: 05343333423132384E31303430313135. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.005 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 05343333-4231-3238-4e31-303430313135 has the following settings. Name: 05343333423132384E31303430313135. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.007 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 305144dc-c303-6b39-335d-03fe309443ac has the following settings. Name: 305144DCC3036B39335D03FE309443AC. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.008 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 305144dc-c303-6b39-335d-03fe309443ac has the following settings. Name: 305144DCC3036B39335D03FE309443AC. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.010 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 305144dc-c303-6b39-335d-03fe309443ac has the following settings. Name: 305144DCC3036B39335D03FE309443AC. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.011 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 305144dc-c303-6b39-335d-03fe309443ac has the following settings. Name: 305144DCC3036B39335D03FE309443AC. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.011 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 305144dc-c303-6b39-335d-03fe309443ac has the following settings. Name: 305144DCC3036B39335D03FE309443AC. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.012 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 305144dc-c303-6b39-335d-03fe309443ac has the following settings. Name: 305144DCC3036B39335D03FE309443AC. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.012 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 305144dc-c303-6b39-335d-03fe309443ac has the following settings. Name: 305144DCC3036B39335D03FE309443AC. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.013 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 305144dc-c303-6b39-335d-03fe309443ac has the following settings. Name: 305144DCC3036B39335D03FE309443AC. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.015 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 36543737-5032-4e34-5046-303637303236 has the following settings. Name: 3654373750324E345046303637303236. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.016 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 36543737-5032-4e34-5046-303637303236 has the following settings. Name: 3654373750324E345046303637303236. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.030 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 36543737-5032-4e34-5046-303637303236 has the following settings. Name: 3654373750324E345046303637303236. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.031 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 36543737-5032-4e34-5046-303637303236 has the following settings. Name: 3654373750324E345046303637303236. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.031 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 36543737-5032-4e34-5046-303637303236 has the following settings. Name: 3654373750324E345046303637303236. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
2023-11-17 09:54:11.032 DEBUG (MainThread) [custom_components.ble_monitor.sensor] Sensor device with uuid 36543737-5032-4e34-5046-303637303236 has the following settings. Name: 3654373750324E345046303637303236. Temperature unit: °C. Use Median: False. Restore state: False. Reset Timer: 35
回复

使用道具 举报

7

主题

1085

帖子

3413

积分

论坛元老

Rank: 8Rank: 8

积分
3413
金钱
2328
HASS币
0
 楼主| 发表于 2023-11-17 12:52:14 | 显示全部楼层
路过的大佬们来帮帮忙啦
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-5-17 11:22 , Processed in 2.985325 second(s), 26 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表