Search found 218 matches

by uAlex73
Mon Jan 13, 2014 2:46 pm
Forum: Visonic Alarm systems
Topic: Visonic Powermax Powerlink protocol description
Replies: 185
Views: 13167800

Re: Powerlink protocol description

I need to check my notes, but i remember that when i send a download request with an invalid pin, the PowerMaster30 responded with the auto-enrollment (set new pin for the PowerLink). After this, the keep-alive started. If your device is in error state, check the CVisonic.class code of DomotiGa, it ...
by uAlex73
Mon Jan 13, 2014 10:44 am
Forum: Visonic Alarm systems
Topic: Visonic Powermax Powerlink protocol description
Replies: 185
Views: 13167800

Re: Powerlink protocol description

@lmaurice: I am sure if it is possible to have both the PowerLink2 module and RS232 communication (i only have RS232). Do you acknowledge the "0xAB 0x03 ..." (=keep-alive) etc message, if you don't and the PowerMax does NOT go in an error mode, then the PowerLink2 is still active. If i don...
by uAlex73
Mon Jan 13, 2014 8:44 am
Forum: Visonic Alarm systems
Topic: Visonic Powermax Powerlink protocol description
Replies: 185
Views: 13167800

Re: Powerlink protocol description

@lmaurice:

Just to confirm, you properly acknowledge the message(s) send by the PowerMax? Else the communication will stop.

Which commands are you sending to the PowerMax? For almost all requests you have to be in the "download" mode first.
by uAlex73
Sat Jan 11, 2014 10:30 am
Forum: DomotiGa Forum
Topic: Changelog
Replies: 66
Views: 291825

Re: Changelog

(little bit late - sorry) New version 1.0.013, you must upgrade your database. Please make a backup of your database and DomotiGa directory tree first! Because of the big database change it can take more time to upgrade database!! Also because of the change in device values​​, is the device informat...
by uAlex73
Sat Jan 11, 2014 10:28 am
Forum: Visonic Alarm systems
Topic: Visonic Powermax Powerlink protocol description
Replies: 185
Views: 13167800

Re: Powerlink protocol description

@uAlex: Thanks for the PM, I cannot reply yet as I have not posted enough. Yes my code works - Initially it was failing when the lobyte evaluated to FF, by trial and error I found that if that is the case the checksum appears to be the hibyte instead. Since then all the messages received have calcu...
by uAlex73
Sat Jan 11, 2014 10:26 am
Forum: Visonic Alarm systems
Topic: Visonic Powermax Powerlink protocol description
Replies: 185
Views: 13167800

Re: Powerlink protocol description

@romac: At the moment I bought the PowerMaster, i didn't know the report wasn't instant. I knew it worked with the PowerLink protocol (thanks to Wouter). I need to analyse the protocol a little bit more, maybe i can get more usefull information out of it (already months on my todo list ;-(). The Pow...
by uAlex73
Thu Jan 09, 2014 11:12 am
Forum: Visonic Alarm systems
Topic: Visonic Powermax Powerlink protocol description
Replies: 185
Views: 13167800

Re: Powerlink protocol description

I have the PowerMaster 30 (UK) here and I am getting the motion sensor events now (you need to enable "always on" on the motion sensor first) via the serial. It isn't realtime, like the PowerMax. I get them once a minute. I initially had some timing issues in the code i am using, which som...
by uAlex73
Tue Jan 07, 2014 9:24 pm
Forum: Visonic Alarm systems
Topic: Visonic Powermax Powerlink protocol description
Replies: 185
Views: 13167800

Re: Powerlink protocol description

@Mario:

If you got issues, maybe you can share some code / examples where it goes wrong?
by uAlex73
Fri Dec 20, 2013 6:08 pm
Forum: For Sale Forum (Dutch allowed)
Topic: Plugwise Home Basic
Replies: 5
Views: 2980

Re: Plugwise Home Basic

Op het forum is er een doorlopende 10% korting (15Domotica), dus je kan de set krijgen voor:

319,95 - 32,00 = 290 euro

Het was ooit 15% en zonder korting onder de 300 euro :-( Ikzelf ben ook Z-Wave only nu.
by uAlex73
Thu Dec 19, 2013 10:04 am
Forum: Visonic Alarm systems
Topic: Visonic Powermax Powerlink protocol description
Replies: 185
Views: 13167800

Re: Powerlink protocol description

There are 2 options given to calculate the checksum, the first one is always working. The following one is NOT : Other way to calculate the checksum: 1. Sum all the payload bytes in a word; 2. Subtract both high and low byte from FFFF; 3. Low byte contains the checksum. It should be: Other way to ca...
by uAlex73
Thu Dec 12, 2013 5:36 pm
Forum: DomotiGa Forum
Topic: X10 PC interface
Replies: 5
Views: 6335

Re: X10 PC interface

A RFXComTRX would do the trick:
http://www.rfxcom.com/store/Transceivers/12103

And supports much more ;-)
by uAlex73
Thu Dec 05, 2013 11:45 am
Forum: Fibaro
Topic: Fibaro switch FGS211 comes to live!
Replies: 4
Views: 6541

Re: Fibaro switch FGS211 comes to live!

It also continues when HomeSeer is off/shutdown?
by uAlex73
Tue Dec 03, 2013 12:22 pm
Forum: Homeseer algemeen Forum
Topic: Zwave.me 1.8 and up support in Homeseer
Replies: 4
Views: 5019

Re: Zwave.me 1.8 and up support in Homeseer

I understood the zwave.me firmware has issues with communication, so can't be solved ;-(
by uAlex73
Tue Dec 03, 2013 12:19 pm
Forum: DomotiGa Forum
Topic: No devices in web interface
Replies: 9
Views: 11095

Re: No devices in web interface

You can install tcpdump as follows:
$ sudo apt-get install tcpdump
by uAlex73
Mon Dec 02, 2013 8:01 am
Forum: DomotiGa Forum
Topic: No devices in web interface
Replies: 9
Views: 11095

Re: No devices in web interface

@mschut:

There can also be something "weird" in the xml response, can you make a tcpdump of the xml-rpc traffic and email it to me?

to make a tcpdump:

sudo tcpdump -i any -s 0 -w /var/tmp/xml.eth port 9009

Go to advanced search