i just run alarmsever on my main linux server which also kind of acts as a home router and file sharing and some other stuff, it’s just a computer I built, nothing too special. it’s on a UPS so it’s got some power fault protection, not a bad idea in any case even with a pi…
@DITPL if you’re going for dsc pc1864 (again, v4.6 or above!) and want a wireless keypad, then you shouldn’t get a bundle that comes with a RFK5564 (or RFK5500) like I did (and honestly I sort of regret that. my work to make this app as complete as a real control panel is largely in part of this…) if you get an RFK keypad - you cannot ever use 2-way wireless devices (keypads), you can’t ever add on a TR5164-433 since you can only ever have one wireless receiver on a DSC panel so the RFK5564 takes over as wireless receiver and you’re out of luck for anything else. The RFK5564 and RFK5500 are basically a PK5500 with a wireless receiver built into the keypad. 5564 is 64 wireless zones, and RFK5500 is only 32 wireless zones, but otherwise they’re similar, and you don’t want either if you plan on using wireless keypads. You need a separate wireless transceiver (which does receiving and transmitting)
You must get a plain PK5500 as your main wired keypad (v1.3 or above…i think? And then you get a TR5164-433 and hide it away somewhere, only then can you use wireless keypads. The TR5164-433 also covers normal 1-way wireless devices that the RFK55xx’s supports, so it’s all you need for covering all things dsc wireless. You need to make sure the PK5500 is the latest version though - they definitely had multiple revisions. And then you’d use WT5500s for the wireless keypads. the XX5500 devices (other than the WT) all have been around longer so you do need to be careful with the versions. One nice thing about the RFK5564’s is that you know they’re up to date, as things which support more than 32 wireless devices are fairly new to the DSC powerseries…likewise with the TR5164 which is one of the newest things you can get from the DSC powerseries and it literally is what requires a v4.6 panel - a large part of the v4.6 update is support for the 2-way stuff like the TR5164… though it’s technically not even 64 zones it’s 60 wireless zones and 4 “zones” get reserved for the wireless keypads…which,…I think 4 is the max amount of wireless keypads you can have…as far as I know you sadly cannot upgrade the DSC board to a newer version later, you just need to buy the latest you can, and in this case it must be >=4.6
I got an EVL-4. EVL-3 vs EVL-4 only really matters if the network device (switch/router) you plug your EVL into doesn’t support 10mbit networking. If you believe it - some apple network devices don’t - they only support 100mbit and a 1000mbit on the lan ports. So yeah…that’s not personally my situation, I try to use decent network equipment that properly handles 10/100/1000, but, i opted for the evl-4 just because it’s the newest, and I don’t mind a 100mbit connection for future proofing given most of my network is already gigabit and who knows how much longer until more manufacturers start doing weird things to 10mbit support…
@Phobiac If you already have an existing DSC system setup and working - adding the EVL shouldn’t break anything at all. It should just work really. It basically acts like another keypad device, so it’s just like any other alarm panel on your system. It won’t mess with your zone type definitions or anything like that.
On the other hand, you will have to specify names for your zones in the alarmserver.cfg, as it uses those names to create the smartthings devices for you.
Let us know if you have any trouble getting things going. I think the oauth setup is probably the hardest part for me, and I’m working to simplify that soon…If you’ve got python working (and on linux that’s pretty easy) then alarmserver is pretty straight forward. Plus with the github integration working now on both my repo and isriam’s mirror- adding the device handlers and the smartapp is super easy now.