PianSom
(Pian Som)
January 31, 2018, 8:04am
1
The HA docs point out that because of a bug in Pure-FTPd it is necessary to run an old version of the hack firmware in order for HA to show Yi images.
In case you haven’t noticed, a workaround has now been published, which allows the latest firmware to use the original ftpd instead
1 Like
ilshatms
(ilshat)
February 11, 2018, 6:49pm
2
hi,
so the system.sh should be changed?
if [[ $(get_config FTPD) == “yes” ]] ; then
pure-ftpd -B
tcpsvd -vE 0.0.0.0 21 ftpd -w &
PianSom
(Pian Som)
February 11, 2018, 7:03pm
3
See instruction #2 . You need to comment out the pure-ftpd
, like this:
if [[ $(get_config FTPD) == “yes” ]] ; then
# pure-ftpd -B
tcpsvd -vE 0.0.0.0 21 ftpd -w &
(Please see the blue box at the top of this page for instructions on how to paste)
1 Like
Hey, just got a Yi Home camera and got the Custom firmware running and working with the app. I have added the camera to HASS but have “image not available” on my camera within the HASS UI.
I have made the change to the system.sh as you have linked and rebooted the camera but still no change in HASS. Is this the same error you where getting?
I’m also having the same issue.
Using YiCam 27US running YiHack 3 0.1.5
i had to install FFMPEG on my Pi and it started working
I installed it and set the proper dir in the Hass config file.
Still no go
Kevin07
(Kevin Taylor)
June 29, 2018, 3:01am
9
I guess you can contact with the seller to deal with the problem.