You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I pair a Nodon In wall module with a Nodon windows switch and pairing is ok, the switch can control first relay module.
I received this messages with enocean_example.py:
Is that said that the usb controller is also paired with the micromodule?
2nd question
If the usb controller is properly paired with the relay module, I did not understand the examples given in the issues to be able to control these relays from the controller.
Can you give me some code example?
3rd question
After pairing the two modules, I received now this messages when Nodon windows sensor switch trig:
Windows switch "closed", received message from Nodon in wall module when relais trig to off:
There is switch message like CO: {u'value': u'open', u'description': u'Contact', u'unit': u'', u'raw_value': 0}
But relay message does not seem to be decoded.
Sorry for all these beginner questions and thank you in advance for your help
The text was updated successfully, but these errors were encountered:
Hi,
I pair a Nodon In wall module with a Nodon windows switch and pairing is ok, the switch can control first relay module.
I received this messages with enocean_example.py:
In this messages base ID of USB controller is FF:C0:AC:80, relay module ID is 01:9D:1C:18 and Windows switch ID is 05:04:09:BD
What this message means:
Is that said that the usb controller is also paired with the micromodule?
If the usb controller is properly paired with the relay module, I did not understand the examples given in the issues to be able to control these relays from the controller.
Can you give me some code example?
After pairing the two modules, I received now this messages when Nodon windows sensor switch trig:
Windows switch "closed", received message from Nodon in wall module when relais trig to off:
Windows switch "open", received message from Nodon in wall module when relais trig to on:
There is switch message like CO: {u'value': u'open', u'description': u'Contact', u'unit': u'', u'raw_value': 0}
But relay message does not seem to be decoded.
Sorry for all these beginner questions and thank you in advance for your help
The text was updated successfully, but these errors were encountered: