If you’re answering to me: nothing is ok; it doesn’t get an IP, that’s why I’m asking
I have no way to access the IP150 from the local network
To you, yes :).
Reset to defaults, try on other network, other alarm… standard stuff
Try another cable. Cables are often the unsung hero of hidden problems.
Hi!
i’ve a problem…
I’ve EVO192 and IP100, with Tertiush work perfectly but now (install hass.io) i’ve a problem with this add-on.
This is my config:
{
“IP150_ADDRESS”: “http://192.168.0.8”,
“PANEL_CODE”: “xxxx”,
“PANEL_PASSWORD”: “user”,
“MQTT_ADDRESS”: “mqtt://192.168.0.100”,
“MQTT_USERNAME”: “user”,
“MQTT_PASSWORD”: “xxxxxxx”,
“ALARM_PUBLISH_TOPIC”: “paradox/alarm/state”,
“ALARM_SUBSCRIBE_TOPIC”: “paradox/alarm/cmnd”,
“ZONE_PUBLISH_TOPIC”: “paradox/zone/state”,
“CTRL_PUBLISH_TOPIC”: “paradox/ctrl/state”,
“CTRL_SUBSCRIBE_TOPIC”: “paradox/ctrl/cmnd”
}
after 30seconds the log tell me :Wrong page fetcehd. Did you connect to the right server and port? Server returned:
Why?
how can i display event time?
Hello Diego,
See under:
1/ which version of IP150
2/ check network and IP settings + port
Check you can log in to your alarm with the settings you use in the addon.
KR
G.
Please check following link:
Hi! I do not understand! to write an example. unfortunately i’m not a programmer and i’m studying HA now. Thank you All ok. thank you.I understand
I’m new to hass.io and I can’t figure it out what’s wrong with my config. I have EVO-HD fw. 7.11 and IP150S fw version is 1.39, works great from web.
Copy/Paste to configuration.yaml - check config OK
Paradox IP150 MQTT Adapter plug-in log shows no errors
Mosquitto broker log shows:
[INFO] found mosquitto on Home Assistant
1577750801: New client connected from 172.30.32.1 as auto-244CEADE-4D3E-EE73-7267-7912A19BB35F (p2, c1, k60, u'mosquitto').
Clean install on Ubuntu Server LTS, what am I missing here?
Hi,
I am getting this error:
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>REDACTED</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>
I saw this error earlier but no replies… any ideas?
\Thanks for any help…
It means you are running the wrong firmware version or are not able to login, either because someone else is already logged in (only one connection is allowed at a time) or because you are using the wrong username and password.
Hi,
Thanks for getting back to me.
So my username and password is correct. I also check and no-one/thing else is logged in.
This is what I have in my system info… can you elaborate on Firmware requirements?
Many thanks for your help
Panel
Type | MG 5050 |
---|---|
Firmware version | 4.91 |
IP module
Firmware version | 1.20.05 |
---|---|
Hardware | 020 |
ECO | M015 |
Serial boot | N/A |
IP boot | 2.12 |
Sorry, Also I assume that:
- Software port is irrelavant.
- http port must be: 80
- Do we require https?
–> if so is this 443?
Thanks again for any help
Can you log into the IP module with your browser?
Have you read the docs here? That answers your port question.
I haven’t heard of someone using a firmware as low as 1.2 but probably better than something higher which definitely doesn’t work. Is this an IP150S or something else?
yes to both
it is an ip150 module.
I had this unit installed in a house I own on the other side of the world, and have just spun up Hassio in the house, but now am back home and trying to get it integrated…
It looks like I have this working now though as there seem to be no more errors after a restart…
sorry one last quick question… are the docs correct in terms of using "
No errors means it’s working. It writes exactly nothing to the log if it’s working correctly.
And yes all the quotes are correct, here’s an excerpt of my working config with all the quotes (names changed to protect the innocent)
{
"IP150_ADDRESS": "myaddress",
"PANEL_CODE": "mycode",
"PANEL_PASSWORD": "mypass",
"MQTT_ADDRESS": "mqtt://myhost",
"MQTT_USERNAME": "myusert",
"MQTT_PASSWORD": "mypass",
"ALARM_PUBLISH_TOPIC": "paradox/alarm/state",
"ALARM_SUBSCRIBE_TOPIC": "paradox/alarm/cmnd",
"ZONE_PUBLISH_TOPIC": "paradox/zone/state",
"CTRL_PUBLISH_TOPIC": "paradox/ctrl/state",
"CTRL_SUBSCRIBE_TOPIC": "paradox/ctrl/cmnd"
}
Hi,
Yes config is right, I am talking about the docs relating to the sensors in YAML files…
I am just wating for a reboot which hopeully will have resolved my config
Thanks again for your help
Looks like the plugin does not work with EVO-HD fw 7.11. I have tried to get it to work like two months now without success. Everything else seem to work with mqtt. Still no errors on logs.
Hi Mustafa, I’d check whether the lovelace alarm card is pointing at the right alarm entity?
J-P,
I want to setup as below which is similar to yours.
If my Home network doesn’t detect my phone (device_tracker.mustafa_s_redmi_note_7) then the Alarm should be set to “ARM AWAY” and as soon as Network detect my phone then set to “DISARM”
Can you please help me.
Thanks in Advance.
Mustafa