Search found 5 matches
- Sat May 19, 2012 3:03 pm
- Forum: DomotiGa Forum
- Topic: Homematic
- Replies: 8
- Views: 9684
Re: Homematic
Basic support for HomeMatic is now in Domotiga. One device is supported, new devices can be added. First try to pair the new device, and record the information that is recorded in the raw debug log. To add a device I need the commands which are supported (on/off etc) for this device and the codes us...
- Thu Mar 29, 2012 6:21 pm
- Forum: DomotiGa Forum
- Topic: Homematic
- Replies: 8
- Views: 9684
Re: Homematic
it's probably better if I send you a zip of the project. It's still not nice looking, and some parts need a major cleanup.. And I'm just rewriting the message analysis part, putting it in another sub, and more structured. Since the devices use several same messagestypes for different purposes, the i...
- Wed Mar 28, 2012 6:54 pm
- Forum: DomotiGa Forum
- Topic: Homematic
- Replies: 8
- Views: 9684
Re: Homematic
With Homematic it is not possible to add the device through the "add device" menu. Not because domotiga will not allow me but because Homematic devices are (using the pairing protocol) added to the HMLAN adapter, this then allows control via that adapter. It is possible to monitor devices ...
- Mon Mar 12, 2012 8:50 am
- Forum: DomotiGa Forum
- Topic: Homematic
- Replies: 8
- Views: 9684
Re: Homematic
Hi, It will have to work slightly different. You can't just add a device, it needs to be hardware paired. I've got that covered. The protocol is also bidirectional, working with ack statuses. I also will need a database table with known devices, so after pairing I can autocreate the device. One issu...
- Thu Mar 08, 2012 12:04 am
- Forum: DomotiGa Forum
- Topic: Homematic
- Replies: 8
- Views: 9684
Homematic
Hi, I've been playing with domotiga and homematic. I can now send and receive messages, but how would I integrate that in Domotiga? Specially creating the devices in the database, the way commands are sent from the main interface or scripts, how values are stored and used in scripts. For now I just ...