Hello. I was wondering if Sonicwall is compatible with HA? I’m looking to use it as a device tracker if possible but I don’t see it listed in the components.
Thanks
Hello. I was wondering if Sonicwall is compatible with HA? I’m looking to use it as a device tracker if possible but I don’t see it listed in the components.
Thanks
I, too, would like to know if it’s possible. We have one at the office, and it’d be handy to be able to trigger things based on that. GPS-based positioning doesn’t help with this.
Hi,
sonicwall has web API since sonicos 6.5.
I’m planning to try to make some addon to use api for presence detection and for possibility to turn on/off firewall rules from hassio
Libor
any movement on this one mate? it would be sweet if it worked?
HI, i managed to get to it few weeks ago (I have only short periods of time available before going to bed), but i’m struggling with python.
I have converted my low-level php(+curl) class for communication with api to python (+pycurl).
Now I need to integrate with hassio, but i did not succeed in loading my files from custom_components yet.
Sweet. Do you have your code up on GitHub? I might take a look and see if I can help
Sorry, not on github yet.
I managed to get it loading by correcting include paths, but i have problem with pycurl, it doesn’t seem to be included , even when I define it in requirements in manifest.
I think, i will have to switch to requests library.
I tried to use it in first place, but I failed to make it send “Accept: application/json” header and sonicwall refuses to talk with me without this header.
HI,
i have managed to get it working
It works for me in my local docker hassio.
Feel free to break your own
legend. I’ll have a play tomorrow.