Carlos J. Aliaga
Carlos J. Aliaga
### Issue describing the changes in this PR This PR covers the scenario where as part of a listener start failure, FunctionListenerException is thrown. The function name is extracted from...
Translations
Add translation keys to all entities and complete translations. - [ ] Climate entity and all the states - [ ] Diagnostic entities - [ ] Sensor entities and states...
From Home Assistant Community Post: https://community.home-assistant.io/t/panasonic-aquarea-heat-pump-integration/392095/31 The water heater entity supports the following operations, but it doesn't include a "turn_on" or "turn_off" one :frowning: `water_heater.set_temperature` , `water_heater.turn_away_mode_on` , `water_heater.turn_away_mode_off` ,...
Add sensors for energy consumption: - [x] Energy consumption sensor for water - [x] Energy consumption sensor for cool - [x] Energy consumption sensor for heat - [x] Energy consumption...
This could contemplate 2 types of errors: - [ ] Errors coming from the device, such not enough water flow - [ ] Errors coming from the API, such adapter...
The configuration options should allow to: - [ ] Configure the refresh interval (set it to 30 seconds by default instead of 10)
Depends on https://github.com/cjaliaga/aioaquarea/issues/3
When the ScheduleMonitor stores the status it currently saves: ```json { "Last": "2024-04-03T20:48:28.1075034+00:00", "Next": "2024-04-04T01:00:00+00:00", "LastUpdated": "2024-04-03T20:48:28.1075034+00:00" } ``` However, we've seen situations such missing logs in Kusto where we...
When using worker indexing we need the language worker to start in order to reply to the load function medadata request (even if the worker denies indexing and we need...