-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NX-596 ComNav UC331 Support #22
Comments
I'm not to familiar with that model. Does it have a web page you can log into from your home network? |
Are you able to run a |
Just a simple text file with the credentials in it and you can run the command with |
I was searching on Google and found this topic. |
That's unfortunate. If i recall, i asked the guy to provide me more information, and they never got back to me. In the older models, everything surrounds They all likely take the same web requests/parameters, however i don't personally have the alarm system to develop against. Thus there would be a LOT of trial and error to figure this out remotely with you. First i would need the new path of the login page (in your browser). This would only be the start. We'd have to rinse and repeat this for all of the admin pages (and learn their new URLs) |
Would you be interested in doing this project? I would be able to delivery you the url's and do the testing. Thanks |
Sure, we can try. Basically i need you to go view the source of as many html files as you can. You can also get this information from your console below on the network tab ( browser: ctrl + shift+ i ) The more files you can share with me, the better. With the browser network console open, you can even capture and save actions (such as arming and disabling your alarm). These produce .xml and/or .json requests that are very important. |
I exported some file. I will send them by e-mail. Thanks |
I'm just going to move this ticket over to the ultrasync library |
Basically you can see how the testing of the previous panels worked. Here are the web files that made it possible: https://github.com/caronc/ultrasync/tree/master/tests/var This allows me to simulate an alarm panel without having a connection to it. We basically need to get the same details from your alarm to give me a directory to work with. |
Has this seen any progress since? We'd like to monitor the alarms (most notably the fire alarm) for any relevant events, but the NX596/ComNav 3g isn't a very... reliable source of information. |
Hi |
I can't help you out if you don't help me 😉. I have nothing to work with. |
This is everything I could get off a session with a test account that only has read permissions |
is it sufficient what was in the zip? I can provide the nx-596 link if you are still interesting to work on it, with a read only user to get all the needed information.. |
The code I don't trust being the stuff in the alarm system btw; the ultrasync code looks fine and doesn't seem to rerproduce login info in weird places |
I haven't forgotten, just juggling a lot of things IRL. I'll try to have a look at this soon |
So i had a look at the attached file you gave and it had enough information in it for me to add basic support for the device. As it is now, the ultrasync model can understand it's existence in the pull request identified above. This is the tricky part on you part. I still need the Hopefully you can help me get further; unfortunately the files you captured don't include the files this script uses to communicate with your panel (and others alike). Edit: I just want to add that the files you gathered (specifically the index.html) was absolutely invaluable to being able to do this first part of the code change. So thank you very much for that! That effort was not in vain! It was exactly what i needed 🙏 🚀 |
If there's any other files that I might be able to extract, please do tell. I'll gladly hack around in an attempt to extract them |
Click on the pull request above and follow those instructions. The files i need are found here. Some may be present on your panel, some not. But the dump i already provided the instructions for will automatically get these and bundle it inside a shareable package. |
Still waiting on the dump files produced from this tool (it's important to use this tool because it will authenticate and retrieve a lot more information then just what you can manually share with me. You can even look at the contents of the zip file created for yourself. You'll only be able to generate it using this branch i have going though, it's been modified to recognize your control panel. |
Hi
I have a question:
Is there any way to make this work with NX-596 module?
I am unable to make it work with it.
Sorry if this is the wrong place to ask.
Thanks
The text was updated successfully, but these errors were encountered: