Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


View this topic in a long page with up to 500 replies per page Create new topic
1 | 2 | 3 
bradhnz
2 posts

Wannabe Geek


  #2019953 21-May-2018 16:31
Send private message

Thanks when I add new alarm and save it doesnt show up anywhere




GJVVU

15 posts

Geek


  #2020174 22-May-2018 08:54
Send private message

dolsen:

 

GJVVU:

 

If you want to get IP module for your alarm system and uses web browser via paradoxmyhome.com to control it, you'd better go for the IP150S module, which ships with V1.40 firmware on it. This module can be used with iParadox app, which gives you all the control over your phone, the only drawback is the lack of push notification, but you can get email notification, which for my case, email push notification is enabled for my Gmail.

 

Otherwise, with the latest firmware V4.0+, you can use Insight Gold app, which is free for the first month and subscription based later on, if you don't mind paying them monthly fee. The advantage is you get push notification and if you buy the web cam, you can view them in the app too.

 

 

 

 

If you have an android phone, I would recommend alarmin from the play store. This gives you basically the same / better features of the insight gold app, without any cost. Note - you have to have <4.0 firmware on your IP150.

 

I've only just found it within the last month and it's really good.

 

 

 

 

 

 

I've checked out the Alarmin, very good app! I will have a goal with it. Luckily I have both Android phone and iPhone. At least, the Android one I can get this free app. Thanks a lot. I am thinking make a free iOS app if I can decode the IP150 communication protocol. Apparently, the author of Alarmin app did not give out the source code, even though it is free.


dgashby
71 posts

Master Geek


  #2225328 26-Apr-2019 09:39
Send private message

It looks like the author has released the source for the backend of the Alarmin app. 

 

There's an explanation here: https://github.com/Tertiush/Alarmin-Android-App/issues/54

 

And the source here: https://github.com/Tertiush/Alarmin-Android-App/tree/master/Alarmin%20Code

 

The same developer has also implemented some Python based middle-ware' that uses the IP150 module's software port for monitoring and control of the alarm via an MQTT Broker: https://github.com/Tertiush/ParadoxIP150v2

 

Looking at some of the issue threads it seems new versions (v4+?) of the IP150 firmware have locked things down a bit.  There is a post detailing a downgrade process but it's quite involved.  I don't have one of these modules so can't speak from experience.  I was just looking at the options for replacing the analogue dial out that my Paradox panel currently uses.  Although the IP150 module opens up lots of other possibilities my current thinking is it might just be easier to install an ATA.  Ultimately I want to replace my FRITZ!Box 7390 with and UBNT EdgeRouter but I'll miss the ATA ports on the FRITZ!Box.




davidcole
6036 posts

Uber Geek

Trusted

  #2225382 26-Apr-2019 10:08
Send private message

dgashby:

 

It looks like the author has released the source for the backend of the Alarmin app. 

 

There's an explanation here: https://github.com/Tertiush/Alarmin-Android-App/issues/54

 

And the source here: https://github.com/Tertiush/Alarmin-Android-App/tree/master/Alarmin%20Code

 

The same developer has also implemented some Python based middle-ware' that uses the IP150 module's software port for monitoring and control of the alarm via an MQTT Broker: https://github.com/Tertiush/ParadoxIP150v2

 

 

Yeah I've taken over adding to/maintenance of Tertiush/ParadoxIP150v2 over at https://github.com/psyciknz/ParadoxIP150v2.

 

 

 

dgashby:

 

Looking at some of the issue threads it seems new versions (v4+?) of the IP150 firmware have locked things down a bit.  There is a post detailing a downgrade process but it's quite involved.  I don't have one of these modules so can't speak from experience. 

 

 

 

 

But for those with firmware issues there is another project which is able to get around this problem: https://github.com/jpbarraca/pai

 

 

 

dgashby:

 

I was just looking at the options for replacing the analogue dial out that my Paradox panel currently uses.  Although the IP150 module opens up lots of other possibilities my current thinking is it might just be easier to install an ATA.  Ultimately I want to replace my FRITZ!Box 7390 with and UBNT EdgeRouter but I'll miss the ATA ports on the FRITZ!Box.

 

 

I think if you've got an IP module these projects are pretty good.  I run my ParadoxIP150v2 in docker, with the output read by both openhab and homeassistant....where homeassistant thene exposes it to apple home kit.  It works really well, and I find it stable.  I also use the PIR zones for triggering other things (lights etc).

 

