Search found 218 matches

by uAlex73
Wed Oct 28, 2015 2:21 pm
Forum: Z-Wave Forum
Topic: How does domoticz bit/byte work in configuration??
Replies: 3
Views: 8192

Re: how does domoticz bit/byte work in configuration??

I have no clue how Domoticz works, but bit vs byte is reasonable simple: bit 0: 1 bit 1: 2 bit 2: 4 bit 3: 8 bit 4: 16 bit 5: 32 bit 6: 64 bit 7: 128 A byte has 8 bits, so just add all bits together with are "on" (or 1). So if bit 1 and 4 are on, you fill in 2+16 = 18 if bit 0 and 6 are on...
by uAlex73
Sat Oct 03, 2015 2:35 pm
Forum: DomotiGa Forum
Topic: Domotyii config
Replies: 2
Views: 7632

Re: Domotyii config

yes, it should be owned by www-data normally.
by uAlex73
Sat Oct 03, 2015 2:00 pm
Forum: Visonic Alarm systems
Topic: Visonic Powermax Powerlink protocol description
Replies: 185
Views: 13167806

Re: Visonic Powermax Powerlink protocol description

The software and password can be download via the link:
http://powermax-alarm.co.uk/cms.php?id_cms=8

See "Q How do I access the Visonic Remote Programming Software?"

BTW: you can try to send an init to the panel?
by uAlex73
Wed Sep 30, 2015 6:23 pm
Forum: Z-Wave Forum
Topic: z-weather by popp
Replies: 5
Views: 8360

Re: z-weather by popp

No update, so it doesn't seem too populair ;(
by uAlex73
Wed Sep 30, 2015 6:22 pm
Forum: Visonic Alarm systems
Topic: Visonic Powermax Powerlink protocol description
Replies: 185
Views: 13167806

Re: Visonic Powermax Powerlink protocol description

The 0000 5800 looks to be weird packet(s), no pre and post characters are in there ... Can you capture the full hex data?

Also, if you connect the (windows) remote programmer, does it work?
by uAlex73
Wed Sep 09, 2015 9:54 pm
Forum: Z-Wave Forum
Topic: z-weather by popp
Replies: 5
Views: 8360

Re: z-weather by popp

Not much information available, but for sale already:
http://www.robbshop.nl/z-wave-weerstation

Only around 195 euro, a little bit high for my personal taste (if it was around 100 euro, i would have ordered it).
by uAlex73
Tue Sep 01, 2015 11:31 am
Forum: Visonic Alarm systems
Topic: Visonic Powermax Powerlink protocol description
Replies: 185
Views: 13167806

Re: Visonic Powermax Powerlink protocol description

@ilyaext:

Most of the A5 messages are the same as the previous PowerMax messages, so the A5 00 04 for the status of the panel. The A5's also work for the magnet contacts, only the PIRs aren't useable with these messages. This is why you need the B0 messages for it.
by uAlex73
Wed Jul 15, 2015 8:46 am
Forum: Z-Wave Forum
Topic: Duwi Remote 05445 - working?
Replies: 5
Views: 8576

Re: Duwi Remote 05445 - working?

The pepper1 db shows the following information (please note it seems very old, hence not compatible with todays standards):
http://www.pepper1.net/zwavedb/device/36

I think you can only use it to control the Z-Wave directly, so forgot ANY interaction with you controller (HS3).
by uAlex73
Mon Apr 06, 2015 8:21 pm
Forum: Z-Wave Forum
Topic: Domotiga / OpenZWave / DomoZWave wrapper issue (on PCduino)
Replies: 15
Views: 17109

Re: Domotiga / OpenZWave / DomoZWave wrapper issue (on PCduino)

Good to hear it is working now, you can modify the wiki if you find steps unclear for you (it is open for everybody ;-))
by uAlex73
Mon Apr 06, 2015 6:05 pm
Forum: Z-Wave Forum
Topic: Domotiga / OpenZWave / DomoZWave wrapper issue (on PCduino)
Replies: 15
Views: 17109

Re: Domotiga / OpenZWave / DomoZWave wrapper issue (on PCduino)

I am the maintainer of the domozwave wrapper, but i get the impression with the latest steps you successfully compiled the open-zwave library. Only it seems you miss the additional steps? Did you do: cd ~/domotiga/wrappers/domozwave make sudo make install Can you give me the output of those commands...
by uAlex73
Tue Feb 17, 2015 4:52 pm
Forum: Visonic Alarm systems
Topic: Visonic Powermax Powerlink protocol description
Replies: 185
Views: 13167806

Re: Visonic Powermax Powerlink protocol description

The PowerMaster30 B0 messages are interesting. To detect motion with a PIR, only the following approach seem to work: - Change your PIR to report always - Then it will send "B0 03 39" messages like "< 0D B0 03 39 06 FF 08 FF 01 18 0B 43 9D 0A" - Report to it with a "B0 01 04...
by uAlex73
Wed Feb 11, 2015 9:26 am
Forum: Visonic Alarm systems
Topic: Control Powermax via RaspberryPi
Replies: 10
Views: 19506

Re: Control Powermax via RaspberryPi

@kingofnuls: The PowerMaster30 isn't 100% compatible with the PowerMax protocol. The magnet contacts will work fine, BUT you can't get easily the PIR (motion sensor) information from the PowerMaster. I am still analysing protocol information, and I think i got an idea how to "guess" which ...
by uAlex73
Tue Jan 27, 2015 9:27 am
Forum: Visonic Alarm systems
Topic: Visonic Powermax Powerlink protocol description
Replies: 185
Views: 13167806

Re: Visonic Powermax Powerlink protocol description

@dad: which type of sensors do you have in zone 1 and 2?

I got 2 PIRs connected to zone 1 and 2, but i only get "FF 01", never the "FF 02" message.
by uAlex73
Fri Jan 23, 2015 11:55 am
Forum: Z-Wave Forum
Topic: Z-Wave without controller?
Replies: 7
Views: 13483

Re: Z-Wave without controller?

You can run a Z-Wave network without a controller, but that makes it slightly unmanageable. Depending on the device, it can send a BASIC_SET out via the association/group command. Most software like open-zwave assigns only the controller to it, but if you add another Z-Wave node in the group, and th...
by uAlex73
Thu Jan 15, 2015 9:18 am
Forum: Z-Wave Forum
Topic: z-wave large(r) network with domoticz/raspberry pi
Replies: 5
Views: 6995

Re: z-wave large(r) network with domoticz/raspberry pi

@qbic2005:

The OZW_Log.txt is generated by the open-zwave library directly, if you put it properly in debug mode. I am not sure how Domoticz does that, sorry.

Go to advanced search