Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Sputnik Climbing Home Assistant Integration

hacs_badge

Home Assistant integration that shows real-time occupancy data for Sputnik climbing centers in Spain.

Features

  • Real-time occupancy count for all Sputnik centers
  • Occupancy percentage sensors
  • Auto-updates every 5 minutes

Supported Centers

  • Alcobendas
  • Las Rozas
  • Berango
  • Legazpi
  • Chamberí

Installation

HACS (Recommended)

  1. Open HACS in Home Assistant
  2. Click the three dots menu → Custom repositories
  3. Add this repository URL and select "Integration"
  4. Search for "Sputnik Climbing" and install
  5. Restart Home Assistant
  6. Go to Settings → Devices & Services → Add Integration → Sputnik Climbing

Manual

  1. Copy the custom_components/sputnik_climbing folder to your Home Assistant custom_components directory
  2. Restart Home Assistant
  3. Go to Settings → Devices & Services → Add Integration → Sputnik Climbing

Sensors

For each center, two sensors are created:

Sensor Description Unit
sensor.sputnik_<center>_occupancy Current number of people people
sensor.sputnik_<center>_occupancy_percentage Occupancy as percentage %

Example Automation

automation:
  - alias: "Alert when Legazpi is busy"
    trigger:
      - platform: numeric_state
        entity_id: sensor.sputnik_legazpi_occupancy_percentage
        above: 70
    action:
      - service: notify.mobile_app
        data:
          message: "Sputnik Legazpi is getting busy ({{ states('sensor.sputnik_legazpi_occupancy_percentage') }}%)"

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages