DigiH

Results 229 comments of DigiH

I found that commenting out `await self.scroll_view.update(self.device_table.render(), home=False)` in `__init__.py `makes things run fine, completely eliminating the above mentioned error looping, **apart** from the fact I have to resize the...

Hi @ivankravets , thanks a lot for the very quick fix, which seemed to have solved the cli command issue mentioned above `platformio run --target cleanall --environment esp32dev-ble` in the...

Hi guys, just stumbled accross your thread here, and since I've been doing work on the Mi Band [Decoder](https://github.com/theengs/decoder) for [OpenMQTTGateway](https://github.com/1technophile/OpenMQTTGateway)/[Theengs Gateway](https://github.com/theengs/gateway) the above manufacturerdata looks familiar to me ;)...

> but looks like indeed passively we cannot get number of steps or anything Mi Band 4 and 5 do passively broadcast the steps and activity heart rate **ONLY IF**...

FYI https://github.com/theengs/decoder/pull/161

Following this closely, as I had the same dropped packets issue. Currently solved by recompling with higher MILIGHT_MAX_QUEUED_PACKETS. Thanks

After reading through the comments in the rtl_433 issues, with the proposed **removal of the TFA-303221 protocol** I reverted my MY_DEVICES solution and am now running with the changes suggested...

Sounds like an idea, still puzzled here as to which combination of the three build flags creates this. Running fine here with all three commented out now for hours. You...

@NorthernMan54 - Thanks for the work, I haven't tested with my 868Mhz FSK weather station recently, but will test the new branch soon. Will also test with my currently running...

@NorthernMan54 - Just am a bit confused when going through the commits of the rtl_433-refresh branch. With the changes I made for the SUPPRESS_UNPARSED option, which is still in the...