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

Weather station support #495

Merged
merged 5 commits into from
Sep 2, 2024

Conversation

TristanBrotherton
Copy link

@TristanBrotherton TristanBrotherton commented Aug 30, 2024

Hello, I saw a few people wanting to add multiple temp sensors for weather stations, but this wasn't possible. So I added the support for a weather station qxj - An example config might be like:

"schema": [
                            {
                                "code": "ToutCh1",
                                "newCode": "va_temperature"
                            },
                            {
                                "code": "HoutCh1",
                                "newCode": "humidity_value"
                            },
                            {
                                "code": "ToutCh2",
                                "newCode": "va_temperature"
                            },
                            {
                                "code": "HoutCh2",
                                "newCode": "humidity_value"
                            },
                            {
                                "code": "ToutCh3",
                                "newCode": "va_temperature"
                            },
                            {
                                "code": "HoutCh3",
                                "newCode": "humidity_value"
                            }
                        ]

This pull request can be reviewed on GitContext.com

@0x5e 0x5e merged commit 4427ad1 into 0x5e:develop_1.7.0 Sep 2, 2024
8 checks passed
@0x5e
Copy link
Owner

0x5e commented Sep 2, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants