Hey Neil,
Great work.
I have just run through some tests, sadly I don’t have an energy monitor and my relay hasn’t arrived yet so cant comment on those but dimming is now working correctly on the OH iOS app, when you zero a dimmer it switches off and when you select a percentage its all working.
Any changes made in the iOS OpenHAB or Lightwave app are updated to the OH desktop web interface, dimming still doesnt work from the desktop OH GUI but I think that is either a browser or OH interface issue as its working from the iOS OH app.
I have not yet received a full status message in the logs, so dont know what happens with that yet, I am seeing these messages though :-
2015-11-23 14:06:23.765 [DEBUG] [.l.i.LightwaveRFReceiverThread:128 ]- Message received: 100,?V="N2.91Y"
2015-11-23 14:06:23.766 [DEBUG] [.l.internal.LightwaveRfBinding:292 ]- Publishing Update org.openhab.binding.lightwaverf.internal.command.LightwaveRfVersionMessage@66c46bb4 to []
2015-11-23 14:06:23.767 [WARN ] [.l.internal.LightwaveRfBinding:312 ]- No item for incoming message[100,?V="N2.91Y"
Is it possible to create an Item for this?
I have already created Items for the new Wifi Link items but they have not updated yet, this is what I have added, will keep you posted :-
/* LightwaveRF Link Info */
String LW_WifiL_Ver "Wifi Link Version [%s]" <network> (gLWTEST) {lightwaverf="serial=wifilink,type=VERSION"}
String LW_WifiL_IP "Wifi Link IP Address [%s]" <network> (gLWTEST) {lightwaverf="serial=wifilink,type=WIFILINK_IP"}
DateTime LW_WifiL_Dusk "Wifi Link Dusk Time [%1$tT, %1$tF]" <network> (gLWTEST) {lightwaverf="serial=wifilink,type=WIFILINK_DUSK_TIME"}
DateTime LW_WifiL_Dawn "Wifi Link Dawn Time [%1$tT, %1$tF]" <network> (gLWTEST) {lightwaverf="serial=wifilink,type=WIFILINK_DAWN_TIME"}
Number LW_WifiL_Uptime "Wifi Link Uptime [%.2f]" <network> (gLWTEST) {lightwaverf="serial=wifilink,type=WIFILINK_UPTIME"}
String LW_WifiL_Long "Wifi Link Longitude [%s]" <network> (gLWTEST) {lightwaverf="serial=wifilink,type=WIFILINK_LONGITUDE"}
String LW_WifiL_Lat "Wifi Link Latitude [%s]" <network> (gLWTEST) {lightwaverf="serial=wifilink,type=WIFILINK_LATITUDE"}
UPDATED: added formatting…
Once again, great work Neil