t1d-connection-test-script

Validate Nightscout and Dexcom connectivity with T1D Companion via Python scripts.

Updated May 15, 2026
One-click install
npx skills add https://github.com/ruskibeats/t1d --skill t1d-connection-test-script
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: t1d-connection-test-script
Source: https://github.com/ruskibeats/t1d/tree/main/.pi/skills-archive/t1d-connection-test-script
Command: npx skills add https://github.com/ruskibeats/t1d --skill t1d-connection-test-script

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of verifying the connectivity between a T1D Companion user's CGM devices (Nightscout and Dexcom) by providing a script that checks the configuration and connectivity, offering guidance for setup issues.

Core Features & Use Cases

  • Connectivity Test: Ensures that Nightscout and Dexcom connections are working correctly.
  • Configuration Verification: Checks .env configuration files for correct settings.
  • Setup Guidance: Offers actionable steps to resolve connectivity issues.
  • Use Case: A user can run this script to confirm that their CGM devices are connected to the T1D Companion application and to identify any configuration errors.

Quick Start

Run the t1d-connection-test-script to verify your CGM connectivity.

Frequently Asked Questions about t1d-connection-test-script

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test Nightscout and Dexcom CGM connectivity with my application?

To test Nightscout and Dexcom CGM connectivity, you can run a Python script that validates your device connections and checks for proper configuration to ensure seamless data synchronization.

Why does my CGM connectivity test fail even when my device is online?

CGM connectivity tests often fail due to incorrect settings in your .env file. Verifying your .env configuration ensures the application has the correct credentials and endpoints to reach your CGM devices.

Do I need Python to verify my Nightscout configuration?

Yes, Python is required to execute the script that verifies your Nightscout configuration. The script relies on the Python environment to run diagnostic checks and validate your .env file settings.

What steps should I follow to troubleshoot Dexcom CGM connection issues?

To troubleshoot Dexcom CGM connection issues, run the diagnostic Python script to identify failures, then review the provided actionable setup guidance to correct any misconfigured .env settings.

Can I check my .env configuration without setting up a full testing environment?

Yes, you can run the lightweight Python script to check your .env configuration directly. It validates the necessary settings for your CGM devices without requiring a complex testing setup.