Search results

  1. A

    Getting Audio in a DAHUA bullet camera

    The MicroSeven website list the voltage requirements as follows: "Supply voltage 8V-20V DC (recommended to use 12V, greater than 500 m recommended 15V)" Tested the device at 5 VDC and it runs but the gain is low. At 8 volts it does fine. Run these at 16 VDC with a DC wall wart. Measured the...
  2. A

    Recommend a PoE Splitter That Can Output 30W+

    One could try the Microseven mike. It runs on 8 to 20 VDC. Current requirements a bit less than 1 mA. A simple resistive voltage divider could be used to drop the voltage to a range of 12 to 16 VDC as the overall voltage requirements are not overly important...
  3. A

    Change Day Schedule on Dahua IP Camera via Dahua API

    Here is the APP code that is used in Hubitat to change the month variable. This is one way to make it work. Considering that HA has more hooks, etc this should be an easy task to implement. As a point of clarification, I name all variables both local and global as follows...
  4. A

    Change Day Schedule on Dahua IP Camera via Dahua API

    Interesting. May have to look into the green box or other alternatives. Looks like it will support Z-Wave and Zigbee but will require the addition of a RF device for radio connectivity. i.e. no RF radio built in.
  5. A

    Change Day Schedule on Dahua IP Camera via Dahua API

    By the way, what do you run your HA install on? Perhaps a Pi4?
  6. A

    Change Day Schedule on Dahua IP Camera via Dahua API

    The month update code APP is made using the Rules Machine in Hubitat. It is a simple ELSE-IF type of thing.....
  7. A

    Change Day Schedule on Dahua IP Camera via Dahua API

    To work the command must be run when you desire to change camera modes. One command prior to sunset. The other command after sunrise. Thus two rules one for day to night mode and then the reverse to night to day mode.
  8. A

    Change Day Schedule on Dahua IP Camera via Dahua API

    Some ideal for the HA community... https://community.home-assistant.io/t/a-hopefully-easy-automation-trigger-question/400322/14 https://community.home-assistant.io/t/sunset-automation-dont-work/606425/8
  9. A

    Change Day Schedule on Dahua IP Camera via Dahua API

    Yes, for each camera as the code is specific to that camera's IP address. Thus the same code but only change the IP address. Then you will need the same listing, but this time for night. They could be integrated into one rule, but keeping one rule for day and another for night makes thing...
  10. A

    Change Day Schedule on Dahua IP Camera via Dahua API

    Nice comparison of Hubitat vs Home Assistant. https://www.wundertech.net/hubitat-vs-home-assistant
  11. A

    Change Day Schedule on Dahua IP Camera via Dahua API

    Also, see if the HACS has what is needed. "There’s a good chance that HACS (Home Assistant Community Store) does."
  12. A

    Change Day Schedule on Dahua IP Camera via Dahua API

    What is needed in Home Assistant is support for local sunrise and set times plus a positive or negative time offset. When setting up HA did it require your actual lat/long as one of the input fields? If yes, then it most likely will have local sunset and sunrise as an option for rule making...
  13. A

    Change Day Schedule on Dahua IP Camera via Dahua API

    It looks like HA may process HTTP GET calls. However, can not check as do not run HA. Here is a video that may help. Keep in mind that HA most likely has to be on the same network at the Dahua cameras. In my case, one HUB is used for home automation requirements (192.168.1.xxx) and then a...
  14. A

    Change Day Schedule on Dahua IP Camera via Dahua API

    One way to think of the API calls is that the URL is nothing more then a container that is used to send information (commands) to the camera. In many cases, the difficult part is finding the correct code (URL) to activate the needed camera function. The HTTP API from Dahua is one tool that can...
  15. A

    Empiretech PTZ4K45X-AI settings

    Like your fence. Bet that was some cost for the install and materials.
  16. A

    How to turn off Windows updates for good?

    It would appear that Windows always finds a way to update. For the BI install, that computer is 100% isolated from the net. In my case it is also 100% effective. Zero updates. For others, this solution is not appropriate for their needs.
  17. A

    Change Day Schedule on Dahua IP Camera via Dahua API

    Agree on the monthly time schedule. Here in Alaska, during part of the year, the time changes in the range of 6 minutes per day. Thus, you are correct in that a monthly schedule is not the best way to implement day/night mode changes. The below thread contains code that works for Web 5...
  18. A

    Change Day Schedule on Dahua IP Camera via Dahua API

    These links can be setup to change the monthly schedule to a daily schedule based on your local sunrise/set. However, that requires the use of some external programming to send that link to the camera via an HTTP GET statement as a daily update. Have been using a similar system with a Hubitat...
  19. A

    Cameras and browser

    If a POE injector or 12 VDC supply are available then power up the camera and use a Window's laptop to view by entering in the assigned camera IP address, user name and password into FireFox. This will indicate if the cameras are operational using the most basic of setups. If that should fail...
  20. A

    New Reolink Wired POE Doorbell Cam ?

    Did try to increase the down angle for the DB ReoLink camera. It looks like it will take about a 30 plus degree angle to show the top of the deck (floor) for package viewing. Overall, it makes for a very strange looking installation. The camera would stick out about 2 inches from the top with...
  21. A

    Zerotier android bug in latest update

    Tried both TS and ZT to view UI3 (Blue Iris) with a BI Windows machine 100% isolated from the internet. Could not get ZT to work, but TS does work using the phone on data or local WiFi to view UI3. Used an GL-MT3000 router with both of ZT and TS installed as it allows TailScale to be used on a...
  22. A

    Dahua IPC-Color4K-T has anyone figure out API to operate the LED?

    Have not looked at HA as another possibility. Settled on Hubitat and it does what is needed.
  23. A

    Dahua IPC-Color4K-T has anyone figure out API to operate the LED?

    Have only used on the Hub. However, it would be worth a try to use Power Shell or any program that can send the URL as a "send HTTP get". Started with ST some time ago but switched to Hubitat as did not like the dependence on the Cloud for ST. Thus have not tried ST for any Dahua HTTP API...
  24. A

    Dahua IPC-Color4K-T has anyone figure out API to operate the LED?

    Glad to see it is working. Did it also work when your user/password is included in the URL? That part will be needed if using Hubitat. On a Windows computer if the user/pass if not included, then the browser will pop up a login field. OK for testing but not for Hubitat use. The next step is...
  25. A

    Dahua IPC-Color4K-T has anyone figure out API to operate the LED?

    Paiberfunk: Let's back up and see if you have success with the following URL. It obtains information from the camera and displays it in a browser. http://admin:password@192.168.55.62/cgi-bin/configManager.cgi?action=getConfig&name=All To use change the user, password and camera IP to your...
  26. A

    Dahua IPC-Color4K-T has anyone figure out API to operate the LED?

    Yes, the API changed for Web 5 cameras. Some functions were added, removed and changed. In looking through the API, there does not appear to be any references to switching modes from day to night and back again like in the Web 4 cameras. Thus the approach of changing the schedule to simulate...
  27. A

    My night identification when there is movement is terrible - I have a 5442T-ZE

    This FOV works well for plate ID. As stated above, one camera can not do everything. If interested in plate ID's then one camera must be dedicated to that function. At night, in B/W, the camera uses IR to light up the plate. Without any vehicles in the FOV the image will be totally black...
  28. A

    [Resolved] PTZ - How to Control Auto Tracking On/OFF With a Schedule and Presets

    When using the camera GUI there was not a working solution to disabling Auto Tracking and retaining IVS triggers. It is possible that one or more of the following is the cause. 1) Improper setup of camera GUI on my part 2) GUI was never designed for this function 3) A bug in the GUI for...
  29. A

    Current Stable Release for BI?

    Thanks for the update version number. That is exactly what is done. Download on the net connected computer and then placed on the BI machine. They are 3 feet apart. Too bad the sneakers are in bad shape as they have trouble making that long jog over to the other system!! Will have to write...
  30. A

    Dahua IPC-Color4K-T has anyone figure out API to operate the LED?

    Check out these threads for suggestions. https://ipcamtalk.com/threads/dahua-day-night-switch-utility-dahuasunrisesunset.18205/page-34#post-854693 https://ipcamtalk.com/threads/mini-review-5241-z12e-s2-replacement-for-the-5241-z12e.71898/#post-791826...