[support] Siwat's Docker Repository


Recommended Posts

9 hours ago, MindRazorblade said:

Hi @Siwat2545, I'm trying to get an instance of your Home Assistant Control Panel (HACP) to talk to my Home Assistant (HA) instance but it's giving me a pop up error saying "Unable to connect to Home Assistant. Please check the Server URL is accessible from this device or change the URL below:". I've followed the HACP troubleshooting, confirmed my API Password works and added a "cors_allowed_origins" section to the http part of my HA's configuration.yaml but still no luck.

 

Do you have any idea what mistake I could be making?

Where are you connecting from? What is the internal ip of your home assistant instance and what is the ip of your ha control panel instance? and may I have a cencored out section of your home assistant's http config? also you're supposed to add your hacp address in the cors allow origin not the default https://reformedreality.com so just copy and paste the ha control panel url from your browser

Edited by Siwat2545
Link to comment
On 12/3/2018 at 11:57 AM, Eggman1414 said:

Getting an error while trying to use H265ize on a mkv file.


[h265ize]: [verbose] Handling keypresses...
[h265ize]: [verbose] Setting as-preset options...
[h265ize]: [verbose] Folder encoding started at Monday, December 3rd 2018, 4:54:00 AM
[h265ize]: Processing Nightflyers - 1x01 - All That We Left Behind.mkv...

