Satel Integra (Security System) with ethernet module Topic is solved

Others (MiLight, Hue, Toon etc...)

Moderator: leecollings

mmormon
Posts: 16
Joined: Monday 04 January 2016 8:18
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Location: Poland
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by mmormon »

grucha wrote:I saw the same too. What I found: sensor type has been changed.
All I need to do was to change the device from "Temperature" tab, "Edit" button.
After this I lost no data :)

Hope it'll help.
but you can only edit name, not type of sensor
grucha
Posts: 11
Joined: Monday 09 November 2015 22:10
Target OS: Linux
Domoticz version: 2.3542
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by grucha »

Yes, I cannot change sensor type - it's hardcoded, but from there I can change the device... I found the new devices with same name like Integra outputs with different sensor type. I just changed the device, and it works.

@Fantom,
An question for you: I'm just reading Integra programming manual and found "Monitorowanie - ETHM" (Monitoring - ETHM), under section 6.1 - Telephone options. From description it seems, it would be possible to configure it to send input status instantly to "monitoring station". If this is true, and Domoticz could b treated as monitoring station, then there will no 2 seconds delay. What do you think: is it possible?
grucha
Posts: 11
Joined: Monday 09 November 2015 22:10
Target OS: Linux
Domoticz version: 2.3542
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by grucha »

Fantom,
I had the same issue with 'receive error: requesting user code not found', which has been raised by lowca.

My compilation:
Domoticz V3.5065 (c)2012-2016 GizMoCuz,
Build Hash: 7463f7a, Date: 2016-04-12 19:17:44
System: Raspberry Pi

The command 0x89 require an user code... Here when problem occur I can see there are eight '0', which is invalid in my system.
I was trying to correlate this wit my syslog... but i have a n 30 minutes gap around... Strange. System overload?

Once I restart the Domoticz (like: sudo service domoticz.sh restart) all works well again.
An sample frame:

Code: Select all

        
        0x0000:  4500 0057 66ab 4000 4006 bdec 0a00 0108  E..Wf.@.@.......
        0x0010:  0a00 0102 a664 1f90 9e34 c899 0043 57f1  .....d...4...CW.
        0x0020:  5018 7210 1653 0000 fefe 89[b]00 0000 00[/b]00  P.r..S..........
        0x0030:  0000 0000 2000 0000 0000 0000 0000 0000  ................
        0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0050:  0000 00a3 31fe 0d                        ....1..
fantom
Posts: 269
Joined: Thursday 26 March 2015 10:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Poland
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by fantom »

Is still this happens?

Fantom
fantom
Posts: 269
Joined: Thursday 26 March 2015 10:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Poland
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by fantom »

A few info for users :
1) This module works also with ETHM-1 Plus (I checked)
2) If You want arm/disarm/change output state, You must remember that field "password" (in configuration in Domoticz hardware) must be filled with the correct password (user code existing on Integra system)
3) On Integra, zone with temperature, must contains string "ATD100". For example "ATD100: kitchen".

Fantom
hydro
Posts: 1
Joined: Tuesday 16 August 2016 11:11
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by hydro »

Hey Guys,
you all make great work with satel integra but what about if we want Encrypted transition (Rijndael Algorithm) in this module,then we need to write GuardX key. Domoticz doesn't have that option . I found some information about it on elektroda forum http://www.elektroda.pl/rtvforum/topic2091518.html Fantom can you look at this ?
fantom
Posts: 269
Joined: Thursday 26 March 2015 10:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Poland
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by fantom »

New in version > 3.5746:

1) Notification support for zones etc
2) new common component for roller blinds (Integra output type 105 and 106)

Fantom
fantom
Posts: 269
Joined: Thursday 26 March 2015 10:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Poland
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by fantom »

New in version 3.5786:
1) set poll interval by user (hardware tab). Minimu is 500 ms

Fantom
free_nsc
Posts: 36
Joined: Friday 19 December 2014 0:09
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by free_nsc »

Fantom theses are excellent improvements. All working as expected for notifications. Cheers
wooojo
Posts: 2
Joined: Tuesday 01 November 2016 17:13
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Poland Silesia
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by wooojo »

Hi, sorry for my English, I have a problem with the LUA wants auto OFF light using a PIR connected to INTEGRA. Unfortunately it does not work, I run out of ideas in the Log is not errors.

Spoiler: show
local pir_kinga = 'ZONE:Kinga PIR'
local swiatlo = 'Swiatlo Kinga'

commandArray = {}

if (otherdevices_svalues['pir_kinga'] == "1") and (otherdevices['swiatlo'] == 'On') then
commandArray['swiatlo'] = 'Off'
end
return commandArray
Fantom

I want to turn off the lights in the room, if PIR Integra does not detect motion but the scripts available on the forum I do not work, it seems to me that the LUA script is unable to read a variable (sValues (PIR detects movement = 3 there is no traffic = 1)) in the log does not have errors, and error message zero values.

PS.
Nie mogę wysyłać prywatnych wiadomości chyba mam za mały staż na forum. Wyślij mi proszę swój mail.
Last edited by wooojo on Tuesday 01 November 2016 22:07, edited 1 time in total.
tszalaj
Posts: 2
Joined: Sunday 09 October 2016 20:49
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5837
Location: Poland
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by tszalaj »

Hi all,

I use current version of Domoticz 3.5837 with Satel integration module and I have very frequent issues with this module. I get bad data length error, bad CRC error and Satel thread terminated error. After such error all Satel devices report state 3 (active) and this turns on multiple lights in my house in the night :) Recently it got worse - happens after 3-6 hours after I hit "Update" in hardware panel, but there were situations when it worked smoothly for 2-3 days. Rebooting Raspberry Pi doesn't help, but hitting Update on Satel module in Hardware tab does - unfortunately for up to several hours. Below I paste example errors from Log tab.

2016-11-04 01:52:11.765 Error: Satel Integra: bad data length received
2016-11-04 01:52:11.765 Error: Satel Integra: Get info about new data is failed
2016-11-04 01:52:15.269 Error: Satel Integra: bad data length received
2016-11-04 01:52:15.269 Error: Satel Integra: Get info about new data is failed
2016-11-04 01:52:17.506 Error: Satel Integra: receive bad CRC
2016-11-04 01:52:17.506 Error: Satel Integra: Get info about new data is failed
2016-11-04 01:52:52.528 Error: Satel Integra: receive error: requesting user code not found
2016-11-04 01:52:52.528 Error: Satel Integra: Get info about new data is failed

I haven't seen posts about such errors recently so I wonder if this is an issue with my Satel configuration?
tszalaj
Posts: 2
Joined: Sunday 09 October 2016 20:49
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5837
Location: Poland
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by tszalaj »

Today I get other error - it repeats in about 60 or 120 minutes cycle and consists of following error messages:

2016-11-07 13:46:54.299 Error: Satel Integra: Get info about new data is failed
2016-11-07 13:46:57.803 Error: Satel Integra: bad data length received
Two messages above repeated 10 times in periods of 3 seconds (but these were top rows from error log - there were probably 16 messages in total as later error sequences consist of 16 message pairs)
2016-11-07 13:47:26.478 Error: Satel Integra: Get info about new data is failed
2016-11-07 13:47:26.978 Error: Satel Integra: Send command '7F' failed
2016-11-07 13:47:26.978 Error: Satel Integra: Get info about new data is failed
---
Next error sequence after 55 minutes:

2016-11-07 15:41:33.156 Error: Satel Integra: bad data length received
2016-11-07 15:41:33.156 Error: Satel Integra: Get info about new data is failed
Two messages above repeated 16 times in periods of 3-4 seconds
2016-11-07 15:42:29.708 Error: Satel Integra: Send command '7F' failed
2016-11-07 15:42:29.708 Error: Satel Integra: Get info about new data is failed
---
Third sequence today:

2016-11-07 16:45:33.633 Error: Satel Integra: bad data length received
2016-11-07 16:45:33.633 Error: Satel Integra: Get info about new data is failed
Repeated 16 times
2016-11-07 16:46:24.818 Error: Satel Integra: Send command '7F' failed
2016-11-07 16:46:24.818 Error: Satel Integra: Get info about new data is failed

Integration is performed with Satel Integra WRL128 with ETHM-1 module.
moherek
Posts: 1
Joined: Monday 28 November 2016 7:55
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5877
Location: Poland
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by moherek »

Hi,
I have problem with „Error: Satel Integra: receive error: requesting user code not found”. It is the same issue that describes @lowca and @grucha. It gets when I try to change state of some switch on Integra with Domoticz. When I disable and re-enable Integra in the Hardware tab everything returns to normal for a few hours.
Does anyone have solutions to this problem?

Domoticz: 3.5877
Raspberry Pi 2
Satel Integra 128 WRL 1.16
ETHM-1 plus V2.03

@Fantom thanks for great work!
fantom
Posts: 269
Joined: Thursday 26 March 2015 10:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Poland
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by fantom »

