Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

nl-ruud/nightscout-easyview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nightscout EasyView Uploader

This project provides a Python-based uploader that retrieves CGM data from the Medtrum EasyView API and pushes it to a Nightscout instance. It is intended for personal use by people who rely on Medtrum devices but want their data available in Nightscout.

Features

  • Login to Medtrum EasyView
  • Fetch CGM readings from your Medtrum device
  • Upload data automatically to a Nightscout server
  • Simple configuration and extensible codebase

Requirements

  • A Medtrum Easyview follower account that follows exactly 1 user
  • A working Nightscout instance
  • Python 3.11+ or Docker

Usage (Python 3.11+)

  1. Clone this repository

  2. Install requests and pyyaml dependencies

  3. Configure your credentials for Medtrum EasyView and Nightscout (see below) in ~/.nightscout_easyview/secrets.yaml.

  4. Run the uploader:

    python uploader.py

Usage (Docker)

  1. Clone this repository

  2. Configure your credentials for Medtrum EasyView and Nightscout (see below) in .env/secrets.yaml on the Docker host.

  3. Create project:

    docker compose up --build -d 

Configuration

Credentials are read from secrets.yaml in the location mentioned above. The file should have the following structure:

easyview:
    username: <e-mail for follower account>
    password: <password of follower acount>

nightscout:
    url: https:/your.nightscout.instance.here
    secret: <your nightscout API secret>

Notes

  • This is not an official Medtrum or Nightscout project.
  • Use at your own risk.
  • Contributions are welcome.

Acknowledgements

Special thanks to bruderjakob12 for his work in reverse engineering parts of the Medtrum EasyView API. His research provided valuable insights that made this uploader possible.

About

Nightscout EasyView Uploader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors