I've been running RFXCOM plugin (v 1.4.0) for a number of years. This connects to a RFXtrx 433 to control a collection of Somfy blinds. Normal processing ensues - Indigo control on a schedule / via control pages along with the remote for each blind as a manual override.
For a while now (in honesty it's been 12 months+) the following warning can be found when starting indigo server:
Code: Select all
Warning plugin "RFXCOM 1.4.0" may not be compatible with next Indigo release without an update
Code: Select all
RFXCOM Error 'key isUS not found in dict'
./RFXCOM.indigoPlugin/Contents/Server Plugin/Devices.xml (I left this file as it did not appear to call upon this value)
./RFXCOM.indigoPlugin/Contents/Server Plugin/RFXTRX.py (commented out line 616 to 624 and 660 to 661).
As I am UK based, I just commented out the python code (including the nested statements). If US based, I assume you would need to ensure the conditional statements ARE run (respecting python's indentation).
Hope that this may be of help to someone now or in the future.