-
Notifications
You must be signed in to change notification settings - Fork 45
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
Carbon dioxide sensor CarbonDioxideLevel value and StatusActive not displayed #87
Comments
Can you please post a screenshot of the configuration? |
Danke, Fehler liegt im Yahka-Adapter. |
Mit dem aktuellen Master sollte das Problem behoben sein. |
Sorry für die späte Antwort - bin jetzt erst dazu gekommen, es auszuprobieren. Jetzt klappt es. Danke - gute Arbeit! Die neuen Optionen beim Signalmapping sind prima! |
I'm using Yahka Version 0.9.0 and I'm trying to display the data of carbon dioxide concentration sensor that outputs values in ppm units.
In Yahka I configured a sensor device with the "CarbonDioxideSensor" Service-Type.
The properties "CarbonDioxideLevel" and "CarbonDioxidePeakLevel" are assigned to ioBroker states. For testing I also tried to use the "const" output with a fixed value. But on the app the values are not shown (see screenshot below).
The other part that does not work is the "StatusActive" property. It always shows as inactive on the iPhone. I tried using the constant values 1, true, "true".
The only thing that seems to work is the "CarbonDioxideDetected" property. If I put a constant "1" there an alarm will go off on my iPhone.
The text was updated successfully, but these errors were encountered: