Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Feature Request: Monitor and report connected state of all Home-Connect appliances #127

Open
jarrah31 opened this issue May 8, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jarrah31
Copy link

jarrah31 commented May 8, 2021

Please could someone add a 5 minute poll of the https://{{serverUrl}}/api/homeappliances/ API call and create an associated entity for each appliance to report whether it is connected or not?

{
    "data": {
        "name": "Washing machine",
        "brand": "Bosch",
        "vib": "WAX32EH1GB",
        "connected": true,
        "type": "Washer",
        "enumber": "WAX32EH1GB/01",
        "haId": "BOSCH-WAX32EH1GB"
    }
}
{
    "data": {
        "name": "Washing machine",
        "brand": "Bosch",
        "vib": "WAX32EH1GB",
        "connected": false,
        "type": "Washer",
        "enumber": "WAX32EH1GB/01",
        "haId": "BOSCH-WAX32EH1GB"
    }
}

This would help with reporting the power on/off state of appliances that don't send Off events (such as washing machines), as documented here:
https://api-docs.home-connect.com/settings?#power-state

Thanks.

@DavidMStraub DavidMStraub added enhancement New feature or request help wanted Extra attention is needed labels May 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants