And add the rfxcom binding to the addons directory.
If you start openHAB you should see rfxcom messages. If you run in debug mode (<logger name="org.openhab.binding.rfxcom" level="DEBUG" />) you should see the HomeEasy messages in the log.
Regards,
David
Switch he_cont_1 { rfxcom="<4609854.1:Command" }
This works fine in that when I use the remote control it toggles the status on the openhab console. But when I toggle the switch on the UI defined as:
Switch item=he_cont_1
It just tells me that there is no provider in the binding. I'm guessing that I need to define the 'out' statement as per the info on the binding page, but I'm unclear where I need to allocate this. I've tried putting it like
rfxcom="<4609854.1:Command, >4609854.1:Command"
but it doesn't like it. Do I have to also create a rule? I was guessing not as the switch has the same name on the UI, but I might just be confusing myself..?
--
You received this message because you are subscribed to the Google Groups "openhab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openhab+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at http://groups.google.com/group/openhab.
For more options, visit https://groups.google.com/groups/opt_out.
Pali
To unsubscribe from this group and stop receiving emails from it, send an email to openhab+unsubscribe@googlegroups.com.
The HomeEasy plug scan hold up to 6 remotes. (if unused remotes are
programmed reset the module to remove all paired remotes)
I suppose it is possible to create a HomeEasy (AC code) device in OpenHAB.
Configure a random ID and unit number for the module,
Put the module in learning mode,
Transmit an ON command in OpenHAB. The unit is now paired.
Note: do not use HomeEasy EU in the UK because this is a totally different
protocol used by HomeEasy on the main land.
Ask the developers of OpenHAB to add debug mode so that you are able to see
the commands received.