-
Notifications
You must be signed in to change notification settings - Fork 5
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
Variable configured to output and unit percent shows 0% to 200% #82
Comments
Apparently the Pro has two different '%' units. One for humidity and one for outputs. Those are mapped differently onto LCN native units. So pypck would need two distinct percent units similar to the the two distinct lux units. |
What happens if we switch to 50 dimming steps? I think that the variable value range will be within 0..50? |
I switched my LCN bus to 50 dimming steps mode. The variable in the Pro still showed 200 native and 100%. However, I can only test with relatively new modules. On the other hand I don't know if older modules actually supported assigning an output port to a variable. Finally, I think that the dimming mode agreed upon between pypck and pchk should not affect how the variable status is communicated. This should always be native. Am I missing anything? |
The documentation in the Pro says that the flexibly assigned variables (and having 12 variables) is available starting with firmware 16... Similarly, the docs claim that this is the first firmware version that has the 200 dimming steps. So I understand that the variable will always represent the output in the range of 0 to 200 LCN native. |
I have a variable (var12) configured to look at an output port (output4). LCN Pro shows native values for the variable from 0 to 200 (identical to the dim stepsof the output port). LCN Pro converts those to 0% to 100% same s for the output port.
In pypck, native 0 to 200 get mapped onto 0% to 200%. This seems odd. Shouldn't it be rather also 0% to 100%?
The text was updated successfully, but these errors were encountered: