-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MDREMOTE V106 / V107 not working #1
Comments
Hi,
I haven't updated this script for a long time. I will try to get some
updates at the end of August but I can't promise anything
…On Sat, Aug 12, 2017, 20:29 sunflowerABB ***@***.***> wrote:
HASS IDs generated for MDREMOTE V106 / V107 (Lightning 5 tab in RFXMngr)
result in an error and cannot be added to the configuration:
$ generateId.py -t Lighting5 -s MDREMOTE -p 37191,1
Result: 0a14030001457110000
I tried entereind the ID both in HEX and DEC format.
Log output:
ERROR (MainThread) [homeassistant.config] Invalid config for
[switch.rfxtrx]: Rfxtrx device 00a14030001457110000 is invalid: Invalid
device id for OrderedDict([('0a14030001457110000', OrderedDict([('name',
'LED_1')]))]) for dictionary value @ data['devices']. Got
OrderedDict([('0a14030001457110000', OrderedDict([('name', 'LED_1')]))]).
(See ?, line ?). Please check the docs at
https://home-assistant.io/components/switch.rfxtrx/
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ADXjWcr9yNHZZ9P3h4Oyt3FpXjDl5fJoks5sXe8egaJpZM4O1fC_>
.
|
MDremote V107 works the same, however MDremote V108 seems to be different and doesn't work... |
Alternatively, howto send an ID (i.e. 9147 as shown above) via ssh manually as a RF command using echo as shown below? What is the code pattern needed, i.e.: echo -ne '\x00\x91\x47\x00\x00' > /dev/ttyUSB-RFX433 ? |
I received the following info from RFXCOM which I wanted to post in case someone else finds it useful: In order to activate "Undec Mode" on the RFXCOM it is necessary to send an init command after the connection like this: The 88 undec on + Lighting4 enabled I assume this can be done from the terminal using the following command: echo -ne '\x0D\x00\x00\x04\x03\x53\x1C\x88\x00\x00\x00\x00\x00\x00' > /dev/ttyUSB-RFX433 |
Unfortunately I am unable to activate the undec mode using the command stated above - in any case not all signals are received by my rfxtrx once the echo command is sent. Any clues? |
FYI everyone, here the answer from RFXCOM on how the code is put together: MD106 command = 14 03:
|
HASS IDs generated for MDREMOTE V106 / V107 (Lightning 5 tab in RFXMngr) result in an error and cannot be added to the configuration:
$ generateId.py -t Lighting5 -s MDREMOTE -p 37191,1
Result: 0a14030001457110000
I tried entereind the ID both in HEX and DEC format.
Log output:
ERROR (MainThread) [homeassistant.config] Invalid config for [switch.rfxtrx]: Rfxtrx device 00a14030001457110000 is invalid: Invalid device id for OrderedDict([('0a14030001457110000', OrderedDict([('name', 'LED_1')]))]) for dictionary value @ data['devices']. Got OrderedDict([('0a14030001457110000', OrderedDict([('name', 'LED_1')]))]). (See ?, line ?). Please check the docs at https://home-assistant.io/components/switch.rfxtrx/
The text was updated successfully, but these errors were encountered: