explosivo22 / rinnaicontrolr-ha

Rinnai Control-R integration for Home Assistant
Apache License 2.0
50 stars 3 forks source link

Most sensors are "Unavailable" if I upgrade to any version of HA 23.X.X #60

Closed wrmacj closed 1 year ago

wrmacj commented 1 year ago

Command completed successfully. [core-ssh ~]$ ha core update --version 2022.12.6 Processing... Done.

Command completed successfully. [core-ssh ~]$ ha core update --version 2023.1.1 Processing... Done.

Command completed successfully. [core-ssh ~]$ ha core update --version 2022.12.6 Processing... Done.

If I

If I

Please let me know if there is anything else I can gather


explosivo22 commented 1 year ago

Apologies as I have been out of schedule. I will investigate and hopefully get a fix pushed soon.

wrmacj commented 1 year ago

I just tried again after upgrading to the following and it is broken.

Home Assistant 2023.1.7 Supervisor 2023.01.1 Operating System 9.5 Frontend 20230110.0 - latest


Info from Banner message and the method I used to upgrade. It does not matter if I upgrade from teh GUI.


Welcome to the Home Assistant command line.

System information IPv4 addresses for enp2s1: 192.168.10.11/24 IPv6 addresses for enp2s1: fe80::bed2:3557:2f8c:ee8f/64

OS Version: Home Assistant OS 9.5 Home Assistant Core: 2022.12.6

Home Assistant URL: http://HA-VMDK1.local:8123 Observer URL: http://HA-VMDK1.local:4357 [core-ssh ~]$ ha core update --version 2023.1.7 <- This is the upgrade,today, but any 23.x breaks it Processing... Done.

Command completed successfully. [core-ssh ~]$ ha core update --version 2022.12.6 <- reintalling 2022.12.6 fixes it. Whew!!! 👍 Processing... Done.

Command completed successfully.

image

wrmacj commented 1 year ago

I did install 23.2.0 today and now joy. I tried the recirculation scripts and they also no longer work. When I kick off recirc from teh Rinnai app the recirculation sensor worked and I believe the Water Heater Heating sensor also worked. Let me know if there is info from my system I can provide.

explosivo22 commented 1 year ago

Can you confirm that you are on 1.3.9? The fix for this specific error you are getting should have been fixed with this release. #56

wrmacj commented 1 year ago

Can you tell me how to tell? I do not show any updates in the update section. Allow HASS to poll for updates is turned on and I do not have any skipped.

explosivo22 commented 1 year ago

The quickest would be to look at the manifest file in the integration folder and see if it says 1.3.9.

wrmacj commented 1 year ago

I deleted the Rinnai integration and restarted HAS. I upgraded to 23.2.0 I reinstalled the Rinnai integration .

Same issue but it looks like I am still on 1.3.6?

I could not find an integrations folder. I did find a config\custom_components\rinnai\manifest.json and this is the contents. "domain": "rinnai", "name": "Rinnai Control-R Water Heater", "config_flow": true, "documentation": "https://github.com/explosivo22/rinnaicontrolr-ha/", "codeowners": [ "@explosivo22" ], "requirements": [ "aiorinnai==0.3.1" ], "version": "1.3.6", "iot_class": "cloud_polling"

Not sure how to force an upgrade?

wrmacj commented 1 year ago

Deleted the dir and re-added via HACCs and it installed 1.3.9. Rebooting. It shows 11 devices sooooo, it looks good. I will up in a momement. Thanks for the hint.

wrmacj commented 1 year ago

All Good! Thanks for the assistance.