Hey All,
Iām very glad youāre making progress in having the add-on work in more and more setups. I know this is just half-backed, and it especially lacks documentation; the community extra effort to help other new users out is awesome!
Iāll try to address a few items that arose recently:
@UbiMaiden Yes, the IP150 module (firmware V3) can be accessed in two ways: a web interface (say, port 80 via a web browser); a binary protocol (typically, port 1000, I guess with a proprietary software). Now, from my tests these two systems interconnect quite in a peculiar way:
- If youāre logged on the binary protocol (and not on the web interface), then you canāt log into the web interface
- If youāre logged on the web interface, then you can still log via the binary protocol
Thatās exactly why Iāve implemented this add-on to access via the web interface, so that you still have the binary interface available, which some mobile apps (or, in my case, the remote monitoring system from the alarm installers) use. Crucially, this seems to differ from the other pieces of software, which prefer the binary interface, and hence end up also disabling access via the web interface.
@jpbarraca Thanks for sharing, what an awesome effort! I seem to understand the beta IP access youāve recently added goes via the binary protocol and not the web interface (see above). If youāre interested, please feel free to embed/link the code Iāve developed to achieve that for firmware V3; the code should be modular enough to ease integration.
@rogercrespo Iām not too familiar with the PGM in the Paradox alarm. Iād say that if you can control them via the web interface, then my add-on can likely be extended to support them. However, Iām not sure I fully understand their purpose, and donāt use any in my setup; so Iād like to set expectations that developing, testing and releasing them may not happen so soon. Iām however very open to contribution, in case someone wants to jot down the required extension to the code.
@J-P, you said:
that sounds interesting! Out of curiosity, does it work on the lines: āIf someone leaves home and alarm is not triggered, send out a reminder notificationā? And this assumes you have other means to detect presence?
Finally, I still havenāt found a way to trigger the alarm from the web interface, neither in āpanicā mode (no siren) nor regular trigger. If anyone finds a way please just let me know, and we can add the relevant support in the add-on so that you can define a switch to trigger the alarm. This would allow, for instance, to define automations to use your own window sensors or cameras with motion detection to trigger the alarm when itās armed.
Thanks all, and enjoy!