Closed MuckiM closed 9 years ago
Can you create a pull request against the main openhab repository? If so, I’ll merge it immediately there. If this isn’t possible for some reason, let me know and I’ll add it myself, but it would probably be tomorrow...
Chris
On 2 Jan 2015, at 13:10, MuckiM notifications@github.com wrote:
Hi,
I have added the ZwaveMe Z-Wave Remote Control+ to the Database and compiled the Plugin myself. Works great. Hope you can add it to the official version. Thank you.
products.xml
<Product> <Reference> <Type>1000</Type> <Id>300</Id> </Reference> <Model>ZME_RC2</Model> <Label lang="en">Z-Wave Remote Control+</Label> <ConfigFile>zwaveme/zme_rc2.xml</ConfigFile> </Product>
zme_rc2.xml
<?xml version="1.0" encoding="utf-8"?>
ZME_RC2 ``` 0x20 0x26 0x27 0x2b 0x60 0x70 0x72 0x75 0x80 0x84 0x85 0x86 0x8e 10 list 1 1 0 1 2 3 4 5 This parameter defines the command to be sent to devices of control group No1 when the related button is pressed (association group 2) 11 list 1 1 0 1 2 3 4 5 This parameter defines the command to be sent to devices of control group No2 when the related button is pressed (association group 3) 12 list 1 1 0 1 2 3 4 5 This parameter defines the command to be sent to devices of control group No3 when the related button is pressed (association group 4) 13 list 1 1 0 1 2 3 4 5 This parameter defines the command to be sent to devices of control group No4 when the related button is pressed (association group 5) 14 list 1 1 0 1 2 3 4 5 This parameter defines the command to be sent to devices of control group No5 when the related button is pressed (association group 6) 15 list 1 1 0 1 2 3 4 5 This parameter defines the command to be sent to devices of control group No6 when the related button is pressed (association group 7) 16 list 1 1 0 1 2 3 4 5 This parameter defines the command to be sent to devices of control group No7 when the related button is pressed (association group 8) 17 list 4 1 0 1 2 3 4 5 This parameter defines the command to be sent to devices of control scene group No1 when the related button is pressed (association group 9) 18 list 4 1 0 1 2 3 4 5 This parameter defines the command to be sent to devices of control scene group No2 when the related button is pressed (association group 10) 19 list 4 1 0 1 2 3 4 5 This parameter defines the command to be sent to devices of control scene group No3 when the related button is pressed (association group 11) 20 list 3 1 0 1 2 3 4 5 This parameter defines the command to be sent to devices of control group All On/Off when the related button is pressed (association group 12) 21 list 255 1 1 2 255 Send the following Switch All commands ``` 1 5 2 5 3 5 4 5 5 5 6 5 7 5 8 5 9 5 10 5 11 5 12 5 — Reply to this email directly or view it on GitHub https://github.com/cdjackson/HABmin/issues/197.
I don't know how to generate a pull request. So it would be nice if you add it.
Michael
Ok - no probs.
On 2 Jan 2015, at 15:10, MuckiM notifications@github.com wrote:
I don't know how to generate a pull request. So it would be nice if you add it.
Michael
— Reply to this email directly or view it on GitHub https://github.com/cdjackson/HABmin/issues/197#issuecomment-68532819.
Pull request is created. It was quite simple.
Yep - thanks.
On 2 Jan 2015, at 15:32, MuckiM notifications@github.com wrote:
Pull request is created. It was quite simple.
— Reply to this email directly or view it on GitHub https://github.com/cdjackson/HABmin/issues/197#issuecomment-68534619.
Hi,
I have added the ZwaveMe Z-Wave Remote Control+ to the Database and compiled the Plugin myself. Works great. Hope you can add it to the official version. Thank you.
products.xml
zme_rc2.xml