Maybe someone knows or plans to develop the integration to control Dahua managed switches like DH-CS4006-4ET-60?
It is possible to control it via cloud (using the app DoLynk Care) or locally using HTTP requests.
For example to switch Off/On POE on the port 4 it is enough to HTTP POST “4/0/0/0/0” and “4/1/0/0/0” to http://<switch_IP>/set_power_port.cgi
Of course the Cookie header must contain the authorization token.
Maybe someone knows a similar HTTP based integration that can be adapted for Dahua managed switches?
Thanks