Search found 15 matches

by JeroNeo
Wednesday 28 December 2022 13:06
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101004

Re: Satel Integra (Security System) with ethernet module

Hi, After the last few updates, the state of the blinds has changed. The OPEN key closes and the CLOSE key opens. In the Satel menu (TNT-TSI) it works properly and nothing has been modified. Was anything changed in this code in Domoticz? Tom Hi Tom, There have no changes taken place regarding ...
by JeroNeo
Tuesday 06 December 2022 11:50
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101004

Re: Satel Integra (Security System) with ethernet module

After compiling Domoticz i have modified the following lines this works to read past zone/output 128, i have tested this on a INTEGRA 265+/64+ with ETHM-1 plus. please note that the ETHM-1 and ETHM-1 plus type both are 32bit, in my test I have tested also with the 64+ to look at possible issues ...
by JeroNeo
Monday 05 December 2022 11:35
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Change Hardware .cpp file
Replies: 6
Views: 358

Re: Change Hardware .cpp file

gizmocuz wrote: Monday 05 December 2022 8:52 I don't think you need to issue any 'sudo' command when building
Please note that the executable could be build inside the 'bin' folder
Thank you for pointing out the "bin" folder.
this does the trick.
i can now see and test my changes. and they are working.
by JeroNeo
Monday 05 December 2022 8:46
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Change Hardware .cpp file
Replies: 6
Views: 358

Re: Change Hardware .cpp file

after that i preform: $ ./domoticz but do not see my changes i have added at the log line. I think i am missing a step. It should work like that. When you start re-built domoticz, in startup logs, do you see "-modified" flag added in "Build Hash:" message? It indicates that you really started ...
by JeroNeo
Friday 02 December 2022 12:11
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Change Hardware .cpp file
Replies: 6
Views: 358

Re: Change Hardware .cpp file

started it from dev-domoticz and also i need to start it manually
by JeroNeo
Friday 02 December 2022 9:03
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Change Hardware .cpp file
Replies: 6
Views: 358

Change Hardware .cpp file

Hello, I am trying to add changes to a .cpp file in the hardware dir but i cannot get this to work. I have Debian 11 and compiled Domoticz (V2022.2 (build 14784)) according to this guide: https://www.domoticz.com/wiki/Build_Domoticz_from_source I open up lets say /dev-domoticz/hardware/SatelIntegra ...
by JeroNeo
Saturday 19 November 2022 20:47
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101004

Re: Satel Integra (Security System) with ethernet module

Thank you Walter for you reply, i am not a programmer and know nothing about the C++ language. I am a product manager for the Satel products on the Dutch market. i think that a C++ programmer could fix this in a few hours or so. for me it would take weeks only to understand the basics of C++. best ...
by JeroNeo
Friday 18 November 2022 9:11
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101004

Re: Satel Integra (Security System) with ethernet module

If I look at the script CRC calculation table at line 1222 domoticz/SatelIntegra.cpp at development · domoticz/domoticz (github.com) I see that an additional byte (0xFF) is added, however I do not see that the CRC outcome of the command is calculated again with 0xFF. What I mean is: the following ...
by JeroNeo
Tuesday 08 November 2022 14:46
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101004

Re: Satel Integra (Security System) with ethernet module

Hello Fantom, The ETHM-1 PLUS does send 32 bits, if I sent the command with the additional byte in the command (two times the command). I did the following command and got an output in 32 bits (this also works with the 128, 64, 32, 24 and PLUS type of panels) I want to know the violated zones state ...
by JeroNeo
Monday 31 October 2022 11:59
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 101004

Re: Satel Integra (Security System) with ethernet module

Hi All, I have an INTEGRA 256+ like many I have the same problem that I cannot read after zone/output 128, Satel told me that there needs to be an additional byte added in the script. (This was also mentioned in this topic) but was not successful. There has been updates for the INTEGRA and for the ...
by JeroNeo
Monday 10 October 2022 9:30
Forum: Evohome
Topic: (Evohome) login failed with message: invalid_grant
Replies: 16
Views: 2795

Re: (Evohome) login failed with message: invalid_grant

Great! this workaround work for me as well.
Thank you.

Best regards,
Jero
by JeroNeo
Monday 03 October 2022 9:21
Forum: Evohome
Topic: (Evohome) login failed with message: invalid_grant
Replies: 16
Views: 2795

Re: (Evohome) login failed with message: invalid_grant

Thank you, i will follow this one also.

Best regards,
Jero
by JeroNeo
Thursday 29 September 2022 8:22
Forum: Evohome
Topic: (Evohome) login failed with message: invalid_grant
Replies: 16
Views: 2795

Re: (Evohome) login failed with message: invalid_grant

Same problem here. Beta environment Build 14498
devices last seen 2022-08-15 11:51:24

Best regards,

Jero
by JeroNeo
Sunday 03 March 2019 21:44
Forum: Other questions and discussions
Topic: Alert type device use as switch
Replies: 2
Views: 696

Re: Alert type device use as switch

Thank you Ksacca for your full awnser!
i can now controll my IKEA GU10 bulbs Trough my Motion sensor from my alarm :P

Jeroen
by JeroNeo
Sunday 03 March 2019 17:13
Forum: Other questions and discussions
Topic: Alert type device use as switch
Replies: 2
Views: 696

Alert type device use as switch

Hello, I have i think a simple question but i cannot find the solution. I have Domoticz Beta V 4.10532 installed on a OrangePi Plus 2e with Armbian stretch I also have a INTEGRA 64 V1.18 with a ETHM-1+ V2.05 i want to use a Alarm detector zone from my INTEGRA to use as a trigger in a Blockly but i ...