Not able to choose RFXmitter to control Waveman

Forum about Domotiga Open Source Home Automation for Linux.

Moderator: RDNZL

Not able to choose RFXmitter to control Waveman

Postby rune » Thu Mar 17, 2011 10:43 pm

Hi

Im not able to choose the interface RFXCom transmitter to control my Waveman device (to turn it on/off).
I get the message "Selected interface does not support this devicetype!". Is this a bug? Or am i doing something wrong?
In the crfxcomtx.class i can see a Waveman procedure for the RFXMitter, so i thought that it could control my Waveman device.

Thanks
rune
Starting Member
Starting Member
 
Posts: 7
Joined: March 2011
Location: Norway

Re: Not able to choose RFXmitter to control Waveman

Postby RDNZL » Fri Mar 18, 2011 2:37 pm

To be honest, I have ported raw code, and didn't implement it fully because I didn't know anyone having Waveman modules.

Will see if I can complete it, and you can test it, if you want it.
Just hold on.
Regards, Ron.
http://domotiga.nl - open source home automation software for Linux.
User avatar
RDNZL
Forum Moderator
Forum Moderator
 
Posts: 919
Joined: September 2006
Location: Dordrecht, The Netherlands

Re: Not able to choose RFXmitter to control Waveman

Postby rune » Fri Mar 18, 2011 3:18 pm

Of course I will test it. That would be great! Thanks!
rune
Starting Member
Starting Member
 
Posts: 7
Joined: March 2011
Location: Norway

Re: Not able to choose RFXmitter to control Waveman

Postby RDNZL » Fri Mar 18, 2011 3:51 pm

Well I have just tested it, and it works with version 0.1.195.

Do you run this version?
If you do can you post the result of this query, it should look like this:
Code: Select all
$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 280
Server version: 5.1.49-1ubuntu8.1 (Ubuntu)

Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL v2 license

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> use domotiga;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> select * from interfaces where id=12;
+----+--------------------+-------------------------------------------------------------------------+------------+
| id | name               | type                                                                    | mode       |
+----+--------------------+-------------------------------------------------------------------------+------------+
| 12 | RFXCom Transmitter | X10 ARC AC RFXCom Visonic HEEU Digimax Harrison Koppla Waveman Flamingo | Read Write |
+----+--------------------+-------------------------------------------------------------------------+------------+
1 row in set (0.00 sec)
Regards, Ron.
http://domotiga.nl - open source home automation software for Linux.
User avatar
RDNZL
Forum Moderator
Forum Moderator
 
Posts: 919
Joined: September 2006
Location: Dordrecht, The Netherlands

Re: Not able to choose RFXmitter to control Waveman

Postby rune » Fri Mar 18, 2011 7:07 pm

Here is the SQL dump:

*************************************************************************************
domotiga@ubuntu:~$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 155
Server version: 5.1.49-1ubuntu8.1 (Ubuntu)

Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL v2 license

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> use domotiga;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> select * from interfaces where id=12;
+----+--------------------------------+-----------------------------------------------+-----------------+
| id | name | type | mode |
+----+--------------------------------+-----------------------------------------------+-----------------+
| 12 | RFXCom Transmitter | X10 ARC AC RFXCom Visonic | Read Write |
+----+--------------------------------+-----------------------------------------------+-----------------+

**************************************************************************************************
I use version 0.1.195 of Domotiga.
rune
Starting Member
Starting Member
 
Posts: 7
Joined: March 2011
Location: Norway

Re: Not able to choose RFXmitter to control Waveman

Postby RDNZL » Sat Mar 19, 2011 4:15 pm

My mistake, I was looking in my development database.

Please update yours with these commands, and try again, if all works, I will add it to the official version.
Code: Select all
$ mysql -u root -p
Enter password:

mysql> use domotiga;

mysql> UPDATE interfaces SET type = 'X10 ARC AC RFXCom Visonic Waveman' WHERE id = 12;
Query OK, 1 row affected (0.00 sec)
Rows matched: 1  Changed: 1  Warnings: 0

mysql> select * from interfaces where id = 12;
+----+--------------------+-----------------------------------+------------+
| id | name               | type                              | mode       |
+----+--------------------+-----------------------------------+------------+
| 12 | RFXCom Transmitter | X10 ARC AC RFXCom Visonic Waveman | Read Write |
+----+--------------------+-----------------------------------+------------+
1 row in set (0.00 sec)
Regards, Ron.
http://domotiga.nl - open source home automation software for Linux.
User avatar
RDNZL
Forum Moderator
Forum Moderator
 
Posts: 919
Joined: September 2006
Location: Dordrecht, The Netherlands

Re: Not able to choose RFXmitter to control Waveman

Postby rune » Sat Mar 19, 2011 5:31 pm

That did the trick. Now I can turn my device on/off. Superb! :) Thanks for great support!!
rune
Starting Member
Starting Member
 
Posts: 7
Joined: March 2011
Location: Norway

Re: Not able to choose RFXmitter to control Waveman

Postby rune » Mon Mar 21, 2011 1:38 pm

Another question: On the receiver side (rfxcom receiver), do I need to do som database changes here too? To be able to receive from Waveman remote controllers? The log does not show any data received..
rune
Starting Member
Starting Member
 
Posts: 7
Joined: March 2011
Location: Norway

Re: Not able to choose RFXmitter to control Waveman

Postby b_weijenberg » Mon Mar 21, 2011 4:44 pm

The receiver does not support the Waveman protocol.
User avatar
b_weijenberg
Forum Moderator
Forum Moderator
 
Posts: 1477
Joined: May 2006
Location: Netherlands


Return to DomotiGa Forum

Who is online

Users browsing this forum: No registered users and 2 guests