home-assistant.io icon indicating copy to clipboard operation
home-assistant.io copied to clipboard

Growatt no longer works after the latest Home Assistant update

Open rtrinks opened this issue 3 years ago • 2 comments

Feedback

Growatt no longer works after the latest Home Assistant update

Growatt application is back to old server settings server.growatt.com when updating Home Assistant. The correct settings are server-api.growatt.com If you want to solve this you can run the following command in SSH

Go to:

Settings Add-ons Install SSH & Web Terminal

Open SSH terminal and run the following command:

sed -i 's/server.growatt.com/server-api.growatt.com/g' /config/.storage/core.config_entries

Restart your Home Assistant and Growatt is working again.

URL

https://www.home-assistant.io/integrations/growatt_server/

Version

2022.8.2

Additional information

No response

rtrinks avatar Aug 08 '22 21:08 rtrinks

Hey there @indykoning, @muppet3000, @jasperplant, mind taking a look at this feedback as it has been labeled with an integration (growatt_server) you are listed as a code owner for? Thanks! (message by CodeOwnersMention)

Mine seems ok. I'm also on 2022.8.3. image

dannytsang avatar Aug 10 '22 22:08 dannytsang

@rtrinks I think you will need to raise this in the Home Assistant Core repository because this repository is for documentation.

Also your issue might be covered in Growatt integration fail with 2022.8.2

dannytsang avatar Aug 12 '22 23:08 dannytsang

I take it back. I've switched to the server-api address and it's so much more reliable. Thanks @rtrinks

dannytsang avatar Aug 15 '22 09:08 dannytsang

I can confirm this change fixes the issue..

JesperThorup avatar Aug 15 '22 12:08 JesperThorup

i cant find "server.growatt.com" line in my core.config_entries i only have this: { "entry_id": "", "version": 1, "domain": "growatt_server", "title": "", "data": { "platform": "growatt_server", "username": "", "password": "********", "plant_id": "*", "name": "********" }, is any idea what can i change in this?

woolf0007 avatar Aug 15 '22 18:08 woolf0007

@woolf0007 not sure about changing it. Maybe make a backup and try changing it to see if it works.

For reference this is what mine looks like:

{
        "entry_id": "abc123",
        "version": 1,
        "domain": "growatt_server",
        "title": "Growatt Hybrid",
        "data": {
          "username": "danny",
          "password": "password",
          "url": "https://server-api.growatt.com/",
          "plant_id": "1",
          "name": "Growatt Hybrid"
        },
        "options": {},
        "pref_disable_new_entities": false,
        "pref_disable_polling": false,
        "source": "user",
        "unique_id": "1407311",
        "disabled_by": null
},

dannytsang avatar Aug 15 '22 18:08 dannytsang

thx , i will try

woolf0007 avatar Aug 15 '22 18:08 woolf0007

looks like it works, thanks for the help (I had to delete this line: "platform": "growatt_server", and enter the"url": "https://server-api.growatt.com/")

woolf0007 avatar Aug 15 '22 19:08 woolf0007

Have you installed the Growatt integration?

rtrinks avatar Aug 15 '22 19:08 rtrinks

Yes, 2 years ago...😀

woolf0007 avatar Aug 15 '22 19:08 woolf0007

See here: https://github.com/home-assistant/core/issues/76453 More importantly my comment here: https://github.com/home-assistant/core/issues/76453#issuecomment-1216203161

muppet3000 avatar Aug 16 '22 07:08 muppet3000

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved. If this issue is still relevant, please let us know by leaving a comment 👍 This issue has now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Oct 15 '22 08:10 github-actions[bot]