You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm still not getting any events from my NVR at all. I've looked at the debug logging and the config entry JSON and I can see what the problem is, but not why it's happening.
The debug log here shows the issue. I'm not sure what I'm seeing, but the sequence here looks like the integration reads the current state (which is correct) and then issues a PUT, changing it to rubbish (0.0.0.0:80).
If I do a PUT with the same parameters from postman, I get the response 'OK' and a GET httpHosts then returns the correct IP, port and URL, so the ISAPI endpoint appears to be working as expected.
This is the content of the config dialogue:
What's going on here?
The text was updated successfully, but these errors were encountered:
Hi @jefft4
everything is fine, after removing device from integration this setting returns to its default state http://0.0.0.0:80/
Does it occur on adding device?
Not sure I follow. I didn't remove anything. I did reconfigure the integration (without changing anything) though, as it showed an error - perhaps that caused the change?
I'm still trying to work out why the JSON response from the NVR looks good - lots of events defined to notify 'center' - but the sensors in HA never show any state changes. I need to try triggering an event manually via Postman and also log connections between the two devices, then hopefully I'll get some clues.
I'm still not getting any events from my NVR at all. I've looked at the debug logging and the config entry JSON and I can see what the problem is, but not why it's happening.
The debug log here shows the issue. I'm not sure what I'm seeing, but the sequence here looks like the integration reads the current state (which is correct) and then issues a PUT, changing it to rubbish (0.0.0.0:80).
If I do a PUT with the same parameters from postman, I get the response 'OK' and a GET httpHosts then returns the correct IP, port and URL, so the ISAPI endpoint appears to be working as expected.
This is the content of the config dialogue:
What's going on here?
The text was updated successfully, but these errors were encountered: