Skip to content

AlexAsplund/chirpstack_http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChirpStack HTTP Integration for Home Assistant

GitHub Release GitHub Activity License

hacs Project Maintenance

A Home Assistant integration that allows you to receive LoRaWAN device data from ChirpStack via HTTP integration.

Features

  • Creates devices with binary_sensors and sensors.
  • Basic unit of measurement detection.
  • Supports configuring multiple platforms / endpoints.
  • Header authentication.

Requirements

  • Your home assistant http port to be accessible from chirpstack.
  • Chirpstack needs to decode the uplink with a codec. This component does not support decoding.

Installation

HACS (Recommended)

  1. Ensure HACS is installed in your Home Assistant instance.
  2. Search for "ChirpStack HTTP Integration" in the HACS store.
  3. Install the integration.
  4. Restart Home Assistant.

Manual Installation

  1. Download the latest release from the releases page.
  2. Create a custom_components/chirpstack_http directory in your Home Assistant configuration directory.
  3. Extract the downloaded release into the newly created directory.
  4. Restart Home Assistant.

Configuration

  1. Go to Settings > Devices & Services in your Home Assistant instance.
  2. Click on + Add Integration and search for "ChirpStack HTTP Integration".
  3. Follow the configuration wizard to set up the integration.

ChirpStack Configuration

  1. In your ChirpStack application, go to Integrations > HTTP.
  2. Add a new HTTP integration with the following URL:
    http://your-home-assistant-url:8123/api/chirpstack_http/<url_suffix>
    
  3. OPTIONAL: Add http header and value if you configured it in home assistant.
  4. Ensure your Home Assistant instance is accessible from your ChirpStack server.

Usage

Once configured, the integration will create sensors for each data point received from your ChirpStack devices.

Support

If you encounter any issues or have questions, please open an issue on GitHub.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages