nightscout / AndroidAPS

Opensource automated insulin delivery system (closed loop)
https://wiki.aaps.app
GNU Affero General Public License v3.0
725 stars 1.76k forks source link

Dev dynISF Enhancement: visualization of ISF #2525

Open yhonatanb20 opened 1 year ago

yhonatanb20 commented 1 year ago

3.2.0 Dev-i 27.4.23 Is it possible to create a visualization of the canges in ISF made by the dynISF plugin on the overview screen graphs, i.e. like TBRs or sensitivity are visualized? Tank you all dynISF devs :) 💯

DM-LTR commented 1 year ago

It is possible via NS API for example... Data taken from NS/api/properties/, read by python script, sent to mqtt, saved to influx and viewed by Grafana image image

PieterGit commented 1 year ago

@DM-LTR : can you share your script?

DM-LTR commented 1 year ago

Script author will provide his solution here soon.

xmizi commented 1 year ago

This ISF visualisation is a part of my Grafana dashboard. All sources (old python script, node-red flow + grafana dashboad) are possible to download from https://github.com/xmizi/dm1-tools. Actually are values grabbed via node-red (python script, mqtt are nod needed)

justmara commented 1 year ago

ergh, this is here for a year already https://github.com/justmara/ns-exporter

image
olorinmaia commented 6 months ago

@MilosKozak I think you can close this one, variable sensitivity has been added to as an option in overview graph in dev 3.3?