If you haven't got an ip module there the jpbarraca/pai did start off as a serial project, so there's that option also....but what I've not really seen (but expect it possible) is for someone to hook a EPS8266 up in serial and pull status off that way.

 

 

 

 





Previously known as psycik

Home Assistant: Gigabyte AMD A8 Brix, Home Assistant with Aeotech ZWave Controller, Raspberry PI, Wemos D1 Mini, Zwave, Shelly Humidity and Temperature sensors
Media:Chromecast v2, ATV4 4k, ATV4, HDHomeRun Dual
Server
Host Plex Server 3x3TB, 4x4TB using MergerFS, Samsung 850 evo 512 GB SSD, Proxmox Server with 1xW10, 2xUbuntu 22.04 LTS, Backblaze Backups, usenetprime.com fastmail.com Sharesies Trakt.TV Sharesight 


dgashby
71 posts

Master Geek


  #2245592 25-May-2019 22:06
Send private message

Thanks for the reply and suggestions David.  I finally got around running some cable through the wall and ceiling from my alarm to an old Raspberry Pi 1B (via a level shifter) that I had gathering dust in my comms cabinet.  I now have PAI  up and running along with mosquitto and am seeing events come streaming through.  The next step is to set up a simple MQTT subscriber that forwards the more significant events through to Slack.  Your idea of using an ESP8266 would certainly make for a nice self contained solution.

 

 


davidcole
6036 posts

Uber Geek

Trusted

  #2245631 25-May-2019 22:28
Send private message

dgashby:

Thanks for the reply and suggestions David.  I finally got around running some cable through the wall and ceiling from my alarm to an old Raspberry Pi 1B (via a level shifter) that I had gathering dust in my comms cabinet.  I now have PAI  up and running along with mosquitto and am seeing events come streaming through.  The next step is to set up a simple MQTT subscriber that forwards the more significant events through to Slack.  Your idea of using an ESP8266 would certainly make for a nice self contained solution.


 



Look at mqttwarn. It subscribes to mqtt and sends to email, Twitter slack pushover all sorts of places.

I’ve actually also moved to using pai.




Previously known as psycik

Home Assistant: Gigabyte AMD A8 Brix, Home Assistant with Aeotech ZWave Controller, Raspberry PI, Wemos D1 Mini, Zwave, Shelly Humidity and Temperature sensors
Media:Chromecast v2, ATV4 4k, ATV4, HDHomeRun Dual
Server
Host Plex Server 3x3TB, 4x4TB using MergerFS, Samsung 850 evo 512 GB SSD, Proxmox Server with 1xW10, 2xUbuntu 22.04 LTS, Backblaze Backups, usenetprime.com fastmail.com Sharesies Trakt.TV Sharesight 


NZVengeance
134 posts

Master Geek


  #2247632 29-May-2019 11:00
Send private message

Hello,

 

 

 

I have a paradox Alarm and was looking to get the module, this thread has lots of great information, thanks to all those who have contributed.

 

I wanted to ask, Does the IP150 module now support NEware or Babyware? It says it does on their website but wanted to see if anyone had tried this recently before making and decisions.

 

https://www.paradox.com/Products/default.asp?CATID=3&SUBCATID=38&PRD=563


 
 
 

Move to New Zealand's best fibre broadband service (affiliate link). Free setup code: R587125ERQ6VE. Note that to use Quic Broadband you must be comfortable with configuring your own router.
sparkz25
750 posts

Ultimate Geek
Inactive user


  #2247669 29-May-2019 12:07
Send private message

NZVengeance:

 

Hello,

 

 

 

I have a paradox Alarm and was looking to get the module, this thread has lots of great information, thanks to all those who have contributed.

 

I wanted to ask, Does the IP150 module now support NEware or Babyware? It says it does on their website but wanted to see if anyone had tried this recently before making and decisions.

 

https://www.paradox.com/Products/default.asp?CATID=3&SUBCATID=38&PRD=563

 

 

I would recommend babyware.

 

but it also depends what panel you are connecting to, the ip150 will work with winload on some panels but not on others.

 

I would think that ne ware would be the same but i haven't tested neware with the ip150


1 | 2 | 3 
View this topic in a long page with up to 500 replies per page Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.