Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for ccl #36357

Open
wants to merge 5 commits into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions source/_integrations/ccl.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
title: CCL Electronics
description: Instructions on how to integrate your CCL Electronics devices into Home Assistant.
ha_category:
- Sensor
ha_release: 2025.1
ha_iot_class: Local Push
ha_config_flow: true
ha_codeowners:
- '@fkiscd'
ha_domain: ccl
ha_platforms:
- sensor
- binary_sensor
---

The **CCL Electronics** {% term integration %} is a local-only {% term integration %} that reads weather data from CCL HA series weather station on the local network.

{% include integrations/config_flow.md %}

## Weather Station configuration

1. In the **Settings** → **Devices & services**, click **Add integration** and select **CCL Electronics** from the pop-up menu.
2. Follow the instructions and press **Submit** to generate the following details.
For example:
- Server IP: '192.168.1.154' (example: use your Home Assistant IP address)
- Port: '8123' (constant)
- Path: '/webhook/api/54fa0b9c' (automatically generated)
3. Open the **WSLink** app on your mobile device.
4. Connect your mobile device to your weather station in AP mode.
5. In the WSLink app, go to **Weather Server** → **Home Assistant**, and enter the Server IP, Port, and Path assigned by Home Assistant.
6. Save

## Sensors

One weather station includes 3 components. Each of them represents a "device" in Home Assistant:

- Console & Sensor Array

The basic sensors of a weather station, provide the bare essential data:
- Air pressure
- Dew point, Feels like, Heat index, WBGT & Wind chill
- Indoor/Outdoor Temperature
- Indoor/Outdoor Humidity
- Light intensity
- Rainfall & Rain rate
- UVI
- Wind direction, Wind gust & Wind speed

- Other Sensors

Optional sensor channels if added, including:
- Air quality
- Leakage
- Lightning
- Thermo‐hygrometer

- Status

- Battery
- Connection
Loading