grucha wrote:Fantom,
I had the same issue with 'receive error: requesting user code not found', which has been raised by lowca.

My compilation:
Domoticz V3.5065 (c)2012-2016 GizMoCuz,
Build Hash: 7463f7a, Date: 2016-04-12 19:17:44
System: Raspberry Pi

The command 0x89 require an user code... Here when problem occur I can see there are eight '0', which is invalid in my system.
I was trying to correlate this wit my syslog... but i have a n 30 minutes gap around... Strange. System overload?

Once I restart the Domoticz (like: sudo service domoticz.sh restart) all works well again.
An sample frame:

Code: Select all

        
        0x0000:  4500 0057 66ab 4000 4006 bdec 0a00 0108  E..Wf.@.@.......
        0x0010:  0a00 0102 a664 1f90 9e34 c899 0043 57f1  .....d...4...CW.
        0x0020:  5018 7210 1653 0000 fefe 89[b]00 0000 00[/b]00  P.r..S..........
        0x0030:  0000 0000 2000 0000 0000 0000 0000 0000  ................
        0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0050:  0000 00a3 31fe 0d                        ....1..
I cant find bug, but i try add more checks https://github.com/domoticz/domoticz/pull/1021
Maybe it is resolve this problem.
Give me feedback.

Fantom
vinyl
Posts: 5
Joined: Sunday 11 December 2016 0:20
Target OS: Linux
Domoticz version:
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by vinyl »

Hello folks,

Finally got my Domoticz running on linux machine, but have problems integrating it with Satel Integra.
In Setup/Hardware I've entered Integra's parameters and saved. In Setup/Devices I see 43 entries imported from Integra, but cannot switch any.
Problem #1: Error sending switch command, check device/hardware ! In log:
2016-12-11 00:34:21.123 User: Admin initiated a switch command (31/Unknown/Off)
2016-12-11 00:34:21.645 Error: Satel Integra: receive error: requesting user code not found
2016-12-11 00:34:21.646 Error: Satel Integra: Switch output 33 failed
Problem #2: In Switches/Manual Light Switch I can't add switch - Hardware list is empty.

Domoticz 3.5884 @ Ubuntu
Integra 128 / 1.16
ETHM-1 Plus / 1.03

Please advise.

Best regards, Pawel
Regards,
Pawel
fantom
Posts: 269
Joined: Thursday 26 March 2015 10:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Poland
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by fantom »

vinyl wrote: 2016-12-11 00:34:21.645 Error: Satel Integra: receive error: requesting user code not found

Problem #2: In Switches/Manual Light Switch I can't add switch - Hardware list is empty.
Hi
Ad 1) You have to set user code on integra settings
Ad 2) This option is only for one hardware (i dont remember which) - no for Integra. Integra module automatic adding switch devices.

regards
Tomek
vinyl
Posts: 5
Joined: Sunday 11 December 2016 0:20
Target OS: Linux
Domoticz version:
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by vinyl »

Hello Tomek,

Thanks a lot.
Ad 1) I've entered here code for integration initially, that's why it not worked.
Ad 2) True.

Best regards, Pawel
Regards,
Pawel
kofec
Posts: 53
Joined: Friday 16 September 2016 14:16
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by kofec »

fantom,
first I would like to thanks for your hard work. And I have some idea for improvement :-)

As default there is 30 days to keep logs. In place were we are quit often (like kitchen) I have over 40k records in database
2017-01-26 09:45:41 3
2017-01-26 09:45:32 1
2017-01-26 09:45:28 3
2017-01-26 09:45:20 1
2017-01-26 09:45:17 3
2017-01-26 09:45:10 1
2017-01-26 09:45:06 3
2017-01-26 09:45:04 1
Pokazuje rekordy od 1 do 25 z 43,440 wszystkich

Maybe it is possible to defined variable like "inactivity" timer for PIR.

When it change state "motion detected" it will be possible to define how long to wait "inactivity" to change state to "no motion" and each "movement" reset the counter. And of cource default can be 0 which means disable
thanks,
Michal
fantom
Posts: 269
Joined: Thursday 26 March 2015 10:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Poland
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by fantom »

I have exactly the same at kitchen and have already thought about it :)

Fantom
mKotek
Posts: 68
Joined: Wednesday 30 December 2015 23:54
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Poland
Contact:

Re: Satel Integra (Security System) with ethernet module

Post by mKotek »

fantom wrote:I have exactly the same at kitchen and have already thought about it :)

Fantom
+1
Michal 'Kotek', greetings from Poland. Zapraszam na mój blog o automatyce domowej po polsku: http://www.ukotka.com.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest