#Grocy

1 messages · Page 1 of 1 (latest)

open wedge
#

Hello everyone, I am looking into integrating Grocy with my HAOS. I would like to keep an eye on products in my household.
I am having issues with integrating it in devices and services, as it asks me for API key (which I generated in Grocy) and API link which should be http://homeassistant.local:8123/a0d7b954_grocy/ingress

I first went to HACS to download custom component, then I installed it in Addons, and ran it.

For some reason, I am unable to set it up...
Any help would be appreciated..

jaunty lantern
#

Try removing the port from the API url.

#

http://homeassistant.local/a0d7b954_grocy/ingress

#

If you have configured the Grocy add-on as described, use port 9192 (without https). Either be sure the port is open in your router or use your internal Home Assistant address.

The Grocy url should be in the form below (start with http:// or https://) and point to your Grocy instance. If you use a SSL certificate you should have https and also check the "Verify SSL Certificate" box. Do not enter a port in the url field. Subdomains are also supported, fill out the full url in the field

From the official addon documentation: https://github.com/custom-components/grocy

GitHub

Custom Grocy integration for Home Assistant. Contribute to custom-components/grocy development by creating an account on GitHub.

tawny ivy
#

I tried this and am having the exact same issue.

jaunty lantern
#

Did you try with port 80 instead? Or whatever port you use to access grocy UI manually

#

I seem to remember having some issue with the port as well, but I didn't use the addon and can't remember what I did to fix it

tawny ivy
#

No dice :/

tawny ivy
#

I was able to get it solved. I had SSL enabled in the integration. That and disabling port 9192 and it worked.

open wedge
#

Damn I tried this but didnt work... Let me try again

open wedge
#

This is what I get when I want to add Grocy integration...
I even reinstalled everything but its still the same

jaunty lantern
#

What do the logs say?
Settings -> System -> Logs and search for grocy, there should be a bit more information there.

open wedge
#

Nothing in logs, I'm running HAOS in beta test, maybe that is the reason

#

Il uninstall and go step by step once more

jaunty lantern
#

Also see if you have anything in the grocy logs

#

I don't remember where they are but there should be info online how to access them, I remember it was reasonably easy

open wedge
#

[06:59:01] INFO: Starting PHP-FPM...
s6-rc: info: service legacy-services successfully started
[06:59:02] INFO: Starting NGinx....

#

These are the two that don't start.. Found in grocy logs

#

Looks like they don't start at all.. But I've managed to get to partially work before

jaunty lantern
#

Can you access the Grocy UI normally?
There should be more rows in the access log afterwards if yes.
or if not, more rows in the error log.
I'm sorry, but I'm not using an addon for grocy (docker container install, not supervised/haos) so I can't try to reproduce / give step by steps 😦