Conversation
|
This pull request has been mentioned on openHAB Community. There might be relevant details there: |
lsiepel
left a comment
There was a problem hiding this comment.
Thanks for this contribution. Left some comments to look at.
...nhab.binding.tado/src/main/java/org/openhab/binding/tado/internal/config/TadoHomeConfig.java
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.tado/src/main/resources/OH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
1a24d3b to
4e2e7fa
Compare
|
I now realize I had forgotten to sign off on my commits... Trying to fix this was unsuccessful, and now I think I made a mess of my local repository... |
lsiepel
left a comment
There was a problem hiding this comment.
Don’t forget to update the properties file
|
@ErikDB87 thanks for your efforts. Personally I have my doubts that using a proxy could bypass the limits. I am sure they will figure it out and apply limits on that too. But in any case can you please explain more about what your change is doing. And also how is the proxy installed and on which machine does it run? Etc. |
This change is only allowing the URL to be changed / configurable. I think that in itself is good anyway. |
|
@ErikDB87 cvould you also look at the signoff ? |
That's where I struggle... I can't figure out how to sign off earlier commits... |
Next to the DCO fail badge, you can click the dots and view details. That will bring you to this page: There it is explained how to fix the DCO by using GIT commands. |
* [homeassistant] Upgrade to Graal 25.01 Signed-off-by: Cody Cutrer <cody@cutrer.us> Signed-off-by: Erik De Boeck <deboeck.erik@gmail.com>
* [jsscripting] Upgrade to Graal 25.0.1 Signed-off-by: Florian Hotze <dev@florianhotze.com> Co-authored-by: Cody Cutrer <cody@cutrer.us> Signed-off-by: Erik De Boeck <deboeck.erik@gmail.com>
Signed-off-by: Erik De Boeck <deboeck.erik@gmail.com>
… a problem Signed-off-by: Erik De Boeck <deboeck.erik@gmail.com>
Signed-off-by: Erik De Boeck <deboeck.erik@gmail.com>
Signed-off-by: Erik De Boeck <deboeck.erik@gmail.com>
| thing-type.config.tado.home.rfcWithUser.description = Determines if the user name is included in the oAuth RFC-8628 authentication | ||
| thing-type.config.tado.home.tadoApiUrl.label = elects the URL to be used for API calls (it's possible to use a proxy) | ||
| thing-type.config.tado.home.tadoApiUrl.description = he base URL used for all API requests. Can be changed to use a proxy. | ||
| thing-type.config.tado.home.tadoApiUrl.label = Selects the URL to be used for API calls (it's possible to use a proxy) |
There was a problem hiding this comment.
Not sure if you did this manually or by mvn i18n:generate-default-translations but this does not reflect the label from the thing-types.xml file. It should be the exact same.
I'm sorry, but I'm running around in circles, I feel. I've done a whole lot of pulling and merging in order to push again, and now I'm back where I started: Looks great, but: This is where I started 15 minutes ago. |
|
ah.. there is a merge conflict. chatgpt.com can help you out and give you the exact commands and also explain what you need to do and why. Way better then i try to tell it. Just state the problem and copy/paste the error. |
4e36e54 to
13cf88b
Compare
Okay, it told me to run this: It seems to have worked? |
|
But I now see my pulling pulled too much... I'm going to create a new PR, and close this one, I think. |
|
I abandoned ship and tried again: #19596 |
|
yes, push with lease overwrites history, perfectly fine, but before you probably updated main and introduced other commits.
|
Description
There's a possible by-pass for tado's API limit, as discussed here: https://community.openhab.org/t/tado-api-limits/166127/32. I thought I'd attempt a PR.
Unfortunately, I'm stuck, as I'm getting this error when running
mvn clean install:I tried searching for all instances of
rfcWithUser, as that field raises no complaints, and I'm essentially copying it. But I can't find out howrfcWithUsergets initialized elsewhere...I then tried debugging in Eclipse IDE to find out, but that also didn't provide any answer...
So for now, this is still a draft, but I'm afraid I need some assistance. :)