Search results

  1. 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
  2. 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...
  3. 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
  4. 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."
  5. 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...
  6. 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...
  7. 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...
  8. A

    Empiretech PTZ4K45X-AI settings

    Like your fence. Bet that was some cost for the install and materials.
  9. 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.
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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.
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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...
  21. 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...
  22. 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...
  23. 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...
  24. A

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

    An example for Web 4 cameras for switching day/night modes that is run by Hubitat. Also can be checked by using a web browser. Using FireFox on this end for checking. If it runs, the result will display an OK. If not, an error message. Sunrise...
  25. A

    Current Stable Release for BI?

    Using 5.9.07 and its time to update to a newer stable update. However, the BI computer is 100% isolated from the net and the BI update functions does not work without the internet. Did add a DEMO BI install to another computer thinking that was the solution, but that will not display any...
  26. A

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

    If you are referring to the camera user/password, then that is placed in the URL for authorization purposes. Also, for sunrise/set use a LUX sensor through Hubitat in place of local rise/set times. Both work but LUX takes care of the cloudy days. The Hubitat apps get a little long with 27...
  27. A

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

    Yes, also found that using a monthly time based system is not very good when the times shifts almost 6 minutes per day at its peak. To solve that issue, use an API that changes the schedule on a daily basis based on local sunrise and sunset times. This is run in Hubitat as it takes care of the...
  28. A

    Where are the focus & zoom controls in the new web interface?

    See that you have bumped into the new Web 5 interface. House > Live > Bottom left side of page Just expand the zoom & focus and the setting will show up. To get an accurate reading for both set the zoom and focus speed to 1. Then mouse over the round dot at the end of the slider for your...
  29. A

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

    If it is a Web 4 camera there is an day/night switch utility that works well with BI. If a Web 5 camera then many use the built in day/night switch that is set in the camera GUI to switch day/night modes based on available light. Another option is to use an API HTTP GET statement to switch the...
  30. A

    EmpireTech PTZ5A4K-25X looks awful on webUI

    The exposure settings most likely will not address your issue. The items of interest would be compression, encoding and sub stream settings. Below find my encode settings used for the PTZ. Also make sure that in BI the record setting is set for continuous sub + triggered. Have also...