[h265ize]: [verbose] Encoding started at Mon, 4:54 AM
[h265ize]: [verbose] Getting metadata...
[h265ize]: [verbose] Resolving video streams...
[h265ize]: [verbose] Upconverting...
[h265ize]: [verbose] Setting video bit depth...
[h265ize]: [verbose] Mapping streams...
[h265ize]: [alert] Audio does not have a title. Title set to "English EAC3 (5.1 Channel)".
[h265ize]: English
[h265ize]: [verbose] Detecting auto crop...
[h265ize]: Crop Detection: 1/12
[1000D[1A[2K[h265ize]: Crop Detection: 2/12
[1000D[1A[2K[h265ize]: Crop Detection: 3/12
[1000D[1A[2K[h265ize]: Crop Detection: 4/12
[1000D[1A[2K[h265ize]: Crop Detection: 5/12
[1000D[1A[2K[h265ize]: Crop Detection: 6/12
[1000D[1A[2K[h265ize]: Crop Detection: 7/12
[1000D[1A[2K[h265ize]: Crop Detection: 5/12
[1000D[1A[2K[h265ize]: Crop Detection: 6/12
[1000D[1A[2K[h265ize]: Crop Detection: 7/12
[1000D[1A[2K[h265ize]: Crop Detection: 8/12
[1000D[1A[2K[h265ize]: Crop Detection: 9/12
[1000D[1A[2K[h265ize]: Crop Detection: 10/12
[1000D[1A[2K[h265ize]: Crop Detection: 11/12
[1000D[1A[2K[h265ize]: Crop Detection: 12/12
[h265ize]: [alert] Output will be cropped to 1920x960. Originally 1920x1080
[h265ize]: [verbose] Mapping HE Audio streams...
[h265ize]: [verbose] Setting ffmpeg settings...
[h265ize]: [verbose] Encoding video...
[h265ize]: ffmpeg exited with code 1: Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:0 --


encoded 0 frames
Conversion failed!


[h265ize]: [verbose] Finished encoding at Mon, 4:54 AM (a few seconds)
[h265ize]: Folder encoding finished at Monday, December 3rd 2018, 4:54:04 AM

[h265ize]: [alert] The following videos (1) were not encoded:
- /mnt/user/h265ize/input/Nightflyers - 1x01 - All That We Left Behind.mkv: ffmpeg exited with code 1: Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:0 --

Any reason why? 

Can I have a screen shot of your configuration? (the webui container config) and Can you try enabling Privileged mode

Link to comment
41 minutes ago, Siwat2545 said:

Where are you connecting from? What is the internal ip of your home assistant instance and what is the ip of your ha control panel instance? and may I have a cencored out section of your home assistant's http config? also you're supposed to add your hacp address in the cors allow origin not the default https://reformedreality.com so just copy and paste the ha control panel url from your browser

Where are you connecting from?:

From a laptop 192.168.7.13

 

What is the internal ip of your home assistant instance and what is the ip of your ha control panel instance?:

192.168.7.8:8123 is the ip address I access my HA instance from the laptop

 

may I have a cencored out section of your home assistant's http config?

http:
  api_password: !secret http_password
  login_attempts_threshold: 5
  cors_allowed_origins:
    - http://192.168.8.8

 

Thanks for your help!

Link to comment
12 minutes ago, MindRazorblade said:

Where are you connecting from?:

From a laptop 192.168.7.13

 

What is the internal ip of your home assistant instance and what is the ip of your ha control panel instance?:

192.168.7.8:8123 is the ip address I access my HA instance from the laptop

 

may I have a cencored out section of your home assistant's http config?

http:
  api_password: !secret http_password
  login_attempts_threshold: 5
  cors_allowed_origins:
    - http://192.168.8.8

 

Thanks for your help!

Please put in the port too, you need to use custom configuration and manualy enter your home assistant ip and port in the home assistant control panel because we are using bridged network so auto detect won't work

Link to comment

When trying to use the HomeBridge GUI version I'm getting the following error. 

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='HomeBridgewithwebGUI' --net='host' -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'aptpackages'='ffmpeg' -e 'packages'='homebridge-pilight homebridge-info homebridge-wemo' -v '/mnt/user/appdata/homebridge':'/root/.homebridge':'rw' 'siwatinc/homebridge_gui_x_unraid' 

Unable to find image 'siwatinc/homebridge_gui_x_unraid:latest' locally
/usr/bin/docker: Error response from daemon: pull access denied for siwatinc/homebridge_gui_x_unraid, repository does not exist or may require 'docker login'.
See '/usr/bin/docker run --help'.

 

Is there a login for this repo now? Everything was working.

Link to comment

I migrated to autobuild please download it from the app page again or change the repository to siwatinc/homebridge_gui_unraid

 

 

When trying to use the HomeBridge GUI version I'm getting the following error. 

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='HomeBridgewithwebGUI' --net='host' -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'aptpackages'='ffmpeg' -e 'packages'='homebridge-pilight homebridge-info homebridge-wemo' -v '/mnt/user/appdata/homebridge':'/root/.homebridge':'rw' 'siwatinc/homebridge_gui_x_unraid' 

Unable to find image 'siwatinc/homebridge_gui_x_unraid:latest' locally

/usr/bin/docker: Error response from daemon: pull access denied for siwatinc/homebridge_gui_x_unraid, repository does not exist or may require 'docker login'.

See '/usr/bin/docker run --help'.

 

Is there a login for this repo now? Everything was working.

 

 

 

Sent from my Pixel 3 using Tapatalk

 

 

 

Link to comment
2 hours ago, Siwat2545 said:

I migrated to autobuild please download it from the app page again or change the repository to siwatinc/homebridge_gui_unraid

 

 

 

 

 

 

Sent from my Pixel 3 using Tapatalk

 

 

 

I have tried through the app page. I checked the Docker Hub URL and it gets a 404 error. 

 

https://hub.docker.com/r/siwatinc/homebridge_gui_x_unraid/

 

I then went to https://hub.docker.com/r/siwatinc then clicked to homebridge_gui link and tried again and get the following error.

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='HomeBridgewithwebGUI' --net='host' -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'aptpackages'='ffmpeg' -e 'packages'='homebridge-pilight homebridge-info homebridge-wemo' -v '/mnt/user/appdata/homebridge':'/root/.homebridge':'rw' 'siwatinc/homebridge_gui_x_unraid' 

Unable to find image 'siwatinc/homebridge_gui_x_unraid:latest' locally
/usr/bin/docker: Error response from daemon: pull access denied for siwatinc/homebridge_gui_x_unraid, repository does not exist or may require 'docker login'.
See '/usr/bin/docker run --help'.

The command failed.

Edited by ryan8382
Link to comment

Hello-

 

I am having an issue with Homebridge with GUI.  I think this is different from the previous issue mentioned here above.  I can't get my docker to update.  It tells me that it there is an update available and it looks like it is updating because I get the screen and successful message, but then it still shows as update available.  Any idea's why or how to fix?

 

Thanks!

-Jason

Link to comment

What is the repository you are using? Also some time it does that I did not code in the change log yet, planning to do that next weekend

Hello-
 
I am having an issue with Homebridge with GUI.  I think this is different from the previous issue mentioned here above.  I can't get my docker to update.  It tells me that it there is an update available and it looks like it is updating because I get the screen and successful message, but then it still shows as update available.  Any idea's why or how to fix?
 
Thanks!
-Jason


Sent from my Pixel 3 using Tapatalk

Link to comment
22 hours ago, Siwat2545 said:

Can you try it with other files?

Yep here is the error log from the docker screen.

[h265ize]: [verbose] Cleaning up temp files...
[h265ize]: Process exited.
Script done, file is /dev/null
Script started, file is /dev/null
Script started, file is /dev/null
[h265ize]: [verbose] Handling keypresses...
[h265ize]: [verbose] Setting as-preset options...
[h265ize]: [verbose] Folder encoding started at Friday, December 7th 2018, 3:09:34 AM
[h265ize]: Processing Titans (2018) - 1x01 - Titans.mkv...

[h265ize]: [verbose] Encoding started at Fri, 3:09 AM
[h265ize]: [verbose] Getting metadata...
[h265ize]: [verbose] Resolving video streams...
[h265ize]: [verbose] Upconverting...
[h265ize]: [verbose] Setting video bit depth...
[h265ize]: [verbose] Mapping streams...
[h265ize]: [alert] Audio does not have a title. Title set to "English AAC LC (Stereo)".
[h265ize]: English
[h265ize]: [verbose] Detecting auto crop...
[h265ize]: Crop Detection: 1/12
[1000D[1A[2K[h265ize]: Crop Detection: 2/12
[1000D[1A[2K[h265ize]: Crop Detection: 3/12
[1000D[1A[2K[h265ize]: Crop Detection: 4/12
[1000D[1A[2K[h265ize]: Crop Detection: 5/12
[1000D[1A[2K[h265ize]: Crop Detection: 2/12
[1000D[1A[2K[h265ize]: Crop Detection: 3/12
[1000D[1A[2K[h265ize]: Crop Detection: 4/12
[1000D[1A[2K[h265ize]: Crop Detection: 5/12
[1000D[1A[2K[h265ize]: Crop Detection: 6/12
[1000D[1A[2K[h265ize]: Crop Detection: 7/12
[1000D[1A[2K[h265ize]: Crop Detection: 8/12
[1000D[1A[2K[h265ize]: Crop Detection: 9/12
[1000D[1A[2K[h265ize]: Crop Detection: 10/12
[1000D[1A[2K[h265ize]: Crop Detection: 11/12
[1000D[1A[2K[h265ize]: Crop Detection: 12/12
[h265ize]: [alert] Output will be cropped to 1920x960. Originally 1920x1080
[h265ize]: [verbose] Mapping HE Audio streams...
[h265ize]: [verbose] Setting ffmpeg settings...
[h265ize]: [verbose] Encoding video...
[h265ize]: ffmpeg exited with code 1: Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:0 --


encoded 0 frames
Conversion failed!


[h265ize]: [verbose] Finished encoding at Fri, 3:09 AM (a few seconds)
[h265ize]: Folder encoding finished at Friday, December 7th 2018, 3:09:37 AM

[h265ize]: [alert] The following videos (1) were not encoded:
- /mnt/user/Downloads/h265ize/input/Titans (2018) - 1x01 - Titans.mkv: ffmpeg exited with code 1: Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:0 --


encoded 0 frames
Conversion failed!

 

Link to comment
1 hour ago, Eggman1414 said:

Yep here is the error log from the docker screen.


[h265ize]: [verbose] Cleaning up temp files...
[h265ize]: Process exited.
Script done, file is /dev/null
Script started, file is /dev/null
Script started, file is /dev/null
[h265ize]: [verbose] Handling keypresses...
[h265ize]: [verbose] Setting as-preset options...
[h265ize]: [verbose] Folder encoding started at Friday, December 7th 2018, 3:09:34 AM
[h265ize]: Processing Titans (2018) - 1x01 - Titans.mkv...

[h265ize]: [verbose] Encoding started at Fri, 3:09 AM
[h265ize]: [verbose] Getting metadata...
[h265ize]: [verbose] Resolving video streams...
[h265ize]: [verbose] Upconverting...
[h265ize]: [verbose] Setting video bit depth...
[h265ize]: [verbose] Mapping streams...
[h265ize]: [alert] Audio does not have a title. Title set to "English AAC LC (Stereo)".
[h265ize]: English
[h265ize]: [verbose] Detecting auto crop...
[h265ize]: Crop Detection: 1/12
[1000D[1A[2K[h265ize]: Crop Detection: 2/12
[1000D[1A[2K[h265ize]: Crop Detection: 3/12
[1000D[1A[2K[h265ize]: Crop Detection: 4/12
[1000D[1A[2K[h265ize]: Crop Detection: 5/12
[1000D[1A[2K[h265ize]: Crop Detection: 2/12
[1000D[1A[2K[h265ize]: Crop Detection: 3/12
[1000D[1A[2K[h265ize]: Crop Detection: 4/12
[1000D[1A[2K[h265ize]: Crop Detection: 5/12
[1000D[1A[2K[h265ize]: Crop Detection: 6/12
[1000D[1A[2K[h265ize]: Crop Detection: 7/12
[1000D[1A[2K[h265ize]: Crop Detection: 8/12
[1000D[1A[2K[h265ize]: Crop Detection: 9/12
[1000D[1A[2K[h265ize]: Crop Detection: 10/12
[1000D[1A[2K[h265ize]: Crop Detection: 11/12
[1000D[1A[2K[h265ize]: Crop Detection: 12/12
[h265ize]: [alert] Output will be cropped to 1920x960. Originally 1920x1080
[h265ize]: [verbose] Mapping HE Audio streams...
[h265ize]: [verbose] Setting ffmpeg settings...
[h265ize]: [verbose] Encoding video...
[h265ize]: ffmpeg exited with code 1: Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:0 --


encoded 0 frames
Conversion failed!


[h265ize]: [verbose] Finished encoding at Fri, 3:09 AM (a few seconds)
[h265ize]: Folder encoding finished at Friday, December 7th 2018, 3:09:37 AM

[h265ize]: [alert] The following videos (1) were not encoded:
- /mnt/user/Downloads/h265ize/input/Titans (2018) - 1x01 - Titans.mkv: ffmpeg exited with code 1: Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:0 --


encoded 0 frames
Conversion failed!

 

What is the codec of your source file?

Link to comment

I had the upgrade issue for HomeBridge with GUI, so I updated the repository and was able to get the latest version.  However, after updating it crashes pretty quickly, with the error "Error: The requested accessory 'Chamberlain' was not registered by any plugin.".  My garage door was working fine before the update...could something have deleted my settings?

Link to comment
15 minutes ago, Andiroo2 said:

I had the upgrade issue for HomeBridge with GUI, so I updated the repository and was able to get the latest version.  However, after updating it crashes pretty quickly, with the error "Error: The requested accessory 'Chamberlain' was not registered by any plugin.".  My garage door was working fine before the update...could something have deleted my settings?

Solved by removing the accessory from the config.json file in a text editor, then i was able to get HomeBridge running to the GUI.  I reinstalled the plugin and it worked again.  Odd that my plugin was removed during the update...it was likely due to the failed update to the non-existent repository.

Link to comment

The you need to change your repository in the docker advanced view

I have tried through the app page. I checked the Docker Hub URL and it gets a 404 error. 
 
https://hub.docker.com/r/siwatinc/homebridge_gui_x_unraid/
 
I then went to https://hub.docker.com/r/siwatinc then clicked to homebridge_gui link and tried again and get the following error.
 
root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='HomeBridgewithwebGUI' --net='host' -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'aptpackages'='ffmpeg' -e 'packages'='homebridge-pilight homebridge-info homebridge-wemo' -v '/mnt/user/appdata/homebridge':'/root/.homebridge':'rw' 'siwatinc/homebridge_gui_x_unraid' 
Unable to find image 'siwatinc/homebridge_gui_x_unraid:latest' locally
/usr/bin/docker: Error response from daemon: pull access denied for siwatinc/homebridge_gui_x_unraid, repository does not exist or may require 'docker login'.
See '/usr/bin/docker run --help'.

The command failed.


Sent from my Pixel 3 using Tapatalk

Link to comment
12 minutes ago, Squid said:

You need to update the templates to reflect the change

Sent via telekinesis
 

I already updated my template to use the new repository, but the user who already installed it aren't having the new repository updated to replace their old one.

edit: ohhh I updated the alpha branch sorry everyone, changing it now

Edited by Siwat2545
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.