ekutner
ekutner
The list of appliances is coming back empty from the API: ``` HTTP GET /api/homeappliances (try=1 count=1) [200 OK] ====> { "data": { "homeappliances": [] } } ``` This can...
The only other thing I can think of is to go ahead and try removing the AC from HC and then re-adding it. That's the way to solve the other...
Note that some entities are only available when a program is running. Each appliance behaves differently so I can't be sure which, but I'm guessing "duration" is one such entity....
I suggest we focus on a single entity that is missing. It's hard to say why it's missing because the log shows it was created at 17:50:28.098. You can try...
I'm afraid I still don't understand the source of the problem so for now I just added some more logging and hopefully that will give me a clue. While reviewing...
Sorry for the slow response on this, been quite busy these last few months. I've looked at the log, and in particular the additional entries I added in the last...
Finally something that looks like progress. The API call made at 2025-05-19 19:26:11.014 to fetch the appliance settings failed with error 409: "HomeAppliance connection initialization failed". The interesting thing is...
I don't know why you're getting those 409 errors but they shouldn't happen and I didn't see reports from other users about them. If you've already tried removing and re-adding...
It seems that this issue has morphed into something different than what it started with. Anyway, when the dryer is turned off the API is supposed to send a DISCONNECTED...
The integration replies on getting updates from the API. As you can see in the log the API is sending updates for ProgramProgress and RemainingProgramTime but not for ProcessPhase. It's...