-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
openHAB » openhab #3192 FAILURE |
Thanks @watou for this contribution! Hope to find the time for a review soon. Can you confirm this Action is being shown in the Designer properly? Best, Thomas E.-E. |
Hi Thomas, even though your comment prompted me to add the missing entry to feature.xml, I still cannot see the new actions in the Designer (on macosx). There must still be something missing or incorrect in my PR. Can you offer any suggestions? |
openHAB » openhab #3199 FAILURE |
Added a note to issue #1403, which seems to be related to why the actions do not appear in the Designer. |
that was my intention ;-) Also saw your comment on #1403 … i've also investigated some time already but didn't find an explanation. @kaikreuzer any additional ideas? |
openHAB » openhab #3208 FAILURE |
openHAB » openhab #3215 FAILURE |
@teichsta, I'm thinking that I need to change the Integer parameter types in some of the actions to DecimalType before I test more, you review, etc. So I will comment here when I think this PR is suitable for your time. Thanks! |
openHAB » openhab #3239 FAILURE |
ok, than give me a sign, when you think this PR is ready for review. Thanks, Thomas E.-E. |
@teichsta, this PR is ready for your review. Thank you! |
ok, great, thanks! |
Added testing discussion to the Google Group. |
squashed and rebased off master |
I will make changes that mirror those made in #2967 once it's merged, as well as rename the Java package |
* mult-ecobees-1-acct-bug (PR openhab#2765) * ecobee-celsius-arithmetic-exception (openhab#2793) * ecobee-discard-tokens (PR openhab#2849) * ecobee-echo-cancellation (PR openhab#2942) * changes similar to @teichsta's PR openhab#2967 so actions now appear in Designer; moved messages package out of internal; made ecobeeSetHold temp paramter truly optional. * Quiesce logging when network failure keeps a poll from completing.
The new bundle adds ten new actions for use with the Ecobee binding.
Parameters in italics are optional, in which case each unused parameter must be replaced with
null
. Read the API documentation to be sure you know the rules for calling these functions.