Number LivingRoomMood "LivingRoomMood" { rfxcom=">15903586.16:LIGHTING5.LIGHTWAVERF:Mood" }
and in SiteMap:
Switch item=LivingRoomMood icon="light-on" mappings=["Group Off"="All Off", "Group Mood 1"="Mood 1"]
but no matter how I fiddle, I cannot get this to work!
Thank you!
Received HTTP POST request at 'items/LivingRoomMood/' with an invalid status value 'GROUP_OFF',
I guess this is because the item type is number, but that seems to be necessary.
You can add something like this <logger name="org.openhab.binding.rfxcom" level="DEBUG" /> to your configurations/logback.xml file. This will give output in the openhab.log file when RFXCom is receiving data. Try triggering the switch and posting the relevant output from the log.
Thanks,
Paul
Number LivingRoomMood "LivingRoomMood" { rfxcom=">15903586.16:LIGHTING5.LIGHTWAVERF:Mood" }
The first stage is to find out if the RFXCOM is receiving the transmission. If you have enabled the debug log output in logback.xml you should see the data string (hexadecimal string) being output from the binding. It will have either ' Data received:' or ' Unknown data received, data' before it. Once you've confirmed that then you can begin to add code to decode the data.
Cheers
Paul
--
You received this message because you are subscribed to a topic in the Google Groups "openhab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openhab/busLdamqLNk/unsubscribe.
To unsubscribe from this group and all its topics, 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/d/optout.
--
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.