with your web browser which is on same network segment as your hass server and try using the same username and login. If it works, then you need to make sure to close any browser session that’s connected to the IP150S web page, because it only allows one connection at a time, and restart the addon and see what you get.
iParadox App for iOS work perfectly (i use DynDNS no-ip.com for that, set in my router)
But from HomeAssistant add-on it doesn’t work.
When I restart Paradox IP150 MQTT Adapter add-on, in Home Assistant notifications appear this message: Login attempt or request with invalid authentication from 172.30.xx.x
When I delete that error message, this appears in the log:
Traceback (most recent call last):
File "ip150_mqtt.py", line 140, in <module>
ip_mqtt.loop_forever()
File "ip150_mqtt.py", line 122, in loop_forever
self.ip.login(self._cfg['PANEL_CODE'], self._cfg['PANEL_PASSWORD'])
File "/ip150.py", line 143, in login
'Wrong page fetcehd. Did you connect to the right server and port? Server returned: {}'.format(lpage.text))
ip150.Paradox_IP150_Error: Wrong page fetcehd. Did you connect to the right server and port? Server returned: <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>
<html>
<head>
<meta http-equiv='content-type' content='text/html; charset=UTF-8' />
<link rel='stylesheet' type='text/css' href='webstyles.css' />
<script type='text/javascript' src='langue.js'></script><script type='text/javascript' src='commun.js'></script></head><body><div id = 'ERROR' style='margin-top:60px;'></div><title>CASA</title><script type='text/javascript'>;var sre = "<table><tr><td align='middle'><div class='box' style='width:460px;margin:80px;'><div class='box-title strips'>" + top.ln_cant[1] + "</div><div class='box-content'><div class='msg' id='MESSAGE'></div></div></div></td></tr></table>";document.getElementById('ERROR').innerHTML = sre; document.getElementById('MESSAGE').innerHTML = top.cant('System Master');</script></body></html>
That looks like your MQTT user/pass credentials aren’t correct in your Paradox addon. Can you double check them?
Also, not sure if this would matter, but maybe change the host from mqtt://homeassistant to mqtt://core-mosquitto if you’re using the Mosquitto addon within HA
Great news!
I actually think your alarm_control_panel.yaml file code has more wrong to it than the one in your configuration.yaml. Why don’t you remove alarm_control_panel.yaml and change the name in your configuration.yaml to CASA? Then I think you’ll achieve what you want, without an extra file
I think you’d need the custom secondary info row card and define some template sensors to show the last motion. I do something similar with a different technique using home feed card and history graph… It’s a bit slow to render but is also more comprehensive… You can see the config in the last 4 cards in this view in my config