bt-mqtt-gateway
bt-mqtt-gateway copied to clipboard
LYWSDCGQ support
Thank you for your work!
Device name / url
Support for Mi Temperature & Humidity Sensor (LYWSDCGQ)

Link to some sample code / lib that supports this device https://github.com/custom-components/sensor.mitemp_bt https://github.com/JsBergbau/MiTemperature2
Functions and features Temperature / Humidity / Battery
Checklist
- [x] I understand that supporting a device, that no one owns or uses, may required a long wait time, or might never end up being supported.
Is this different from the mithermometer that is already supported?
This indeed is supported by mithermometer.
However, to people using it, what's your update_interval and command_timeout for this? I have:
command_timeout: 120
update_interval: 120
And very often I can see "Time out during update of mithermometer device". :/
I have my command timeout as the default, the per_device_timeout as 15, and the update_interval as 300.
Saying that I am seeing more timeouts than I used to.
I just changed to:
command_timeout: 120
update_interval: 60
per_device_timeout: 30 // added this as previously I had default '6'
And just a single timeout in last hour.