mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
EzViz camera FHD got error "NOT MODULE 16" #1856
Labels
No labels
Android app
Arch Linux
CI/CD
CSS
FreeBSD
HTML/HTTP
Home Assistant addon
JavaScript
Python
Raspberry Pi
Stale No Activity 60 Days
bug
code format
dependencies
dev branch
docker
documentation
duplicate
enhancement
feature
help wanted
i18n/l10n
invalid
legacy motionEye
meta
motion
motionEyeOS
notourproblem
python update
question
question
security
troubleshooting
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/motioneye#1856
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tavano on GitHub (Jan 19, 2021).
Hi, I am asking for help regarding an installation of motioneye on Raspbian.
Installed the service, made it running properly, it is up to date.
I have configured only one camera (EzViz C3N FHD) and the problem is that:
Thanks for anyone will help me!!
@starbasessd commented on GitHub (Jan 19, 2021):
for #1, which instruction set to install motion/motionEye did you follow?
@Tavano commented on GitHub (Jan 19, 2021):
Mosquitto is installed on a docker container so, if I use the docker container shell, yes the command works perfectly, Here is the command that i am using in motioneye:
mosquitto_pub -h IP_BROKER -u MQTTUSERNAME -P MQTTPASSWORD -t stat/motionEye/motion -m '{"ipcam":"on"}'
Where IP_BROKER is like 192.168.1.55 and is the IP of the raspberry that cotnains the motionEye and the docker container.
I mean that the Run End Command is not working, the end command is like the previous command:
mosquitto_pub -h IP_BROKER -u MQTTUSERNAME -P MQTTPASSWORD -t stat/motionEye/motion -m '{"ipcam":"off"}'
@starbasessd commented on GitHub (Jan 19, 2021):
Try changing the -t stat/... to the full path of the stat file.
On Tue, Jan 19, 2021 at 6:53 AM Tavano notifications@github.com wrote:
--
Thanks
Kevin Shumaker
Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel
N38° 19' 56.52"
W85° 45' 8.56"
Semper Gumby
“Don't tell people how to do things. Tell them what to do and let them
surprise you with their results.” - G.S. Patton, Gen. USA
Ethics are what we do when no one else is looking.
Quis custodiet ipsos custodes?
“There is no end to the good you can do if you don’t care who
gets the credit.” - C Powell
You know we're sitting on four million pounds of fuel, one nuclear weapon
and a thing that has 270,000 moving parts built by the lowest bidder. Makes
you feel good, doesn't it?
@Tavano commented on GitHub (Jan 19, 2021):
Sorry, I not understood what you mean...
If it is the topic: -t stat/motionEye/motion
What are you suggesting to do?
@starbasessd commented on GitHub (Jan 19, 2021):
where is the file 'stat'?
If it is in /usr/bin/stat then you need to add the '/usr/bin/' before it in
the command
If it is somewhere else then you need to add that part of the path.
you can use the command
which stat [enter]
and it will show something like
/usr/bin/stat
so you would change it from "-t stat/..." to "-t /usr/bin/stat/..."
A lot of environments don't carry over the current path settings being
used, so you need to include the full path to the file/program...
On Tue, Jan 19, 2021 at 7:46 AM Tavano notifications@github.com wrote:
--
Thanks
Kevin Shumaker
Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel
N38° 19' 56.52"
W85° 45' 8.56"
Semper Gumby
“Don't tell people how to do things. Tell them what to do and let them
surprise you with their results.” - G.S. Patton, Gen. USA
Ethics are what we do when no one else is looking.
Quis custodiet ipsos custodes?
“There is no end to the good you can do if you don’t care who
gets the credit.” - C Powell
You know we're sitting on four million pounds of fuel, one nuclear weapon
and a thing that has 270,000 moving parts built by the lowest bidder. Makes
you feel good, doesn't it?
@Tavano commented on GitHub (Jan 19, 2021):
Ah ok, no. nothing changed. The camera app still alert me about motion detect. Also MotionEye, in the interfaces, detects the pixel change but no topic is published.
I have composed a command to lunch from the pi user (the default raspberry user)
sudo docker exec -it mosquitto mosquitto_pub -h IP_BROKER -u mqtt_user -P mqtt_password -t stat/motionEye/motion -m '{"ipcam":"off"}'
It works perfectly using the terminal but on motionEye no. Tryied with "sudo" and with the full path but nothing change. It won't publish the topic
@starbasessd commented on GitHub (Jan 19, 2021):
Do you have motioneye service running as the Pi user?
ps auxw| grep meyectl [enter]
will list which user you are running as
in the Run Command enter:
echo $PATH >> /home/pi/path.txt
and save and trigger
then do a cat /home/pi/path.txt
What does it show?
Also do a which docker and add the full path to docker in the run command
On Tue, Jan 19, 2021 at 8:42 AM Tavano notifications@github.com wrote:
--
Thanks
Kevin Shumaker
Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel
N38° 19' 56.52"
W85° 45' 8.56"
Semper Gumby
“Don't tell people how to do things. Tell them what to do and let them
surprise you with their results.” - G.S. Patton, Gen. USA
Ethics are what we do when no one else is looking.
Quis custodiet ipsos custodes?
“There is no end to the good you can do if you don’t care who
gets the credit.” - C Powell
You know we're sitting on four million pounds of fuel, one nuclear weapon
and a thing that has 270,000 moving parts built by the lowest bidder. Makes
you feel good, doesn't it?
@Tavano commented on GitHub (Jan 19, 2021):
Added the full path but nothing changed.
In the attached there is a screenshot with the commands you asked (putting "echo $PATH >> /home/pi/path.txt" in "Run A Command" give the same result that you can see in the screen shot) so it seems that the command is correctly executed
@starbasessd commented on GitHub (Jan 19, 2021):
Please try to answer all the questions posted.
On Tue, Jan 19, 2021 at 9:26 AM Tavano notifications@github.com wrote:
--
Thanks
Kevin Shumaker
Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel
N38° 19' 56.52"
W85° 45' 8.56"
Semper Gumby
“Don't tell people how to do things. Tell them what to do and let them
surprise you with their results.” - G.S. Patton, Gen. USA
Ethics are what we do when no one else is looking.
Quis custodiet ipsos custodes?
“There is no end to the good you can do if you don’t care who
gets the credit.” - C Powell
You know we're sitting on four million pounds of fuel, one nuclear weapon
and a thing that has 270,000 moving parts built by the lowest bidder. Makes
you feel good, doesn't it?
@Tavano commented on GitHub (Jan 19, 2021):
Ok I'll try to answer...
Q: which instruction set to install motion/motionEye did you follow?
A: https://indomus.it/guide/integrare-telecamere-come-sensori-di-movimento-su-home-assistant-via-motioneye/
Q: Do you have motioneye service running as the Pi user?
A: Using "ps auxw| grep meyectl" the output is:
`root 352 10.3 0.2 63800 21008 ? Ssl 17:48 0:20 /usr/bin/python /usr/local/bin/meyectl startserver -c /etc/motioneye/motioneye.conf
root 572 0.0 0.1 35100 12980 ? S 17:48 0:00 /usr/bin/python /usr/local/bin/meyectl startserver -c /etc/motioneye/motioneye.conf
pi 2726 0.0 0.0 7348 476 pts/0 S+ 17:51 0:00 grep --color=auto meyectl
`
Q: What does it show?
A: Setting "Run a Command" as
echo $PATH >> /home/pi/path.txtthe file contains/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/binand it is written periodically according to the motion detectQ: Also do a which docker and add the full path to docker in the run command
A: Done and nothing changed
@starbasessd commented on GitHub (Jan 19, 2021):
Contact the HomeAssistant Community and FRENCK about any issues as that
version of motioneEye has been modded, but they won't say what all has been
changed.
On Tue, Jan 19, 2021 at 11:58 AM Tavano notifications@github.com wrote:
--
Thanks
Kevin Shumaker
Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel
N38° 19' 56.52"
W85° 45' 8.56"
Semper Gumby
“Don't tell people how to do things. Tell them what to do and let them
surprise you with their results.” - G.S. Patton, Gen. USA
Ethics are what we do when no one else is looking.
Quis custodiet ipsos custodes?
“There is no end to the good you can do if you don’t care who
gets the credit.” - C Powell
You know we're sitting on four million pounds of fuel, one nuclear weapon
and a thing that has 270,000 moving parts built by the lowest bidder. Makes
you feel good, doesn't it?
@Tavano commented on GitHub (Jan 19, 2021):
May I install a different version of motioneye? Maybe a previous one to make mqtt work?
@starbasessd commented on GitHub (Jan 19, 2021):
You can try installing motion/motionEye using the following docker install or using the instructions here:
https://github.com/ccrisan/motioneye/wiki/Install-In-Docker
https://github.com/ccrisan/motioneye/wiki/%28Install-On-Ubuntu-%2820.04-or-Newer%29
@Tavano commented on GitHub (Jan 19, 2021):
Thanks a lot!!!
@Tavano commented on GitHub (Jan 28, 2021):
Hi,
finally I solved the problem, here the steps:
@starbasessd commented on GitHub (Mar 5, 2021):
No response in >30 days. If you are still having issues, please open a new issue.