Hi, I am looking for some recommendations for some new internal CCTV cameras. I had a couple of Neos cameras but they are shutting down this year and I bought these long before I started using home assistant so they were cloud connected, which now means they’ll be paper waits when they shutdown.
I’m looking for a couple of small cheap cameras that I can use to replace these Neos camera, ideally I would want the following features:
No cloud requirement
Be able to connect, view and manage through home assitstant
Local storage, on camera is probably OK, but if there is way to record somewhere it can be accesssed via home assistant would be good. I rent so can’t install ethernet cables so have to rely on wifi connectivity, so remote storage probably wouldn’t be ideal.
Auto arming/disarming, so they’re not recording 24/7, only trigger recording while they see motion or hear sound.
Be fairly small and lightweight, I can’t permanently fix to the wall, so was stuck up using 3M picture mounting pads.
Can anyone recommend anything that fits these requirements, if this is even possible I’m not too sure.
Very little lag with the Generic Camera integration and the following settings: Still image URL: http://thingino_ip/onvif/image.cgi - Stream Source URL: rtsp://thingino_ip/ch0 - protocol: TCP, - Authentication: basic - username+password: thingino
Still tinkering with the ONVIF integration to get working PTZ controls.
Edit: use the ONVIF integration and a picture glance card with below configuration.
This Thingino firmware is interesting, anyone know if is possibile to use the motion detection, sound detection, set sensitivity, set led / IR on/off, etc.?
Is there already an integration?
FYI - I installed latest on my WyzeCam v3. Integrates as ONVIF (although i’m integrating it from my UniFi Protect)
I’m sure there are other ways, but you can enable the Motion Guard to send Home Assistant a Webhook.
This is great! I am working on adding several Cinnado D1 cameras to HA. I flashed them with Thingino and have a card that shows the live stream. My next goal was to get the PTZ working. The steps I followed were:
Create a picture glance card for the camera.
Edit the card and then open the visual editor
Copy/paste the code into notepad
Copy/paste your code into notepad
Use find/replace to replace the entity ID in your code
Copy/paste the code into my picture glance card and save
The direction controls showed up and are working.
I assume the numbers to the right of the controls are supposed to be zoom. Those are not working, next step will be to figure out why.