Search found 1659 matches

by Rene
Thu Mar 13, 2014 5:53 pm
Forum: For Sale Forum (Dutch allowed)
Topic: [Zoek] DAIX12 van Xanura
Replies: 7
Views: 4472

Re: [Zoek] DAIX12 van Xanura

Ik heb een keer een kapotte zekering gehad en toen ik Marcel van WaakzaamWonen vroeg of hij deze had stuurde hij er een gratis op.
by Rene
Sat Feb 15, 2014 10:58 pm
Forum: Bwired Forum
Topic: Bwired Nodejs, MQTT, Websockets Iskra Smartmeter solution
Replies: 30
Views: 45478

Re: Bwired Nodejs, MQTT, Websockets Iskra Smartmeter solution

You are calling a function sendSdata which is unknown.
by Rene
Mon Feb 10, 2014 9:21 pm
Forum: Z-Wave Forum
Topic: Rolling shutters (Somfy RTS or LT)?
Replies: 8
Views: 10913

Re: Rolling shutters (Somfy RTS or LT)?

I use a 4 channel rts remote to control each shutter individually and the group channel to control them all together. I bought a second hand single channel remote, configured the group channel, and connected it to an IP Power. This way I can close and open all shutters at once from within my software.
by Rene
Mon Feb 10, 2014 9:05 pm
Forum: Bwired Forum
Topic: Bwired Nodejs, MQTT, Websockets Iskra Smartmeter solution
Replies: 30
Views: 45478

Re: Bwired Nodejs, MQTT, Websockets Iskra Smartmeter solution

[SMILING FACE WITH OPEN MOUTH AND SMILING EYES]
by Rene
Fri Jan 31, 2014 5:19 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! : Wall thermostat and Cube
Replies: 17
Views: 25004

Re: ELV MAX! : Wall thermostat and Cube

@pbrand: You are absolutely right. Why did I make it so difficult? Overriding while in auto mode is temporary until the next schedule switch, overriding in manual mode is permanent.
by Rene
Fri Jan 31, 2014 10:07 am
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! : Wall thermostat and Cube
Replies: 17
Views: 25004

Re: ELV MAX! : Wall thermostat and Cube

@claus: This is because you set a temporary override of the temperature and 0:00 is indeed a default schedule switch. You can overcome this by setting a permanent override by selecting the vacaction mode, set the desired temperature and date and time to fallback to the automatic schedule again.
by Rene
Thu Jan 30, 2014 11:13 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! : Wall thermostat and Cube
Replies: 17
Views: 25004

Re: ELV MAX! : Wall thermostat and Cube

I can confirm this!
by Rene
Tue Jan 28, 2014 11:18 pm
Forum: Miscellaneous Home Automation topics
Topic: Get messages when watching TV (overlay)
Replies: 17
Views: 25543

Re: Get messages when watching TV (overlay)

I use a CI+ card inside my TV, so this is no option for me. Also my Plex client is running inside the TV. So I have no peripherals attached to my TV.
by Rene
Tue Jan 28, 2014 4:30 pm
Forum: Miscellaneous Home Automation topics
Topic: Get messages when watching TV (overlay)
Replies: 17
Views: 25543

Re: Get messages when watching TV (overlay)

Does it produce an overlay on the current selected input or do you have to watch everything (including TV) via the GoogleTV device in order to produce the overlay (I assume the latter)?
by Rene
Tue Jan 28, 2014 4:28 pm
Forum: Homematic, FS20, FHT, ESA and ELV
Topic: ELV MAX! protocol description
Replies: 165
Views: 490367

Re: ELV MAX! protocol description

This is the typical output of Wireshark, a network sniffer.
by Rene
Mon Jan 27, 2014 12:51 am
Forum: For Sale Forum (Dutch allowed)
Topic: Digi PortServer TS4
Replies: 0
Views: 1899

Digi PortServer TS4

1x Digiport Server TS4 (Marktplaats)
by Rene
Mon Jan 27, 2014 12:49 am
Forum: For Sale Forum (Dutch allowed)
Topic: XM10
Replies: 0
Views: 1721

XM10

1x XM10 (Marktplaats)
by Rene
Sun Jan 26, 2014 10:53 am
Forum: For Sale Forum (Dutch allowed)
Topic: Diverse prullaria
Replies: 4
Views: 2798

Re: Diverse prullaria

De sensoren en As-Rocks zijn verkocht. Tenminste als men woord houdt. De M20 is zonder voeding en antenne. Er zit wel een aansluitkabel voor de antenne aan. Ik heb hem gebruikt zonder antenne en dat werkte prima. Doe maar een bod als je hem hebben wilt.
by Rene
Sat Jan 25, 2014 4:50 pm
Forum: For Sale Forum (Dutch allowed)
Topic: Diverse prullaria
Replies: 4
Views: 2798

Diverse prullaria

3x Klikaan/Klikuit draadloze raam/deursensor (nieuw in doos) ( Marktplaats ) 1x Siemens M20 SMS modem ( Marktplaats ) 2x Gembird Silvershield stekkerdoos (6 outlets) met overspanningsbeveiliging (nieuw in doos) ( Marktplaats ) 2x HP JetDirect 170x ( Marktplaats ) 1x Sanyo SQ-1100 batterij voor lapto...
by Rene
Tue Jan 14, 2014 1:07 am
Forum: Visonic Alarm systems
Topic: Visonic Powermax Powerlink protocol description
Replies: 185
Views: 13167576

Re: Powerlink protocol description

This is the VB.Net code, which I use in the Homeseer plugin, to calculate the checksum:

Code: Select all

chkSum = 0
For index = 1 To alRecBuf.Count() - 3
  chkSum += alRecBuf.Item(index)
Next
chkSum = chkSum Mod &HFF
If chkSum And &HFF Then
  chkSum = chkSum Xor &HFF
End If

Go to advanced search