Can you help me?
I configure correctly but doesnt works
2018-03-23 22:08:33 WARNING (SyncWorker_10) [homeassistant.components.switch.tplink] Could not read state for TP-Link Switch: Communication error
2018-03-23 22:09:23 ERROR (SyncWorker_16) [homeassistant.components.camera.onvif] Unable to communicate with ONVIF Camera: The action requested requires authorization and the sender is not authorized
2018-03-23 22:09:23 ERROR (MainThread) [homeassistant.components.camera] Error while setting up platform onvif
Did you synchronize clocks between you and the camera?
You should first call the getSystemDateAndTime, record your local time, and after that, use the diff between the two when sending further requests.
getSystemDateAndTime does not require authentication, so you’re clear at that point.