Skip to content
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

[boschindego] Obtain device information and set as properties #14828

Closed
jlaur opened this issue Apr 16, 2023 · 0 comments · Fixed by #14829
Closed

[boschindego] Obtain device information and set as properties #14828

jlaur opened this issue Apr 16, 2023 · 0 comments · Fixed by #14829
Assignees
Labels
enhancement An enhancement or new feature for an existing add-on

Comments

@jlaur
Copy link
Contributor

jlaur commented Apr 16, 2023

While working on #14745 I noticed that this request:
GET https://api.indego-cloud.iot.bosch-si.com/api/v1/alms/xxx/

returns some useful information like:

{
    "alm_sn": "xxx",
    "service_counter": 47931,
    "needs_service": false,
    "alm_mode": "manual",
    "bareToolnumber": "3600HB0303",
    "alm_firmware_version": "30036.01251",
    "renew_date": "2027-05-29T18:29:41.928Z"
}

This would be nice to add to the thing as properties, so the user would be able to see this.

I remember when I had to fill out a form before sending my device to a service center, that I struggled to find the correct bare tool number from the model.

@jlaur jlaur added the enhancement An enhancement or new feature for an existing add-on label Apr 16, 2023
@jlaur jlaur self-assigned this Apr 16, 2023
jlaur added a commit to jlaur/openhab-addons that referenced this issue Apr 16, 2023
Resolves openhab#14828

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
lolodomo pushed a commit that referenced this issue Apr 22, 2023
* Add device properties
* Add vendor and model properties
* Use model as label in discovery

Resolves #14828

---------

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
matchews pushed a commit to matchews/openhab-addons that referenced this issue Aug 9, 2023
* Add device properties
* Add vendor and model properties
* Use model as label in discovery

Resolves openhab#14828

---------

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Signed-off-by: Matt Myers <mmyers75@icloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature for an existing add-on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant