-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
ZWave: Fixes default value for scale, adds scale to setpoints, fixes passing… #687
Conversation
@cdjackson, couple more thermostat fixes. I'm still having trouble setting the conf_scale property in Habmin, doesn't seem to stick but no error is getting thrown. |
It's a problem in ESH - see here eclipse-archived/smarthome#1103 |
Hmmm - I just merged a bunch of changes that seems to conflict with some of this here - can you pull those over and update the PR? |
9ffe6c3
to
8223d12
Compare
My merge was fixing the same thing your merge did ;-) This now adds the scale option to setpoints. |
So did I add everything you’d also done? (I remember thinking I needed to add the option to the setpoint class, but forget if I did it!) Is this still needed?
|
The only missing thing from your PR was adding the scale option to setpoints in the XML, thats all this PR does now. |
@cdjackson , actually hold off from merging, I realize there one place that was missed. |
8223d12
to
4544fef
Compare
I'm testing this now, but I think that's it! |
everything looks good on my end, not sure what the build failure is from, jenkins says it passed, but the status ball is grey, not sure what that means. Thanks again for all the work you have put into this. |
https://openhab.ci.cloudbees.com/view/Pull%20Request%20Builds/job/PR-openHAB2-Addons/128/console It was aborted, does not say how or by whom, but it looks like it was successful until that point: 00:45:25.773 | [INFO] Verification of feature openhab-binding-zwave/2.0.0.SNAPSHOT succeeded |
Thanks @xsnrg ! |
For some reason it looks like it ran longer than previous builds. I cannot see the job config, but it could be it hit a limit at 12 minutes? @kaikreuzer Is there such a thing? Perhaps build #128 can be restarted if still needed. |
I don't exactly know, @dvanherbergen set up the PR builds, but I think there was a build time limitation, yes. |
There is no hard limit on PR builds. This looks like there was an infrastructure issue. |
… config_scale to converters. Signed-off-by: Dan Cunningham <[email protected]>
4544fef
to
0cfbde1
Compare
re-pushed the branch and all seem well, thanks. |
Fixes default value for scale, adds scale to setpoints, fixes passing…
…outs to 5s (openhab#687) Signed-off-by: Wouter Born <[email protected]>
… config_scale to converters.
Signed-off-by: digitaldan [email protected]