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

Support for temperature/humidity sensor #49

Closed
jrieken opened this issue Nov 12, 2023 · 3 comments
Closed

Support for temperature/humidity sensor #49

jrieken opened this issue Nov 12, 2023 · 3 comments
Labels

Comments

@jrieken
Copy link

jrieken commented Nov 12, 2023

First one all thank you for this great project.

At home I have loxone climate sensors for humidity and temperature. I can configure the latter but not the former so this issue a feature request to also support temperature sensor. Today, my workaround is the following config

"InfoOnlyAnalogAlias": {
    "Humidity": "Temp"
}

This maps my _Temp_erature sensors - works well but all values are in relative percentages and not degrees ;-) As far as my understanding goes src/loxone/items/InfoOnlyAnalog.ts needs another tweak to support the temperature service/characteristic

@rudyberends
Copy link
Owner

No problem. The latest release has support for temperature sensors. There is a new alias for it in the config.
Does this work for you?

@jrieken
Copy link
Author

jrieken commented Nov 20, 2023

Does this work for you?

Didn't get to try this yet. Loxone is at the weekend place. Will report back once I have it tested. Thanks for the rapid fix!

@rudyberends
Copy link
Owner

Yes it works for me, but please let me know if you are having issues with it. You just need to configure the new TEMP alias for your sensors.

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

No branches or pull requests

2 participants