ParadoxIP150v2 icon indicating copy to clipboard operation
ParadoxIP150v2 copied to clipboard

Getting current sensors status at startup

Open bioego opened this issue 9 years ago • 6 comments

Hi, I've been using this script with an SP6000 and up to now I've to say it is really working well: really a great job!

Just wondering if it is possible on program start to get the current status of the sensors/alarm system: I'm trying to create an alternative interface for my WinPhone (no official paradox app for Winphones unfortunately) and I need to make sure that it is always up-to-date with system status even in case the script or the PC restart.

Of course if I can help providing wiresharks captures or anything else let me know, I'll be more than glad to collaborate! Thx, Bioego

bioego avatar Aug 27 '16 13:08 bioego

ok, been working on it for a while and I finally found when and where the sensor status information is sent by the alarm panel to winload, and how it is encoded. Not sure if I can post details here, and more over I'm not sure if I'm able enough with Python to implement this function so if anyone is interested let me know and I'll share the info!

bioego avatar Sep 06 '16 22:09 bioego

This would be a worthwhile feature. Can you share what you've found @bioego

toholio avatar Nov 06 '16 02:11 toholio

Hi @toholio , I've been working on a C# UWP app to control the alarm. I've uploaded everything to GitHub here: https://github.com/bioego/Paradox-UWP with info about the protocol in the README.md file. Hope this helps :)

bioego avatar Nov 06 '16 23:11 bioego

Good stuff @bioego. That's helpful, thanks!

toholio avatar Nov 30 '16 21:11 toholio

a Feature request also for alarm start up is would be awesome!, so that the current status can be displayed on the status topic once.

cybertza avatar Apr 16 '17 09:04 cybertza

I created pull request that should read (and publish) initial states of zones and alarm on startup https://github.com/Tertiush/ParadoxIP150v2/pull/24

9a4gl avatar Jan 02 '18 10:01 9a4gl