A new USB RFXCOM is available.
http://www.rfxcom.com/transceivers.htm#12103USB 433.92MHz receiver + transmitter at lower price than before.
To download the plugin files, use the Zip archive link at the bottom of this
page.
Installation & SetupCompatible products and limitationsWhat's new in version alpha 8:
- Bug fixed: sending new commands failed after 255 commands
- Init process optimized
- lots of functions now declared as local functions
What's new in version alpha 7:
- Support for Blyss added
- Support for OWL CM180 added
- Manual creation of Hasta (old models) added
- Support for A-OK motors added
- Support for weighting scale (BWR101/102, GR101) added (Ap15e contrib)
- Support for Mertik-Maxitrol thermostats added (nirb contrib)
- New callback SendMessage added
- Last received message logged + stored in the variable "LastReceivedMsg" + displayed at the bottom of the Settings tab
- New variable "AdjustMultipler" added to let the user apply a multiplier coefficient on weather data
- Variable "Assocation" renamed "Association"
- Error messages shown to the user in the status zone of the dashboard (blue zone at the top middle of the screen)
What's new in version alpha 6:
- Plugin is up to date with RFXtrx firmware v49
- Child devices management revisited (fixed and enhanced)
- Support for X10 security remotes added
- Support for Meiantech/Atlantic security remotes added
- Support for KD101 smoke detector added
- Support for RUBiCSON temperature sensor added
- Support for Viking 02035, 02038 humidity sensors added
- Support for TFA 30.3133 temperature sensor added
- Support for Hasta blinds added
- Support for Philips SBC lighting added
- New devices created to match remote controls and give ability to trigger Vera scene from remote buttons, plus new buttons to send specific commands like group off, dim, bright, mood, ... etc
- LightwaveRF panel suppressed from the main plugin device; replaced by a new dedicated device
- Support for ATI and Medion remotes added
- Setup of received protocols updated
- "Logs" and "Notifications" panels added to barometer, rain, wind and UV devices
- Ability to adjust reported values for temperature, humidity, UV and barometric sensors using the variable "AdjustConst"
- Ability to repeat ON and OFF events for BinaryLight devices setting the variable "RepeatEvent" to 1
- Callback added to simulate receiving of message (for testing purposes)
- Support added for USB RFXtrx connected to a remote machine providing an IP access to a local serial port (using VSPE on Windows for example)
What's new in version alpha 5:
- plugin is up to date with RFXtrx firmware v45
- add support for Ikea Koppla
- add support for La Crosse WS2300 (temperature, humidity, rain and wind sensors)
- add support for chime command (ARC protocol)
- add support for Visonic PowerCode door/window sensors and motion sensors
- add partial support for X10 security remotes (light management)
What's new in version alpha 4:
- plugin is up to date with RFXtrx firmware v42
- RollerTrol supported (including a new setting to enable or disable receiving + a new button to create manually the Vera device)
- UV sensors supported
- Viking 02811 temperature sensor supported
- Chris's code relative to X10 security added ("tripped" status is now updated for X10 door sensors and X10 motion sensors)
- fix for DisplayStatus definition in json files for better compatibility with Automator app
What's new in version alpha 3:
- plugin is up to date with RFXtrx firmware v41
- new devices supported: Honeywell TS15C (temperature sensor), UPM WT450H (temperature and humidity sensor), UPM RG700 (rain sensor), UPM WDS500 (wind sensor), OWL CM119/CM160 (energy usage sensor), RisingSun (switch power)
- barometer, rain and wind devices include now UI5 events and so can be used as triggers in a scene
- X10 security is partially supported (door and motion sensors are created but status is not updated; arm/disarm is not yet implemented)
What's new in version alpha 2:
- you can now create manually switch device, dimmable light device and window covering device using a new tab
- Harrison curtain is now managed (device creation + Open/Stop/Close commands)
- For LightwaveRF, a new tab includes 5 mood buttons (the command must have been received first one time; then it can be send by the Vera/RFXtrx)
- conversion of device between binary light device, dimmalbe light device and window covering device is done automatically by the plugin depending on the received messages, or can be done manually by the user using the new tab (buttons "add xxx")
- you can now associate several devices using the "Association" variable. This is interesting when you have several controllers for one receiving device. One device for each controller will be automatically created by the plugin but then you can keep only one device and put the "id" of each others in the "Assocation" variable of the remaining device. The different "id" must be separated by comma. The "id" must be the altid minus the 3 first characters (suppress the "LS/" or "DL/" or "WC/"). Then, commands coming from different controllers will impact one unique device.
Here are the scene numbers to be used in a scene trigger:
-- ON (activated) / OFF (deactivated): 1-16
-- SET LEVEL: 17-32
-- LOCK (activated) / UNLOCK (deactivated): 33-48
-- OPEN: 49-64
-- CLOSE: 65-80
-- STOP: 81-96
-- GROUP ON (activated) / GRUP OFF (deactivated): 100
-- GROUP SET LEVEL: 101
-- DIM: 102
-- BRIGHT: 103
-- ALL LOCK: 105
-- MOOD1: 111
-- MOOD2: 112
-- MOOD3: 113
-- MOOD4: 114
-- MOOD5: 115
-- PANIC (activated) / END PANIC (deactivated): 120
-- ARM AWAY: 121
-- ARM HOME: 122
-- DISARM: 123
-- PAIR (KD101): 124
-- CHIME (ARC protocol only): 131-146
When a range of values is mentionned, it means the number depends on the unit code of the device (from 1 to 16).
My updated TODO list is now:
1 - create a description/help page
2 - release a first version to have the plugin available in the app store