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

Add up to date status #590

Open
1 task done
tetienne opened this issue Sep 29, 2021 · 5 comments
Open
1 task done

Add up to date status #590

tetienne opened this issue Sep 29, 2021 · 5 comments
Labels
contributions welcome enhancement New feature or request help wanted Extra attention is needed

Comments

@tetienne
Copy link
Collaborator

Did you read the instructions?

The request

Add a binary sensor with device class update to indicate if a firmware upgrade is available.

image

Which gateway / hub do you use?

Somfy Tahoma

Device model (optional)

No response

Device type (optional)

No response

Additional information

"gateways": [
    {
      "gatewayId": "xxxx-xxxx-8767",
      "type": 29,
      "subType": 14,
      "placeOID": "xxxxxxxxx-xxxx-xxxx-bb41-c50072dfddc2",
      "alive": true,
      "timeReliable": true,
      "connectivity": {
        "status": "OK",
        "protocolVersion": "2021.2.4"
      },
      "upToDate": false,
      "updateStatus": "READY_TO_UPDATE",
      "syncInProgress": false,
      "updateCriticityLevel": "BUG_FIX",
      "automaticUpdate": true,
      "functions": "INTERNET_AUTHORIZATION,SCENARIO_DOWNLOAD,SCENARIO_AUTO_LAUNCHING,SCENARIO_TELECO_LAUNCHING,INTERNET_UPLOAD,INTERNET_UPDATE",
      "mode": "NO_AUTO"
    }
  ]
@tetienne tetienne added the enhancement New feature or request label Sep 29, 2021
@mingan666
Copy link

+1 on this enhancement!

@github-actions
Copy link

'There hasn't been any activity on this issue recently. Is this issue still present?
Please make sure to update to the latest Home Assistant version and version of this integration to see if that solves the issue. Let us know if that works for you by adding a comment 👍.
This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.'

@mingan666
Copy link

Yes, I think it is still a valid request.

@github-actions
Copy link

'There hasn't been any activity on this issue recently. Is this issue still present?
Please make sure to update to the latest Home Assistant version and version of this integration to see if that solves the issue. Let us know if that works for you by adding a comment 👍.
This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.'

@iMicknl iMicknl reopened this Jan 28, 2022
@iMicknl iMicknl added the help wanted Extra attention is needed label Jan 28, 2022
@iMicknl
Copy link
Owner

iMicknl commented Mar 29, 2022

before:

        "gateways": [
                {
                    "alive": true,
                    "automaticUpdate": true,
                    "connectivity": {
                        "protocolVersion": "2021.6.4",
                        "status": "OK"
                    },
                    "functions": "INTERNET_AUTHORIZATION,SCENARIO_DOWNLOAD,SCENARIO_AUTO_LAUNCHING,SCENARIO_TELECO_LAUNCHING,INTERNET_UPLOAD,INTERNET_UPDATE,TRIGGERS_SENSORS",
                    "gatewayId": "****-****-3293",
                    "mode": "ACTIVE",
                    "placeOID": "ed6e01d8-5912-4c79-9ead-fe4baecb6ff4",
                    "subType": 14,
                    "syncInProgress": false,
                    "timeReliable": true,
                    "type": 29,
                    "updateCriticityLevel": "BUG_FIX",
                    "updateStatus": "READY_TO_UPDATE",
                    "upToDate": false
                }
            ],

after:

"gateways": [
                {
                    "alive": true,
                    "connectivity": {
                        "protocolVersion": "2022.1.4",
                        "status": "OK"
                    },
                    "functions": "INTERNET_AUTHORIZATION,SCENARIO_DOWNLOAD,SCENARIO_AUTO_LAUNCHING,SCENARIO_TELECO_LAUNCHING,INTERNET_UPLOAD,INTERNET_UPDATE,TRIGGERS_SENSORS",
                    "gatewayId": "****-****-3293",
                    "mode": "ACTIVE",
                    "placeOID": "ed6e01d8-5912-4c79-9ead-fe4baecb6ff4",
                    "subType": 14,
                    "syncInProgress": false,
                    "timeReliable": true,
                    "type": 29,
                    "updateStatus": "UP_TO_DATE",
                    "upToDate": true
                }
            ],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributions welcome enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants