X10 RFXsensor

Post here about devices that are not yet or not fully supported

Moderators: rtenklooster, Voyager, BertB, Stuntteam

Post Reply
Message
Author
data
Normal user
Posts: 93
Joined: 10 Dec 2016, 11:26

X10 RFXsensor

#1 Post by data » 15 Mar 2017, 14:34

Isn't the X10 RFXsensor protocol supported or am I doing something wrong?

This is the library in use: https://github.com/p2baron/x10rf

I want to sent voltage readings to RFLink and thought, a convenient way will be via the X10 protocol
since I am using that anyway to transmit switch states. So far, I only get readings for the meter and
the switch.

These work:
myx10.RFXmeter(12,0,123457); // Send '123457' as meter reading. = ID = 12
myx10.x10Switch('B',4, 1); // Switch B4 on

While these give no readings;

myx10.RFXsensor(1,'t','T',21); //Send temperature 21c (two decimals.) ID = 1
myx10.RFXsensor(5,'v','t',21); //Send voltage = ID = 5
myx10.x10Security(3,0xCC); // Send state 'Normal + Tamper' ID =3
myx10.x10Security(9,0xF0); // Send state 'Darkness detected' ID =9

In case this isn't supported (yet?), is there any other protocol where I can transmit a dedicated
voltage level to RFLink?

Kind Regards,


dk

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests