I’m trying to get the UKBinCollection integration running on my HA VM (in Proxmox).
For the Council I’m with (Forest of Dean) it says that I need Selenium Server running (GitHub - robbrad/UKBinCollectionData: UK Council Bin Collection Data Parser Outputting Bin Data as a JSON).
So I’ve installed Docker in a separate container on Proxmox and have Selenium Standalone Chrome setup. I can access the Selenium Grid (at http://192.168.1.126:4444/ rather than localhost) and I can see it on the grid.
However, I can’t access http://192.168.1.126:4444/wd/hub from a browser (says it can’t find the handler) and when I try the following command it says 'too many arguments.
from selenium import webdriver
So when I try and enter http://192.168.1.126:4444/wd/hub as the URL in the integration on Home Assistant it’s not working.
Any idea where to go next?