Martin Stohanzl

Results 25 comments of Martin Stohanzl

Well, let's break down this daunting task into smaller, more ignoreable chunks: For a start, subdividing the sleep (1) and checking for a "magic string" mqtt message in between (2)...

Maybe https://pypi.org/project/schedule/ can help for a hot-feature-patch? Regarding future development you could probably set up the projects tab? I'm not sure, if you/we are looking for an update to this...

Dear @aqualx, dear @ThomDietrich! I believe forming this whole project into a "MQTT Thingy Interface" on top of [Passive BLE Beacon Monitor](https://github.com/custom-components/ble_monitor) will make you both happy 💞! What do...

> btw: I just found this project: > https://github.com/zewelor/bt-mqtt-gateway They even seem to have the "force update"-feature I'm looking for on Pull since 2019 :P https://github.com/zewelor/bt-mqtt-gateway/pull/48 Still, bt-mqtt-gateway uses [miflora-git...

Hello and thank you! Yes I did `sudo apt update && sudo apt upgrade -y` but the upgrade also returned the same errors on some packages. `sudo apt-get update --fix-missing`...

Thank you for your help! I got it working by installing the precompiled x86 Ubuntu 20.04 .deb file.

I wonder, if a 2.78 trillion USD company is not able to work through pull requests in a timely fashion, who can?

fixed it with: typedef const char prog_char; typedef const unsigned char prog_uchar;

I read various of your answers and have difficulties understanding them. For example, [could you go into a bit more detail what you mean with your pseudo code here](https://github.com/rlabbe/filterpy/issues/150#issuecomment-407487425)? I...

I found a solution, maybe @rlabbe wants to extend his book by this? Annoying 👺, how long I had to work for this simple UKF with a well made python...