home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.43k stars 30.68k forks source link

LYWSD03MMC lost connection #42063

Closed vdiogo closed 4 years ago

vdiogo commented 4 years ago

The problem

I have three xiaomi temperature sensors which were working fine until i updated home assistant to 0.116.4

Environment

I have Hassio on PI4

Problem-relevant

Traceback/Error logs

Logger: homeassistant.components.bluetooth_le_tracker.device_tracker Source: components/bluetooth_le_tracker/device_tracker.py:148 Integration: bluetooth_le_tracker (documentation, issues) First occurred: 19:47:11 (1 occurrences) Last logged: 19:47:11

No Bluetooth LE devices to track!

Additional information

probot-home-assistant[bot] commented 4 years ago

mitemp_bt documentation mitemp_bt source (message by IssueLinks)

atxbyea commented 4 years ago

But you have no

mac:

defined in your config it would seem, so the error is just stating facts I belive, no devices are set to be monitored mac string REQUIRED The MAC address of your sensor.

Unless you actually just omitted those lines @vdiogo

aidbish commented 4 years ago

it also looks like its a custom integration not the ha one, none of the options u list are for the built in one but for a custom one

https://github.com/custom-components/sensor.mitemp_bt

vdiogo commented 4 years ago

Yes, I have omitted those lines

But you have no


mac:

defined in your config it would seem, so the error is just stating facts I belive, no devices are set to be monitored

`mac string REQUIRED

The MAC address of your sensor.`

Unless you actually just omitted those lines @vdiogo

vdiogo commented 4 years ago

it also looks like its a custom integration not the ha one, none of the options u list are for the built in one but for a custom one

https://github.com/custom-components/sensor.mitemp_bt

Can you tell me what's the original integration? Happy to try it instead

aidbish commented 4 years ago

The inbulit one doesnt support that model of sensor. You are better of closing this issue and posting another issue in the github repo for the custom integration as HA devs wont be supporting a custom integration @frenck This is not the built-in HA integration but a custom one

vdiogo commented 4 years ago

Gotcha! Thank you for the insight