-
-
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
[myStrom] Add energy consumption since last API call channel for MyStrom Plug #15294
Conversation
Signed-off-by: grindfiner <125708464+grindfiner@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! In addition to my comments, please also update the README and add update instructions for the new channel. See https://www.openhab.org/docs/developer/bindings/thing-xml.html#updating-thing-types
bundles/org.openhab.binding.mystrom/src/main/resources/OH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
...b.binding.mystrom/src/main/java/org/openhab/binding/mystrom/internal/MyStromPlugHandler.java
Outdated
Show resolved
Hide resolved
Signed-off-by: grindfiner <125708464+grindfiner@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update. I have added some additional comments. After updating thing-types.xml
, please regenerate the I18N properties file. See https://www.openhab.org/docs/developer/utils/i18n.html#generating-i18n-properties-file
bundles/org.openhab.binding.mystrom/src/main/resources/OH-INF/update/update.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.mystrom/src/main/resources/OH-INF/update/update.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.mystrom/src/main/resources/OH-INF/update/update.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.mystrom/src/main/resources/OH-INF/update/update.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.mystrom/src/main/resources/OH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.mystrom/src/main/resources/OH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.mystrom/src/main/resources/OH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.mystrom/src/main/resources/OH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
…thing/thing-types.xml Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: grindfiner <125708464+grindfiner@users.noreply.github.com>
…update/update.xml Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: grindfiner <125708464+grindfiner@users.noreply.github.com>
…update/update.xml Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: grindfiner <125708464+grindfiner@users.noreply.github.com>
…thing/thing-types.xml Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: grindfiner <125708464+grindfiner@users.noreply.github.com>
Signed-off-by: grindfiner <125708464+grindfiner@users.noreply.github.com>
Signed-off-by: grindfiner <125708464+grindfiner@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@grindfiner - sorry, I see now that you are using a users.noreply.github.com e-mail address for the sign-off which is against policy: https://www.openhab.org/docs/developer/contributing.html#sign-your-work Can I ask you to update the sign-offs to an e-mail address under which you can be reached? |
Oh, I didnt know that. I have researched on how to do this, but couldnt find anything that works. I have managed to change the last commit message but I dont know how to change all of them. Would the last commit be sufficient? |
Sure, if you can push one commit that passes the DCO, I can use this for the merge commit. |
Signed-off-by: Tom Müller <tompetermueller01@gmail.com>
I have force pushed the commit with my email and name. Please let me know if it´s fine now. Thanks! |
…rom Plug (openhab#15294) * added missing Ws value for MyStrom Plug Signed-off-by: Tom Müller <tompetermueller01@gmail.com>
…rom Plug (openhab#15294) * added missing Ws value for MyStrom Plug Signed-off-by: Tom Müller <tompetermueller01@gmail.com> Signed-off-by: Jørgen Austvik <jaustvik@acm.org>
Closes #15030