So i just installed hass.io on my pi3. and after installing configurator, i was trying to add my venstar thermostat from ‘Add new repository by URL’, but it does not work. i tried to different URL’s and didn’t work.
Can anyone help me?
This is the component:
here is the log for both tries (i tried some other stuff, but didnt work as well…)
19-08-21 15:29:27 INFO (MainThread) [hassio.store.git] Clone add-on https://github.com/home-assistant/home-assistant/blob/08d797edba563efec5983a7b506229066d6a1e7a/homeassistant/components/venstar/manifest.json repository
19-08-21 15:29:28 ERROR (MainThread) [hassio.store.git] Can't clone https://github.com/home-assistant/home-assistant/blob/08d797edba563efec5983a7b506229066d6a1e7a/homeassistant/components/venstar/manifest.json repository: Cmd('git') failed due to: exit code(128)
cmdline: git clone --depth=1 --recursive --shallow-submodules -v https://github.com/home-assistant/home-assistant/blob/08d797edba563efec5983a7b506229066d6a1e7a/homeassistant/components/venstar/manifest.json /data/addons/git/d690cf40
stderr: 'Cloning into '/data/addons/git/d690cf40'...
fatal: repository 'https://github.com/home-assistant/home-assistant/blob/08d797edba563efec5983a7b506229066d6a1e7a/homeassistant/components/venstar/manifest.json/' not found
'.
19-08-21 15:29:28 ERROR (MainThread) [hassio.store] Can't load from repository https://github.com/home-assistant/home-assistant/blob/08d797edba563efec5983a7b506229066d6a1e7a/homeassistant/components/venstar/manifest.json
19-08-21 15:29:28 INFO (MainThread) [hassio.store] Load add-ons from store: 60 all - 0 new - 0 remove
19-08-21 15:31:31 INFO (MainThread) [hassio.store.git] Clone add-on https://github.com/home-assistant/home-assistant/tree/dev/homeassistant/components/venstar repository
19-08-21 15:31:32 ERROR (MainThread) [hassio.store.git] Can't clone https://github.com/home-assistant/home-assistant/tree/dev/homeassistant/components/venstar repository: Cmd('git') failed due to: exit code(128)
cmdline: git clone --depth=1 --recursive --shallow-submodules -v https://github.com/home-assistant/home-assistant/tree/dev/homeassistant/components/venstar /data/addons/git/82b65fd3
stderr: 'Cloning into '/data/addons/git/82b65fd3'...
fatal: repository 'https://github.com/home-assistant/home-assistant/tree/dev/homeassistant/components/venstar/' not found
'.
19-08-21 15:31:32 ERROR (MainThread) [hassio.store] Can't load from repository https://github.com/home-assistant/home-assistant/tree/dev/homeassistant/components/venstar
19-08-21 15:31:32 INFO (MainThread) [hassio.store] Load add-ons from store: 60 all - 0 new - 0 remove
Thank you so much.