Search found 11 matches

by grucha
Tuesday 26 April 2016 15:25
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101521

Re: Satel Integra (Security System) with ethernet module

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 ...
by grucha
Tuesday 22 March 2016 18:31
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101521

Re: Satel Integra (Security System) with ethernet module

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 ...
by grucha
Tuesday 15 March 2016 14:40
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101521

Re: Satel Integra (Security System) with ethernet module

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.
by grucha
Tuesday 01 March 2016 13:58
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101521

Re: Satel Integra (Security System) with ethernet module

Hi lowca, Are you able to send me the tcpdump file which will contain request from Domoticz and reply from ETHM module? Most probably you will need to install tcpdump first... When the issue begin, in Pi shell execute: sudo tcpdump -w Satel.pcap port 7094 The 7094 is Integration port in ETHM ...
by grucha
Saturday 05 December 2015 22:54
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101521

Re: Satel Integra (Security System) with ethernet module

Fantom,
Thanks for this fix. I'm glad that you raised this to main branch. it has been added already by gizmocuz.

[Jasne. Z okolic Bydgoszczy :)]
by grucha
Tuesday 17 November 2015 8:28
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101521

Re: Satel Integra (Security System) with ethernet module

No, I didn't. Do you have INT-RS also for GuardX or you plan to use RS232 on main board? Please keep in mind if you plan to use RS232 socket on the board for GuardX, then no programming functionality be possible over ETHM-1. In my opinion better is to run GuardX over TCP. It should be possible at ...
by grucha
Sunday 15 November 2015 22:16
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101521

Re: Satel Integra (Security System) with ethernet module

Hi plmisiek, For following output types you can read their current status and turn them on/off/toggle (as it was wrote by fantom on page 4th of this thread): 1) 24 switch MONO 2) 25 switch BI 3) 105 roller blind up 4) 106 roller blind down 5) >= 64 and <= 79 DTMF You will be also allowed to receive ...
by grucha
Thursday 12 November 2015 10:24
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101521

Re: Satel Integra (Security System) with ethernet module

Yeah, right... I missed this. It would cause a read of different memory range, which not belong to "buffer". I assume it will not be a common case when some other var will be equeal xFE, but even if someone will pass this test, then test for xF0 will be failed still because standard frame in buffer ...
by grucha
Wednesday 11 November 2015 21:26
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101521

Re: Satel Integra (Security System) with ethernet module

Sory to post it here, but I'm newbie here and not able to send PM. Below simple code fixed CRC errors for me. It simply look at every array element of "buffer". If "xFE xF0" found, then "xF0" is dropped from "buffer" and next elements are moved left. Last step is to clear last "buffer" element and ...
by grucha
Wednesday 11 November 2015 16:55
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101521

Re: Satel Integra (Security System) with ethernet module

Fantom,

It seems I have a patch. Let me test it for few hours.
by grucha
Monday 09 November 2015 23:26
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101521

Re: Satel Integra (Security System) with ethernet module

Hi! Great job fantom... your software is great. I didn't think that Satel could act this fantastic way with Domoticz! But... Most probably I found a bug in your code. I cannot constantly read output #20 from my Integra WRL due to some CRC issues. Because I have eaten my teeth writing intelligent ...