vco1
vco1
Log level: INFO ``` 2024-09-25 12:51:47 INFO: Connected to CA:80:58:93:69:AB 2024-09-25 12:51:53 ERROR: [IDT_TECHNOLOGY_LTD_IDTW213R_ca80589369ab] connection problem, attempts=1 Traceback (most recent call last): File "/usr/lib/python3.9/asyncio/locks.py", line 226, in wait await fut...
Amazed by how quickly you fix things. 👍 We're getting there... MQTT Explorer now shows data. Although it's very limited. No temperature nor humidity. ``` 0xca80589369ab = {"battery": 100, "linkquality":...
I also noted that the example code on instructables.com contains this: ``` def _enableNotification(self): try: # Enable all notification or indication self.p.writeCharacteristic(0x000c, "\x02\x00") self.p.writeCharacteristic(0x000f, "\x02\x00") self.p.writeCharacteristic(0x0012, "\x02\x00") self.p.writeCharacteristic(0x0015, "\x01\x00") self.p.writeCharacteristic(0x0018,...
This is all the logging for about the first minute after start of ble2mqtt. [ble2mqtt_20240927.log](https://github.com/user-attachments/files/17160469/ble2mqtt_20240927.log)
I noticed the bug on a Mac Mini (M2). So also with an 'external' display, as it's the only display available. Only one display connected.
It was definitely ok in the previous version(s) that I used. I don't exactly know which one that was, but it was the previous 'latest' version from the docker hub...
I tested with multiple older versions. And it turned out this issue isn't caused by the n8n version. As it seems the output is dependent on the value in the...