manzari / message-hass-motioneyeos

Alert homeassistant via MQTT
2 stars 1 forks source link

MotionEye OS has no root access #3

Open Bram62 opened 2 years ago

Bram62 commented 2 years ago

<env GOOS=linux GOARCH=arm GOARM=5 \ go build -o ./build/message-hass> can't run this command

manzari commented 2 years ago

Can you provide more information? The output of the above command for example. Its hard to help you otherwise. However, did you maybe try to run this command on motioneyeos? You should build on your machine and then copy over the binary to motioneyeos.

Bram62 commented 2 years ago

Hi manzari,

  1. It took me a while to realize that you had listed a pre built binary, so I struggled a bit with getting Golang to work on MotionEyOS and later after you reply on windows as your curl command returns a redirect. But after using your binary and renaming to the correct name I finally got it to work. 2.Thanks for designing this configuration but please amend the instructions, because I am certainly not the brightest but also not a noob :-)