Skip to content

Releases: pjdubya/nina-image-data

Release 0.1.0

10 Dec 06:46
Compare
Choose a tag to compare

Initial release providing the following capabilities:

  • Connect to arbitrary URL where NINA running Web Session History Viewer is publishing image data; retrieve all current sessions' image thumbnails
  • Store all retrieved thumbnails to HA-local directory along with index.html and js/css files to support a basic gallery of all images, starting with the most recent image, similar to NINA's own visualization of captured images
  • Initial round of efficiency improvements to download new images as they are available and delete images that are no longer reported by WSHV
  • Initial round of basic error checking with graceful handling
  • Instructions for how to incorporate script into HA, including pyscript setup, HA automations, and dashboard tile to display image gallery

Runs on local python and in pyscript on Home Assistant (container mode tested, others may or may not be supported).