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
X10 RFXsensor
Moderators: rtenklooster, Voyager, BertB, Stuntteam
Who is online
Users browsing this forum: No registered users and 6 guests