MikeJMcGuire / hass-actronque

Actron Que/Neo Air Conditioner Add-On for Home Assistant
GNU General Public License v3.0
13 stars 5 forks source link

HA Add-On doesnt seem to start anymore #11

Closed ashwin-gupta closed 1 year ago

ashwin-gupta commented 1 year ago

HI Mike, this plugin has worked great over the last few years. But after updating to the latest 2023 update this add-on seems to get stuck after setting the configurations and doesnt go beyond that. I have attached logs below:

07-01-2023 15:30:12.91 Service.Start() Build Date: Thu 05/01/2023 07-01-2023 15:30:13.60 Configuration.GetConfiguration() Read MQTTUser 07-01-2023 15:30:13.60 MQTTUser: 07-01-2023 15:30:13.60 Configuration.GetConfiguration() Read MQTTPassword 07-01-2023 15:30:13.60 MQTTPassword: 07-01-2023 15:30:13.60 Configuration.GetConfiguration() Read MQTTBroker 07-01-2023 15:30:13.60 MQTTBroker: core-mosquitto 07-01-2023 15:30:13.61 Configuration.GetConfiguration() Read MQTTTLS 07-01-2023 15:30:13.61 MQTTTLS: True 07-01-2023 15:30:13.61 Configuration.GetConfiguration() Read PerZoneControls 07-01-2023 15:30:13.61 PerZoneControls: True 07-01-2023 15:30:13.61 Configuration.GetConfiguration() Read PerZoneSensors 07-01-2023 15:30:13.61 PerZoneSensors: False 07-01-2023 15:30:13.61 Configuration.GetConfiguration() Read PollInterval 07-01-2023 15:30:13.61 PollInterval: 30 07-01-2023 15:30:13.61 Configuration.GetConfiguration() Read QueUser 07-01-2023 15:30:13.61 QueUser: **@gmail.com 07-01-2023 15:30:13.61 Configuration.GetConfiguration() Read QuePassword 07-01-2023 15:30:13.61 QuePassword: 07-01-2023 15:30:13.61 Configuration.GetConfiguration() Read QueSerial 07-01-2023 15:30:13.61 Configuration.GetConfiguration() Read SystemType 07-01-2023 15:30:13.61 SystemType: que

It seems to crash after posting this in logs. Hope you can help with this?

MikeJMcGuire commented 1 year ago

Nothing further in the logs?

ashwin-gupta commented 1 year ago

No just ends there and crashes afterwards and then have to restart for it to do the same again. But I can no longer control my AC system through HA or HomeKit.

MikeJMcGuire commented 1 year ago

Ah ok, so there probably is more log info, but it’s getting restarted too quickly. Do you have another way of seeing the logs, like portainer?

ashwin-gupta commented 1 year ago

No I dont but I did find this in the Home Assistant Logs.

Failed to to call /addons/e4641267_hass-actronque/stats - 404 Client Error for http+docker://localhost/v1.41/containers/addon_e4641267_hass-actronque/json: Not Found ("No such container: addon_e4641267_hass-actronque") Failed to to call /addons/e4641267_hass-actronque/stats - Container addon_e4641267_hass-actronque is not running

MikeJMcGuire commented 1 year ago

Can you turn watchdog off for the addon so it doesn’t restart?

ashwin-gupta commented 1 year ago

After turning watch dog off, the logs dont go further than the ones I posted before

MikeJMcGuire commented 1 year ago

Ok, can you leave a comment on the blog listed on the main page for the addon? I’ll then contact you directly for next steps.

ashwin-gupta commented 1 year ago

Left a comment cheers Mike!

shanelord01 commented 1 year ago

Mike I have the same issue. My login should still be the same so you can test - let me know if not.

On Sat, 7 Jan 2023 at 3:46 pm, Ashwin Gupta @.***> wrote:

Left a comment cheers Mike!

— Reply to this email directly, view it on GitHub https://github.com/MikeJMcGuire/hass-actronque/issues/11#issuecomment-1374377847, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALZFAH7TKZI6Y74UBZHXGXDWRDYJBANCNFSM6AAAAAATTWRQEY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

MikeJMcGuire commented 1 year ago

@ashwin-gupta what hardware platform are you running? In the meantime, try uninstall and reinstall the addon.

ashwin-gupta commented 1 year ago

@MikeJMcGuire If youre asking what system im running Home Assistant on, its a Raspberry Pi 3.

MikeJMcGuire commented 1 year ago

@ashwin-gupta Does uninstalling and reinstalling the add-on fix the problem?

ashwin-gupta commented 1 year ago

I have tried that, it didnt seem to fix the issue.

MikeJMcGuire commented 1 year ago

Ok, it seems the arm v8 image just stops at random points after starting on an RPi4. The arm v7 image on the same platform works perfectly. I'll try rebuild it with a different version of the base image and see if that fixes it.

MikeJMcGuire commented 1 year ago

The previous version base image from Microsoft doesn't have the issue. I'm building a v2023.1.1 now that uses the older Armv8 base image.