Carlos J. Aliaga
Carlos J. Aliaga
I have some bad news. The fix on that version removed the issue so we're no longer getting the session is closed error message that was hiding the real reason....
Thanks @mikehabermeier. I'll try something too: Right now we're doing device direct, which means (per my understanding, I can be completely wrong 😂) we go to their cloud and the...
Thanks for the report @man010. Initially I wouldn't think it's related to 0.5.0 as there has not been any changes to the consumption sensors on that version, neither to [aioaquarea](https://github.com/cjaliaga/aioaquarea)...
Thanks @compala. With control panel do you mean the physical panel? Could you please let me know if the timezone on the cloud configuration is the same as Home Assistant?...
@ronhks here you have 2 implementations in case they can be of any help: - @bimusiek typescript implementation: https://github.com/Hernas/homebridge-panasonic-heat-pump/blob/b8fb03bbe9b6e1c882b9ad8893141bf244ab0949/src/api/panasonicApi.ts#L35-L197 - Aquarea integration in python: https://github.com/cjaliaga/aioaquarea/blob/9348dd47b2c13163c45748ed513853646b5b27dd/aioaquarea/core.py#L287-416
Thanks @DorjeDorf, I'll take a look as soon as I can. The integration sends the current status + new changes to the Aquarea API and I tried to replicate their...
@DeltekDavid the [.NET Isolated language worker extension](https://github.com/microsoft/durabletask-dotnet), `TaskOrchestrationContext` contains a `SetCustomStatus` method equivalent. With the DurableTaskClient you can get the Instance metadata and then Read the Custom Status: ```csharp var...
> > We need to ensure that `formattedMessage` has either a value or empty string. `Sanitizer.Sanitize` checks that and we will return early if `formattedMessage` is one of those so...
That's expected, in 0.7.1 I forgot to update the manifest so Home Assistant will read 0.7.0 even if you're running 0.7.1. But don't worry, If HACS says you're using 0.7.1,...
Thanks for the report @oscarhermoso . The PR you mentioned (#10996) disables the service when it's not able to connect to the storage account. However, there's one case that's not...