I have doubts about my installation, made by a professional, because last winter my alarm went off all morning while I was on the road, because of the storm, and I did not receive SMS to warn me. Maybe the professional who installed created an account at Risco and now I have to subscribe to the Cloud.
Good evening and see you tomorrow... (with my very bad english)
Risco Lightsys alarm system - Domoticz
Moderator: leecollings
Re: Risco Lightsys alarm system - Domoticz
Hello,
I am here
First, if my problem need a new thread, I can open a new thread to not disturb you... and delele my post in this thread. Say me...
Yesterday, I install these components :
mosquitto-2.0.12-install-windows-x64.exe
node-v16.13.0-x64.msi
MQTT-Explorer-Setup-0.4.0-beta1.exe
But I read yesterday in your post that I don't need this
I only need :
1 - Arm/Desarm the system (SMS : 1234A or 1234P or 1234D)
2 - Exclude/Include detector (case of Storm for example) (SMS : 1234SPONx 1234SPOFFx if I am not mistaken)
3 - See last alarms (SMS : 1234AL for example)
4 - See the detector on/off (SMS : I don't know, maybe a for next...)
With your MQTT I don't know what to do ...
1 - Do I have to create a port forwarding that goes on my Risco system?
2 - Do I have to create an account on a server and which one?
3 - When I launch MQT explorer, what settings should I use?
Thanks in advance..
I am here

First, if my problem need a new thread, I can open a new thread to not disturb you... and delele my post in this thread. Say me...
Yesterday, I install these components :
mosquitto-2.0.12-install-windows-x64.exe
node-v16.13.0-x64.msi
MQTT-Explorer-Setup-0.4.0-beta1.exe
But I read yesterday in your post that I don't need this

I only need :
1 - Arm/Desarm the system (SMS : 1234A or 1234P or 1234D)
2 - Exclude/Include detector (case of Storm for example) (SMS : 1234SPONx 1234SPOFFx if I am not mistaken)
3 - See last alarms (SMS : 1234AL for example)
4 - See the detector on/off (SMS : I don't know, maybe a for next...)
With your MQTT I don't know what to do ...
1 - Do I have to create a port forwarding that goes on my Risco system?
2 - Do I have to create an account on a server and which one?
3 - When I launch MQT explorer, what settings should I use?
Thanks in advance..
- FireWizard
- Posts: 1863
- Joined: Tuesday 25 December 2018 12:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Voorthuizen (NL)
- Contact:
Re: Risco Lightsys alarm system - Domoticz
Hello @db77,
You wrote
I said:
I will try to answer the questions below.
By default it is port 1883. But for the moment you do not need that, as the Risco MQTT bridge is intended to run also on your LAN.
2. You do need an account for the Risco Cloud service, but see my comment later on in this post.
3. For the setting of MQTT Explorer.
Step 1: Open the MQTT Explorer.
Step 2: Click + "Connections"
Step 3: Fill out the fields as shown below:
Name: whatever you like
Validate certificate: Off
Encryption: Off
Protocol: mqtt://
Host: The IP Address of your Mosquitto device
Port: 1883
Press "Connect".
Remark,
This morning I have been reading a number of messages about the now paid service of the Risco cloud.
You can do the same and should read:
https://community.home-assistant.io/t/r ... nent/82359 and also https://community.home-assistant.io/t/r ... tem/228907
I also saw at the issues at: https://github.com/mancioshell/risco-mq ... -assistant and https://github.com/lucacalcaterra/risco-mqtt-bridge
They both use the cloud API of RISCO, which has become a paid service. I don't think it is a good idea to install Node-RED and one of these python scripts at the moment, as also these script rely on the (now paid) cloud service.
We have to wait until someone develops a direct connection to the API, but that will be difficult as I also read that it is is encrypted.
You can try to install one of the python scripts and see If you get an answer in MQTT Explorer. As long as it woks, it works.
Regards
You wrote
No, this thread is totally fine, as your topic fits exactly in this discussion. No, you do not disturb me and there is no need to start a new thread.I am here
First, if my problem need a new thread, I can open a new thread to not disturb you... and delete my post in this thread. Say me...
That is fine, but I did not say, that you do not need this.Yesterday, I install these components :
mosquitto-2.0.12-install-windows-x64.exe
node-v16.13.0-x64.msi
MQTT-Explorer-Setup-0.4.0-beta1.exe
But I read yesterday in your post that I don't need this
I
I said:
and also:For what you need, Domoticz is not required.
As far as I can see, you did not install yet Node-RED and the Risco MQTT bridge.Required:
1. Hardware, such as a Raspberry Pi.
2. Mosquitto, installed on that hardware.
3. Node Red installed on that hardware.
4. risco-mqtt-bridge on that device (See: https://github.com/lucacalcaterra/risco-mqtt-bridge)
5. Android device
6. Time to design your system, time to program/configure and time to test.
I will try to answer the questions below.
1. If you want to receive MQTT messages from outside your LAN, you will have to forward a port to your local device, that runs Mosquitto.With your MQTT I don't know what to do ...
1 - Do I have to create a port forwarding that goes on my Risco system?
2 - Do I have to create an account on a server and which one?
3 - When I launch MQT explorer, what settings should I use?
By default it is port 1883. But for the moment you do not need that, as the Risco MQTT bridge is intended to run also on your LAN.
2. You do need an account for the Risco Cloud service, but see my comment later on in this post.
3. For the setting of MQTT Explorer.
Step 1: Open the MQTT Explorer.
Step 2: Click + "Connections"
Step 3: Fill out the fields as shown below:
Name: whatever you like
Validate certificate: Off
Encryption: Off
Protocol: mqtt://
Host: The IP Address of your Mosquitto device
Port: 1883
Press "Connect".
Remark,
This morning I have been reading a number of messages about the now paid service of the Risco cloud.
You can do the same and should read:
https://community.home-assistant.io/t/r ... nent/82359 and also https://community.home-assistant.io/t/r ... tem/228907
I also saw at the issues at: https://github.com/mancioshell/risco-mq ... -assistant and https://github.com/lucacalcaterra/risco-mqtt-bridge
They both use the cloud API of RISCO, which has become a paid service. I don't think it is a good idea to install Node-RED and one of these python scripts at the moment, as also these script rely on the (now paid) cloud service.
We have to wait until someone develops a direct connection to the API, but that will be difficult as I also read that it is is encrypted.
You can try to install one of the python scripts and see If you get an answer in MQTT Explorer. As long as it woks, it works.
Regards
Re: Risco Lightsys alarm system - Domoticz
Many thanks for your answer.
I am not familiar with github nor with networking, I am a simple web developer.
So it is very difficult for me to understand all you said...
I failed to find to install node-red.
I don't even know if what I installed is working.
For Mosquito, I can't see it at all. Maybe I should have installed it on my Windows Server 2008 R2 ...
After that, I can redirect 1883 to 1883 on a machine.
I have 6 IP cameras which each have a redirect and I can watch them with "TinyCam Monitor" or "IPCam Viewer".
It was when I had my Hestya Atlantis alarm that I installed them, but Altantis broke down, couldn't find parts so I was offered Risco.
As you say, the Risco API will not free me from the subscription.
In the meantime, I can try to send SMS but the response times are long and since I can no longer access my equipment, I do not know which one to disconnect in the event of a storm.
Now I just have to wait for someone to successfully develop an Android program to replace iRisco or FreeControl.
Wait and see...
Regards
EDIT :
However, I find it difficult to understand that we cannot get rid of the Risco cloud and directly interrogate the system, as if we were using the keyboard ...
I am not familiar with github nor with networking, I am a simple web developer.
So it is very difficult for me to understand all you said...
I failed to find to install node-red.
I don't even know if what I installed is working.
For Mosquito, I can't see it at all. Maybe I should have installed it on my Windows Server 2008 R2 ...
After that, I can redirect 1883 to 1883 on a machine.
I have 6 IP cameras which each have a redirect and I can watch them with "TinyCam Monitor" or "IPCam Viewer".
It was when I had my Hestya Atlantis alarm that I installed them, but Altantis broke down, couldn't find parts so I was offered Risco.
As you say, the Risco API will not free me from the subscription.
In the meantime, I can try to send SMS but the response times are long and since I can no longer access my equipment, I do not know which one to disconnect in the event of a storm.
Now I just have to wait for someone to successfully develop an Android program to replace iRisco or FreeControl.
Wait and see...
Regards
EDIT :
However, I find it difficult to understand that we cannot get rid of the Risco cloud and directly interrogate the system, as if we were using the keyboard ...
-
- Posts: 8
- Joined: Saturday 30 March 2024 10:23
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Risco Lightsys alarm system - Domoticz
Does risco2mqtt work for anyone in 2024? I just installed it and all I see in the logs is:
The credentials I provided are valid. With invalid credentials I saw a different message:[33mwarn[39m: Disconnected from cloud...relogin and init...
[33mwarn[39m: Disconnected from cloud...relogin and init...
[33mwarn[39m: Disconnected from cloud...relogin and init...
[33mwarn[39m: Disconnected from cloud...relogin and init...
[33mwarn[39m: Disconnected from cloud...relogin and init...
�[33mwarn�[39m: Disconnected from cloud...relogin and init...
�[31merror�[39m: Exceptions on login response: AxiosError: Request failed with status code 200
Re: Risco Lightsys alarm system - Domoticz
Do you know any way to connect the Risco Lightsys alarm to Node-Red directly with the Ethernet module?FireWizard wrote: ↑Saturday 19 September 2020 21:19 You wrote:
This is an interface between your cloud service and any Home Automation system, which supports MQTT. Domoticz supports MQTT, so it should not be too difficult.
Beside that you need a full functioning Domoticz, you need a MQTT server (Mosquitto, NodeJS and Node Red)
Who is online
Users browsing this forum: No registered users and 1 guest