Andre0512 / Andre0512/hon

Service with ability to send commands

Aberta
#79 0 comentários 2 reações 1 responsável Reivindicada por @Andre0512 Ver no GitHub
air conditioner enhancement
Linguagem predominante
Python
Estrelas
1.5k
Forks
2.4k
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

**Is your feature request related to a problem? Please describe.**
When You switching parameters for AC, we are sending a request to API. Every time. And device beeps on each. For some reasons integration doesn’t preserve 'Mute' state, so if we setting it before all other changes, it resets on next request.

**Describe the solution you'd like**
[gvigroux](https://github.com/gvigroux) implemented in his integration ability to send command with all parameters set like `('screenDisplayStatus": "1°, 'echoStatus': '0°, "tempSel': "24"...)`. That way if some properties binding or any logic related to them is broken, we could just use service call to solve any issue right now with such an workaround.

**Describe alternatives you've considered**
It also possible to implement stacking queue for props changes with small configurable timeout around 100-200 ms. That way automation will change all props and only one request will be sent. But it solves only part of the problem. It doesn't resolve issue with some props not supported properly yet. So it worth thinking about a bit later.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.