James Woglom

Results 53 comments of James Woglom

@rankelly unfortunately not, however I started on the baseline work to scrape pump settings out of a table inside the tconnect UI, so the work for this is about halfway...

@rwyler would you be able to update to the latest version of tconnectsync-heroku and send the output of your check_login URL? It includes sensitive data, so you can email it...

I've added some instructions on how to update to a new version here: https://github.com/jwoglom/tconnectsync-heroku#updating-to-a-new-version Take a look and let me know if it works for you

Hi @ariana-wolfkiel -- I haven't used Sugarmate before, but this should definitely be possible. Right now tconnectsync is only designed to output data to Nightscout -- it could theoretically be...

tconnectsync doesn't manipulate any pump state and instead just reads data already being sent from the pump to your smartphone via t:connect, so there should be no concern here. There...

I just uploaded a PR to add support for this. Please take a look at https://github.com/alexta69/metube/pull/177 A docker image with these changes will also be available at https://hub.docker.com/r/jwoglom/metube as soon...

Can confirm that this resolves `rmapy.exceptions.AuthError: Can't register device` If need be, you can monkeypatch this fix into a version of rmapy pulled from pip using: ```python import rmapy.const rmapy.const.AUTH_BASE_URL...

@kurt-rhee I ended up using a combination of rmapy and the `rmapi` binary to get this working: https://github.com/jwoglom/remarkable-substack/blob/main/remarkable.py

@kurt-rhee if you're curious in how to use remarkable-substack I just added a readme file to that repo with the setup instructions. If you just want to build something to...

@kmanan I think folders will only appear there if any subfolders in the configured download folder. However you can type anything you want there and it will mkdir the folders...