Image_processing - openalpr_local - wrong ip in image request

Hey all,

Hoping someone can help me out there.
Relatively new to HASS, a convert from Fibaro HC2.

I have successfully configured my ffmpeg feeds from IP cameras, and are now playing with the openalpr_local

From the log below, you can see that hass seems to be injecting http://169.254.28.254:8123 into the config when trying to get the camera feeds.

If I take the URI below, and point to my own correct internal ip for HASS, it works fine in a browser.

What I can’t understand, is where HASS is getting this 169 addy from.
Any assistance would be greatly appreciated!

configs:

image_processing:

  • platform: openalpr_local
    region: eu
    source:
    • entity_id: camera.CameraGF01

In Dev-tools, can see the URI is correct, so HASS is clearly constructing this host entry from somewhere.

I’ve attempted to find how it’s doing this in the code, but being a non-coder, I’m not making any progress.

Many thanks in advance!
D.

home-assistant.log Error:
2018-04-02 16:49:07 WARNING (MainThread) [homeassistant.helpers.entity] Update of image_processing.openalpr_cameragf01 is taking over 10 seconds
2018-04-02 16:49:07 ERROR (MainThread) [homeassistant.components.image_processing] Error on receive image from entity: Can’t connect to http://169.254.28.254:8123/api/camera_proxy/camera.cameragf01?token=tokenliveshere

So in digging further, it seems as though HASS is simply starting before the Pi gets the DHCP addy, is my best guess, as the 169 is a link local addy.

Anyhow, closed for now as I no longer get errors, so will keep going and try get it all working nicely.

thanks anyhow!

Also a convert from Fibaro which i stuck with FAR to long!

Any hints on getting the local openalpr running under a docker? hope your having fun on the Hass bus :slight_smile: