Tertiush / ParadoxIP150v2

Python-based IP150 'middle-ware' that uses the IP module's software port for monitoring and control of the alarm via an MQTT Broker.
Eclipse Public License 1.0
73 stars 35 forks source link

IP150 V4.42 Login issue #46

Closed yusufk closed 4 years ago

yusufk commented 4 years ago

Firmware version 4.42 seems to have changed the way login works. Now only asks for panel code. Something needs to be updated to fix login. Any idea how to find out what though?

yusufk commented 4 years ago

Damn. The password is now fixed to paradox, but that doesn't help, they've removed the status_page.html, so no info to scrape.

yozik04 commented 4 years ago

I can only offer you PAI https://github.com/ParadoxAlarmInterface/pai It does not use web interface to fetch data.

yusufk commented 4 years ago

User= "paradox" but there's no longer a status page to scrape.

PAI works like a charm, thank you @yozik04