-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot connect to my site. #29
Comments
You can find some relevant info at https://www.home-assistant.io/integrations/risco#local-advanced |
Same issue here. @OnFreund Seems home assistant docs doesn't help. Probably newer firmware of my lightsys plus ? |
Which pin code are you using? Did you try disabling cloud access in the panel? |
I tried the one in home assistant docs (5678) and the code to disarm my site using my user (I think I am the Master User, how would I check?). Both did not work. |
I think the WiComm pro only has one network connection, so you'll have to disable cloud (not having a subscription is not enough). You can search for instructions online - my system supports two network connections, so I never had to do it myself. |
Update: in my case seems a problem of lightsys plus panel. In fact can t connect with ip local connection , neither with cs software. Risco bug ? Very strange. Sometimes works sometimes no |
@lucacalcaterra Aren't you the developer of the MQTT bridge? If you have it running, it's going to use up one of the connections. |
Works perfectly on NY prosys plus and the local is probably the best integration ever, thanks onfreund for developing this it's so much better than the crappy risco app
Robert Boccia
0824971422
…________________________________
From: On Freund ***@***.***>
Sent: Friday, January 3, 2025 4:33:02 PM
To: OnFreund/pyrisco ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [OnFreund/pyrisco] Cannot connect to my site. (Issue #29)
@lucacalcaterra<https://github.com/lucacalcaterra> Aren't you the developer of the MQTT bridge? If you have it running, it's going to use up one of the connections.
—
Reply to this email directly, view it on GitHub<#29 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AR4IWBG3Z7DVO5VM2U5G5OL2I2NR5AVCNFSM6AAAAABUD2XUGGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRZGMYDMMZQGU>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
@OnFreund no , i'm testing on another panel of my parent house (mine i a lightsys 2 , older with single socket ip). It's a lightsys plus , even not connected to cloud has a strange behaviour with local ip connection . I must reset ip address than works with ha and risco local connection; after some time stop works and can't nomore connect via local ip (i must hardware reset panel). Ps lightsys plus has multisocket connection. |
And you mentioned it's also happening with CS software? Not sure I can help there... |
@OnFreund i m realized it now... 😞 |
Disabling CloudWithout CSFrom: https://www.manualslib.com/manual/2892931/Risco-Wicomm-Pro.html?page=34&term=cloud&selected=2#manual I can only access the programming menu via: These buttons are not on the normal WiComm Pro. So I need an installer Keypad? With CSSo I installed CS Software (default logins seem to have worked) and disabled cloud (System -> Basic -> Cloud Enable unchecked) then pressing the save button on top. Is there any way to check if it has worked? EDIT: I don't think the connection was active. I tried to access the event log and it presented me with stale data. After that I pressed the Communication -> Connect button and it failed. So I can't even disconnect from cloud... Tried Pyrisco Again:I still can not connect to my panel via pyrisco. I tried all pins I know of. import asyncio
from pyrisco import RiscoLocal
async def main():
r = RiscoLocal("192.168.68.107", 1000, "5678") # tried: <mypin>, 5678, 1234
print("Connecting")
await r.connect()
print("Connected")
await r.disconnect()
asyncio.run(main())
Checking ConnectionsNext step was checking if the panel was reachable from local network. It got assigned an IP by my router connected via LAN (under the name of Security_System) so I checked that using nmap:
Seems like it's closed:
Seems like more is closed...
So every single port of this thing looks closed... Which does not seem possible as I just connected to it via CS using 192.168.68.107:1000 so this whole section does not seem useful... So i conclude, that the pincodes I have tried must be wrong? Is there any other way to check if a pincode should work? Next thing I would try is brute force all pins using the pyrisco. But I don't know if 1. that's possible, 2. it will trigger an alarm, 3. that's even the problem... Trying CS againIt might be possible that IP is disabled on my System? So I'll try connecting via usb. |
I don't think the problem is the pincode, but in any case, unless it was changed by you or your installer, it's most likely 5678. |
... anyway... if reboot the panel connection works. Can be a faulty panel ? Very strange |
Hi, i tried to connect to my site via its local IP and port 1000 and the pin to disarm my site. When trying to connect I get a timeout with CannotConnectError.
Is there any other pin I should/could use? I tried the only one I know.
Thanks for the script anyways!
The text was updated successfully, but these errors were encountered: