-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
fkiscd
wants to merge
7
commits into
home-assistant:next
Choose a base branch
from
fkiscd:ccl
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add documentation for ccl #36357
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
0b116a8
Add documentation for ccl
fkiscd 86e5904
Update ccl.markdown
fkiscd 09969b0
Merge branch 'next' into ccl
fkiscd 0393ec8
Update ccl.markdown
fkiscd 614d55f
Update ccl.markdown
fkiscd 9505366
Update ccl.markdown
fkiscd 8bf37cf
add configuration_basic
fkiscd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: CCL Electronics | ||
description: Instructions on how to integrate your CCL Electronics devices into Home Assistant. | ||
ha_category: | ||
- Sensor | ||
- Weather | ||
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 (your Home Assistant IP address) | ||
- Port: 42373 (fixed) | ||
- Path: /54fa0b (random) | ||
3. Open the WSLink app in 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 included 3 components. Each of them represents a “device” in Home Assistant: | ||
|
||
- Console & Sensor Array | ||
- Other Sensors | ||
- Status | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Add details about available sensors and data The sensors section would benefit from:
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Remove Weather category from documentation
The integration is incorrectly categorized under "Weather". While it provides weather station data through sensors, it does not implement a weather platform or weather entity. The Weather category should be removed from
ha_category
as it may mislead users.ha_category
insource/_integrations/ccl.markdown
🔗 Analysis chain
Verify Weather platform implementation
The integration is categorized under "Weather" but doesn't list "weather" in the platforms. If weather data is exposed, consider adding "weather" to
ha_platforms
.Also applies to: 13-15
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 194
Script:
Length of output: 136