Ondrej Wisniewski

Results 78 comments of Ondrej Wisniewski

The radio link between Minimed 670G pump and CNL stick has similar range than BLE, maybe even more. So if you put a gateway device like the one in the...

Remote bolusing is not supported by DD-Guard. It can be used only for monitoring.

I have a similar issue here. My MQTT broker doesn't require a client certificate and key file, only the CA file. From a PC, using the `ca.pem` file I can...

Thanks for the suggestions. Connecting to the broker via SSL with mosquitto_pub works fine. Now I will try and use ssl.wrap_socket() on the Pico to see if I can get...

I tried the original `umqtt.simple` package and the exact same code works fine with it.

This hasn't happened to me. Looks like a problem with installed dependencies. Please have a look at issues #15 and #18.

Do you have some more info? Maybe the complete log. What kind of account are you using (carepartner or patient)? What country are you in? Does the program crash or...

You could try to enable the DEBUG log level by changing line 68 in `carelink_client2.py` ` log.basicConfig(format=FORMAT, datefmt='%Y-%m-%d %H:%M:%S', level=log.INFO) ` Maybe the additional information will give us some idea...

The request to download the pump data from the Carelink API produces a response status code [204 - No Content](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/204). That means there is no data in the response and...

That would explain things. I don't have your setup (using a 780G pump with sensor) here, so unfortunately I cannot test this. But I guess that the API endpoint for...