NEEO Remote Binding/Transport

@Dragonfly

Gotcha - that’s what I though and I can add some wording about the length of time then. Did the latest binding help with the word wrap stuff?

Tim

@tmrobert8
I can’t explain this. Running the version with extended logging, All switches I tried that did not work before now work as expected. And performance is not terrible at all.

Here is the log:

2017-11-14 17:23:14.076 [ome.event.ItemCommandEvent] - Item 'Licht_Zolder' received command OFF
2017-11-14 17:23:14.100 [vent.ItemStateChangedEvent] - Licht_Zolder changed from ON to OFF
==> /var/log/openhab2/openhab.log <==
2017-11-14 17:23:14.107 [DEBUG] [nal.servletservices.NeeoBrainService] - Sending brain notification: NeeoNotification [type=6335752224903266304:Licht_Zolder, data=false]
2017-11-14 17:23:14.127 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 2 * Sending client request on thread ESH-io.neeo-496
2 > POST http://192.168.0.225:3000/v1/notifications
2 > Accept: application/json
2 > Content-Type: application/json
{"type":"6335752224903266304:Licht_Zolder","data":false}
2017-11-14 17:23:14.165 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 2 * Client response received on thread ESH-io.neeo-496
2 < 200
2 < Access-Control-Allow-Credentials: true
2 < Access-Control-Allow-Headers: Content-Type,Accept,X-Requested-With,Origin,X-NEEO-Secure
2 < Access-Control-Allow-Methods: POST, GET, PUT, DELETE, OPTIONS
2 < Connection: keep-alive
2 < Content-Length: 16
2 < Content-Type: application/json; charset=utf-8
2 < Date: Tue, 14 Nov 2017 16:23:14 GMT
2 < ETag: W/"10-oV4hJxRVSENxc/wX8+mA4/Pe4tA"
2 < Server: nginx
{"success":true}
2017-11-14 17:23:14.197 [DEBUG] [nal.servletservices.NeeoBrainService] - Sending brain notification: NeeoNotification [type=6335752224903266304:Licht_Zolder, data=false]
2017-11-14 17:23:14.208 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 3 * Sending client request on thread ESH-io.neeo-496
3 > POST http://192.168.0.225:3000/v1/notifications
3 > Accept: application/json
3 > Content-Type: application/json
{"type":"6335752224903266304:Licht_Zolder","data":false}
2017-11-14 17:23:14.235 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 3 * Client response received on thread ESH-io.neeo-496
3 < 200
3 < Access-Control-Allow-Credentials: true
3 < Access-Control-Allow-Headers: Content-Type,Accept,X-Requested-With,Origin,X-NEEO-Secure
3 < Access-Control-Allow-Methods: POST, GET, PUT, DELETE, OPTIONS
3 < Connection: keep-alive
3 < Content-Length: 16
3 < Content-Type: application/json; charset=utf-8
3 < Date: Tue, 14 Nov 2017 16:23:14 GMT
3 < ETag: W/"10-oV4hJxRVSENxc/wX8+mA4/Pe4tA"
3 < Server: nginx
{"success":true}
==> /var/log/openhab2/events.log <==
2017-11-14 17:23:22.762 [ome.event.ItemCommandEvent] - Item 'Licht_Zolder' received command ON
2017-11-14 17:23:22.771 [vent.ItemStateChangedEvent] - Licht_Zolder changed from OFF to ON
==> /var/log/openhab2/openhab.log <==
2017-11-14 17:23:22.770 [DEBUG] [nal.servletservices.NeeoBrainService] - Sending brain notification: NeeoNotification [type=6335752224903266304:Licht_Zolder, data=true]
2017-11-14 17:23:22.793 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 4 * Sending client request on thread ESH-io.neeo-498
4 > POST http://192.168.0.225:3000/v1/notifications
4 > Accept: application/json
4 > Content-Type: application/json
{"type":"6335752224903266304:Licht_Zolder","data":true}
2017-11-14 17:23:22.824 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 4 * Client response received on thread ESH-io.neeo-498
4 < 200
4 < Access-Control-Allow-Credentials: true
4 < Access-Control-Allow-Headers: Content-Type,Accept,X-Requested-With,Origin,X-NEEO-Secure
4 < Access-Control-Allow-Methods: POST, GET, PUT, DELETE, OPTIONS
4 < Connection: keep-alive
4 < Content-Length: 16
4 < Content-Type: application/json; charset=utf-8
4 < Date: Tue, 14 Nov 2017 16:23:22 GMT
4 < ETag: W/"10-oV4hJxRVSENxc/wX8+mA4/Pe4tA"
4 < Server: nginx
{"success":true}
2017-11-14 17:23:22.852 [DEBUG] [nal.servletservices.NeeoBrainService] - Sending brain notification: NeeoNotification [type=6335752224903266304:Licht_Zolder, data=true]
2017-11-14 17:23:22.861 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 5 * Sending client request on thread ESH-io.neeo-496
5 > POST http://192.168.0.225:3000/v1/notifications
5 > Accept: application/json
5 > Content-Type: application/json
{"type":"6335752224903266304:Licht_Zolder","data":true}
2017-11-14 17:23:22.888 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 5 * Client response received on thread ESH-io.neeo-496
5 < 200
5 < Access-Control-Allow-Credentials: true
5 < Access-Control-Allow-Headers: Content-Type,Accept,X-Requested-With,Origin,X-NEEO-Secure
5 < Access-Control-Allow-Methods: POST, GET, PUT, DELETE, OPTIONS
5 < Connection: keep-alive
5 < Content-Length: 16
5 < Content-Type: application/json; charset=utf-8
5 < Date: Tue, 14 Nov 2017 16:23:22 GMT
5 < ETag: W/"10-oV4hJxRVSENxc/wX8+mA4/Pe4tA"
5 < Server: nginx
{"success":true}
2017-11-14 17:23:37.970 [DEBUG] [nal.servletservices.NeeoBrainService] - Sending brain notification: NeeoNotification [type=6335752224903266304:Licht_Zolder, data=false]
==> /var/log/openhab2/events.log <==
2017-11-14 17:23:37.967 [vent.ItemStateChangedEvent] - Licht_Zolder changed from ON to OFF
==> /var/log/openhab2/openhab.log <==
2017-11-14 17:23:37.991 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 6 * Sending client request on thread ESH-io.neeo-497
6 > POST http://192.168.0.225:3000/v1/notifications
6 > Accept: application/json
6 > Content-Type: application/json
{"type":"6335752224903266304:Licht_Zolder","data":false}
2017-11-14 17:23:38.025 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 6 * Client response received on thread ESH-io.neeo-497
6 < 200
6 < Access-Control-Allow-Credentials: true
6 < Access-Control-Allow-Headers: Content-Type,Accept,X-Requested-With,Origin,X-NEEO-Secure
6 < Access-Control-Allow-Methods: POST, GET, PUT, DELETE, OPTIONS
6 < Connection: keep-alive
6 < Content-Length: 16
6 < Content-Type: application/json; charset=utf-8
6 < Date: Tue, 14 Nov 2017 16:23:38 GMT
6 < ETag: W/"10-oV4hJxRVSENxc/wX8+mA4/Pe4tA"
6 < Server: nginx
{"success":true}
==> /var/log/openhab2/events.log <==
2017-11-14 17:23:40.409 [vent.ItemStateChangedEvent] - Datum changed from 2017-11-14T17:22:40.397+0100 to 2017-11-14T17:23:40.399+0100
2017-11-14 17:23:44.000 [vent.ItemStateChangedEvent] - Licht_Zolder changed from OFF to ON
==> /var/log/openhab2/openhab.log <==
2017-11-14 17:23:44.000 [DEBUG] [nal.servletservices.NeeoBrainService] - Sending brain notification: NeeoNotification [type=6335752224903266304:Licht_Zolder, data=true]
2017-11-14 17:23:44.028 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 7 * Sending client request on thread ESH-io.neeo-498
7 > POST http://192.168.0.225:3000/v1/notifications
7 > Accept: application/json
7 > Content-Type: application/json
{"type":"6335752224903266304:Licht_Zolder","data":true}
2017-11-14 17:23:44.058 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 7 * Client response received on thread ESH-io.neeo-498
7 < 200
7 < Access-Control-Allow-Credentials: true
7 < Access-Control-Allow-Headers: Content-Type,Accept,X-Requested-With,Origin,X-NEEO-Secure
7 < Access-Control-Allow-Methods: POST, GET, PUT, DELETE, OPTIONS
7 < Connection: keep-alive
7 < Content-Length: 16
7 < Content-Type: application/json; charset=utf-8
7 < Date: Tue, 14 Nov 2017 16:23:44 GMT
7 < ETag: W/"10-oV4hJxRVSENxc/wX8+mA4/Pe4tA"
7 < Server: nginx
{"success":true}
==> /var/log/openhab2/openhab.log <==
2017-11-14 17:24:13.862 [DEBUG] [nal.servletservices.NeeoBrainService] - Sending brain notification: NeeoNotification [type=6335813294179221504:Licht_Trap, data=true]
==> /var/log/openhab2/events.log <==
2017-11-14 17:24:13.871 [vent.ItemStateChangedEvent] - Licht_Trap changed from OFF to ON
==> /var/log/openhab2/openhab.log <==
2017-11-14 17:24:13.885 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 8 * Sending client request on thread ESH-io.neeo-499
8 > POST http://192.168.0.225:3000/v1/notifications
8 > Accept: application/json
8 > Content-Type: application/json
{"type":"6335813294179221504:Licht_Trap","data":true}
2017-11-14 17:24:13.914 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 8 * Client response received on thread ESH-io.neeo-499
8 < 200
8 < Access-Control-Allow-Credentials: true
8 < Access-Control-Allow-Headers: Content-Type,Accept,X-Requested-With,Origin,X-NEEO-Secure
8 < Access-Control-Allow-Methods: POST, GET, PUT, DELETE, OPTIONS
8 < Connection: keep-alive
8 < Content-Length: 16
8 < Content-Type: application/json; charset=utf-8
8 < Date: Tue, 14 Nov 2017 16:24:13 GMT
8 < ETag: W/"10-oV4hJxRVSENxc/wX8+mA4/Pe4tA"
8 < Server: nginx
{"success":true}
2017-11-14 17:24:17.061 [DEBUG] [nal.servletservices.NeeoBrainService] - Sending brain notification: NeeoNotification [type=6335813294179221504:Licht_Trap, data=false]
==> /var/log/openhab2/events.log <==
2017-11-14 17:24:17.083 [vent.ItemStateChangedEvent] - Licht_Trap changed from ON to OFF
==> /var/log/openhab2/openhab.log <==
2017-11-14 17:24:17.087 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 9 * Sending client request on thread ESH-io.neeo-496
9 > POST http://192.168.0.225:3000/v1/notifications
9 > Accept: application/json
9 > Content-Type: application/json
{"type":"6335813294179221504:Licht_Trap","data":false}
2017-11-14 17:24:17.126 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 9 * Client response received on thread ESH-io.neeo-496
9 < 200
9 < Access-Control-Allow-Credentials: true
9 < Access-Control-Allow-Headers: Content-Type,Accept,X-Requested-With,Origin,X-NEEO-Secure
9 < Access-Control-Allow-Methods: POST, GET, PUT, DELETE, OPTIONS
9 < Connection: keep-alive
9 < Content-Length: 16
9 < Content-Type: application/json; charset=utf-8
9 < Date: Tue, 14 Nov 2017 16:24:17 GMT
9 < ETag: W/"10-oV4hJxRVSENxc/wX8+mA4/Pe4tA"
9 < Server: nginx
{"success":true}

@Mherwege

Which is especially weird because you are NOT running the extended logging version. There would have been all sorts of messages in between those above. How are you installing the transport?

Tim

It cuts off some letters - but much better this way.

@tmrobert8
Ooops, my mistake. When downloading the latest, my browser crashed. When it reopened and went back to the open pages, it took them from the cache. By consequence, I downloaded the version from 4 days ago. Good news: that version does work as far as the feedback is concerned.
I will now try the previous one and the one with logging again.

The one but last version did not work again.
Testing with the last version, it got the first switch off correct, but then did not switch back on a again.
Here is the log:

2017-11-14 17:45:16.789 [vent.ItemStateChangedEvent] - Licht_Zolder changed from ON to OFF
==> /var/log/openhab2/openhab.log <==
2017-11-14 17:45:16.794 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> get event filter
2017-11-14 17:45:16.807 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> receive event: Licht_Zolder changed from ON to OFF
2017-11-14 17:45:16.813 [DEBUG] [nal.servletservices.NeeoBrainService] - >>> handle event: Licht_Zolder changed from ON to OFF --- Licht_Zolder
2017-11-14 17:45:16.818 [DEBUG] [nal.servletservices.NeeoBrainService] - >>> notifyState: Licht_Zolder --- OFF
2017-11-14 17:45:16.824 [DEBUG] [nal.servletservices.NeeoBrainService] - >>> notifyState2: nikohomecontrol:onOff:440e003a24e6:25 --- NeeoDeviceChannel [itemName=Licht_Zolder, channelNbr=1, type=switch, label=Zolder, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=]]
2017-11-14 17:45:16.828 [DEBUG] [nal.servletservices.NeeoBrainService] - >>> notifyState3: 6335752224903266304
2017-11-14 17:45:16.836 [DEBUG] [org.openhab.io.neeo.internal.NeeoApi] - Sending Notification to brain (NEEO-d487672e): {"type":"6335752224903266304:Licht_Zolder","data":false}
2017-11-14 17:45:16.850 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 11 * Sending client request on thread ESH-io.neeo-512
11 > POST http://192.168.0.225:3000/v1/notifications
11 > Accept: application/json
11 > Content-Type: application/json
{"type":"6335752224903266304:Licht_Zolder","data":false}
2017-11-14 17:45:16.882 [DEBUG] [hab.io.neeo.internal.net.HttpRequest] - 11 * Client response received on thread ESH-io.neeo-512
11 < 200
11 < Access-Control-Allow-Credentials: true
11 < Access-Control-Allow-Headers: Content-Type,Accept,X-Requested-With,Origin,X-NEEO-Secure
11 < Access-Control-Allow-Methods: POST, GET, PUT, DELETE, OPTIONS
11 < Connection: keep-alive
11 < Content-Length: 16
11 < Content-Type: application/json; charset=utf-8
11 < Date: Tue, 14 Nov 2017 16:45:16 GMT
11 < ETag: W/"10-oV4hJxRVSENxc/wX8+mA4/Pe4tA"
11 < Server: nginx
{"success":true}

End then:

2017-11-14 17:45:22.026 [vent.ItemStateChangedEvent] - Licht_Zolder changed from OFF to ON
==> /var/log/openhab2/openhab.log <==
2017-11-14 17:45:22.028 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> get event filter
2017-11-14 17:45:22.031 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> applying event: Licht_Zolder changed from OFF to ON
2017-11-14 17:45:22.034 [DEBUG] [nal.servletservices.NeeoBrainService] - >>> apply event: Licht_Zolder changed from OFF to ON --- NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000] --- Licht_Zolder = false
2017-11-14 17:45:22.037 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> applying event (false): Licht_Zolder changed from OFF to ON

Just testet my two switches - they are refreshing almost in real-time now.
Turning something on/off takes still that second (and a half).

great!

Edit:
nearly forgotten - is there a trick to add a Thing to a second NEEO-type too?

Interesting - download the latest (has even more logging) and try it again. Thanks for the time to put in on this!

Could you explain why you’d like to make a second neeo type?

I have 4 Channels at one thing - two for lights, on for a ceiling-fan, on for a socket.

I also have a socket-switch(?) with a built in thermostat
32

and so on…

So one Thing does not have only one Type.

Correct me if I’m wrong but in this case - it’s an accessory because there is nothing on the NEEO side that can represent something like that.

I have a similar question. I just added a (Homematic) Switch woh has two chanels. If I add this as a switch to neeo it’s a bit strange. On the remote-app (iPhone) it works propper. On the other hand on the remote only ch1 is working. It dos not matter which chanel I added. I also open a Issue at planet.neeo.com over hier:

Not sure where the problem is.

i.e. the DECT200 i postet:
the Switch belongs to the Type “light”
the last Number belongs to “climate”

the 4 channels are light / light / climate / accesoire

should be this part: "type":{"text":"LIGHT"},

:flushed: hope, we are talking about the same thing…
33
the first NEEO-Type should be configurable for each channel

Did you reboot the remote? Sometimes this helps…

Thanks for the hint. I Removed the whole config. reconfigerd all. Also instald the latest build from the transport.binding (2.2.0). In the Remote-App all is working fine. But not on the remote.

@tmrobert8
I just tried with the latest download. Here is the result.

Initial state (on) in the NEEO was correct.

I switched the light off and back on from openHAB. The update did not go to the NEEO.

Notice there are other events happening. I did not link these to NEEO in the transport, but the transport seems to be doing something with it. I cut out a number of them as the log was too long to put in this message otherwise.
Anyway, from very early on in the log, you see I only switched Licht_Zolder, but the transport starts logging about Licht_Trap. Some of the channel updates not linked to NEEO, also interpret it as Licht_Trap. The second event in the log (OpenHABianPi_Swap_Used) has nothing to do with lights and the Niko Home Control binding, yet the transport still seems to use a nikohomecontrol channel.

I then tried from NEEO. That propagated through to openHAB (not in log below).

2017-11-15 08:42:27.204 [vent.ItemStateChangedEvent] - Licht_Zolder changed from ON to OFF
==> /var/log/openhab2/openhab.log <==
2017-11-15 08:42:27.207 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> get event filter
==> /var/log/openhab2/events.log <==
2017-11-15 08:42:27.210 [GroupItemStateChangedEvent] - gLichten_Boven changed from ON to OFF through Licht_Zolder
==> /var/log/openhab2/openhab.log <==
2017-11-15 08:42:27.213 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> applying event: Licht_Zolder changed from ON to OFF
==> /var/log/openhab2/events.log <==
2017-11-15 08:42:27.218 [GroupItemStateChangedEvent] - gLichten changed from ON to OFF through gLichten_Boven
==> /var/log/openhab2/openhab.log <==
2017-11-15 08:42:27.221 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:7:Licht_Zolder:false:NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000]
2017-11-15 08:42:27.225 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:6:Licht_Zolder:true:NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000]
2017-11-15 08:42:27.228 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:6:Licht_Zolder:yes!
2017-11-15 08:42:27.231 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: Licht_Zolder
2017-11-15 08:42:27.235 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: Licht_Zolder:NeeoDeviceChannel [itemName=Licht_Trap, channelNbr=1, type=switch, label=Trap, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=%]] : true:true
2017-11-15 08:42:27.239 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: Licht_Zolder:NeeoDeviceChannel [itemName=Licht_Trap, channelNbr=1, type=switch, label=Trap, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=%]] : true:true
2017-11-15 08:42:27.241 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: FALSE: Licht_Zolder
2017-11-15 08:42:27.244 [DEBUG] [nal.servletservices.NeeoBrainService] - >>> apply event: Licht_Zolder changed from ON to OFF --- NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000] --- Licht_Zolder = false
2017-11-15 08:42:27.247 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:7:Licht_Zolder:false:NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000]
2017-11-15 08:42:27.250 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:6:Licht_Zolder:true:NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000]
2017-11-15 08:42:27.253 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:6:Licht_Zolder:yes!
2017-11-15 08:42:27.255 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: Licht_Zolder
2017-11-15 08:42:27.257 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: Licht_Zolder:NeeoDeviceChannel [itemName=Licht_Trap, channelNbr=1, type=switch, label=Trap, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=%]] : true:true
2017-11-15 08:42:27.260 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: Licht_Zolder:NeeoDeviceChannel [itemName=Licht_Trap, channelNbr=1, type=switch, label=Trap, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=%]] : true:true
2017-11-15 08:42:27.262 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: FALSE: Licht_Zolder
2017-11-15 08:42:27.264 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> applying event (false): Licht_Zolder changed from ON to OFF
==> /var/log/openhab2/events.log <==
2017-11-15 08:42:33.398 [vent.ItemStateChangedEvent] - OpenHABianPi_Swap_Used changed from 49 to 47
==> /var/log/openhab2/openhab.log <==
2017-11-15 08:42:33.401 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> get event filter
2017-11-15 08:42:33.405 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> applying event: OpenHABianPi_Swap_Used changed from 49 to 47
2017-11-15 08:42:33.410 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:7:OpenHABianPi_Swap_Used:false:NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000]
==> /var/log/openhab2/events.log <==
2017-11-15 08:42:33.422 [vent.ItemStateChangedEvent] - OpenHABianPi_Memory_Used changed from 553 to 572
==> /var/log/openhab2/openhab.log <==
2017-11-15 08:42:33.421 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:6:OpenHABianPi_Swap_Used:true:NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000]
2017-11-15 08:42:33.424 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:6:OpenHABianPi_Swap_Used:yes!
2017-11-15 08:42:33.437 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> get event filter
2017-11-15 08:42:33.439 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> applying event: OpenHABianPi_Memory_Used changed from 553 to 572
2017-11-15 08:42:33.442 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:7:OpenHABianPi_Memory_Used:false:NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000]
2017-11-15 08:42:33.446 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: OpenHABianPi_Swap_Used
2017-11-15 08:42:33.448 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: OpenHABianPi_Swap_Used:NeeoDeviceChannel [itemName=Licht_Trap, channelNbr=1, type=switch, label=Trap, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=%]] : true:true
2017-11-15 08:42:33.450 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: OpenHABianPi_Swap_Used:NeeoDeviceChannel [itemName=Licht_Trap, channelNbr=1, type=switch, label=Trap, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=%]] : true:true
2017-11-15 08:42:33.444 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:6:OpenHABianPi_Memory_Used:true:NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000]
2017-11-15 08:42:33.451 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:6:OpenHABianPi_Memory_Used:yes!
2017-11-15 08:42:33.453 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: OpenHABianPi_Memory_Used
2017-11-15 08:42:33.455 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: OpenHABianPi_Memory_Used:NeeoDeviceChannel [itemName=Licht_Trap, channelNbr=1, type=switch, label=Trap, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=%]] : true:true
2017-11-15 08:42:33.456 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: FALSE: OpenHABianPi_Swap_Used
2017-11-15 08:42:33.458 [DEBUG] [nal.servletservices.NeeoBrainService] - >>> apply event: OpenHABianPi_Swap_Used changed from 49 to 47 --- NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000] --- OpenHABianPi_Swap_Used = false
2017-11-15 08:42:33.459 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: OpenHABianPi_Memory_Used:NeeoDeviceChannel [itemName=Licht_Trap, channelNbr=1, type=switch, label=Trap, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=%]] : true:true
2017-11-15 08:42:33.461 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: FALSE: OpenHABianPi_Memory_Used
2017-11-15 08:42:33.465 [DEBUG] [nal.servletservices.NeeoBrainService] - >>> apply event: OpenHABianPi_Memory_Used changed from 553 to 572 --- NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000] --- OpenHABianPi_Memory_Used = false
2017-11-15 08:42:33.466 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:7:OpenHABianPi_Memory_Used:false:NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000]
2017-11-15 08:42:33.463 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:7:OpenHABianPi_Swap_Used:false:NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000]
2017-11-15 08:42:33.469 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:6:OpenHABianPi_Swap_Used:true:NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000]
2017-11-15 08:42:33.470 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:6:OpenHABianPi_Swap_Used:yes!
2017-11-15 08:42:33.472 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: OpenHABianPi_Swap_Used
2017-11-15 08:42:33.473 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: OpenHABianPi_Swap_Used:NeeoDeviceChannel [itemName=Licht_Trap, channelNbr=1, type=switch, label=Trap, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=%]] : true:true
2017-11-15 08:42:33.476 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:6:OpenHABianPi_Memory_Used:true:NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000]
2017-11-15 08:42:33.477 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:6:OpenHABianPi_Memory_Used:yes!
2017-11-15 08:42:33.479 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: OpenHABianPi_Memory_Used
2017-11-15 08:42:33.480 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: OpenHABianPi_Swap_Used:NeeoDeviceChannel [itemName=Licht_Trap, channelNbr=1, type=switch, label=Trap, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=%]] : true:true
2017-11-15 08:42:33.480 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: OpenHABianPi_Memory_Used:NeeoDeviceChannel [itemName=Licht_Trap, channelNbr=1, type=switch, label=Trap, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=%]] : true:true
2017-11-15 08:42:33.482 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: OpenHABianPi_Memory_Used:NeeoDeviceChannel [itemName=Licht_Trap, channelNbr=1, type=switch, label=Trap, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=%]] : true:true
2017-11-15 08:42:33.481 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: FALSE: OpenHABianPi_Swap_Used
2017-11-15 08:42:33.488 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: FALSE: OpenHABianPi_Memory_Used
2017-11-15 08:42:33.488 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> applying event (false): OpenHABianPi_Swap_Used changed from 49 to 47
2017-11-15 08:42:33.491 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> applying event (false): OpenHABianPi_Memory_Used changed from 553 to 572
==> /var/log/openhab2/events.log <==
2017-11-15 08:42:33.498 [vent.ItemStateChangedEvent] - OpenHABianPi_Cpu_LoadAverage changed from 0.8 to 0.9
==> /var/log/openhab2/openhab.log <==

...


==> /var/log/openhab2/events.log <==
2017-11-15 08:42:39.052 [vent.ItemStateChangedEvent] - Licht_Zolder changed from OFF to ON
==> /var/log/openhab2/openhab.log <==
2017-11-15 08:42:39.054 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> get event filter
2017-11-15 08:42:39.056 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> applying event: Licht_Zolder changed from OFF to ON
2017-11-15 08:42:39.060 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:7:Licht_Zolder:false:NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000]
2017-11-15 08:42:39.063 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:6:Licht_Zolder:true:NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000]
2017-11-15 08:42:39.065 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:6:Licht_Zolder:yes!
2017-11-15 08:42:39.067 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: Licht_Zolder
2017-11-15 08:42:39.070 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: Licht_Zolder:NeeoDeviceChannel [itemName=Licht_Trap, channelNbr=1, type=switch, label=Trap, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=%]] : true:true
2017-11-15 08:42:39.072 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: Licht_Zolder:NeeoDeviceChannel [itemName=Licht_Trap, channelNbr=1, type=switch, label=Trap, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=%]] : true:true
2017-11-15 08:42:39.075 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: FALSE: Licht_Zolder
==> /var/log/openhab2/events.log <==
2017-11-15 08:42:39.077 [GroupItemStateChangedEvent] - gLichten_Boven changed from OFF to ON through Licht_Zolder
2017-11-15 08:42:39.082 [GroupItemStateChangedEvent] - gLichten changed from OFF to ON through gLichten_Boven
==> /var/log/openhab2/openhab.log <==
2017-11-15 08:42:39.080 [DEBUG] [nal.servletservices.NeeoBrainService] - >>> apply event: Licht_Zolder changed from OFF to ON --- NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000] --- Licht_Zolder = false
2017-11-15 08:42:39.086 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:7:Licht_Zolder:false:NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000]
2017-11-15 08:42:39.089 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:6:Licht_Zolder:true:NeeoDeviceKeys [uidToKey=[nikohomecontrol:onOff:440e003a24e6:19=6335793750693904384],[nikohomecontrol:onOff:440e003a24e6:18=6335793854913970176],[nikohomecontrol:onOff:440e003a24e6:6=6335813294179221504],[nikohomecontrol:onOff:440e003a24e6:17=6335813538778447872],[nikohomecontrol:onOff:440e003a24e6:27=6335753469437149184],[nikohomecontrol:onOff:440e003a24e6:16=6335794192714825728],[nikohomecontrol:dimmer:440e003a24e6:36=6335795298064924672],[nikohomecontrol:dimmer:440e003a24e6:35=6335752802718973952],[nikohomecontrol:onOff:440e003a24e6:25=6335752224903266304], brainUrl=http://192.168.0.225:3000]
2017-11-15 08:42:39.091 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isbound: nikohomecontrol:onOff:440e003a24e6:6:Licht_Zolder:yes!
2017-11-15 08:42:39.094 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: Licht_Zolder
2017-11-15 08:42:39.096 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: Licht_Zolder:NeeoDeviceChannel [itemName=Licht_Trap, channelNbr=1, type=switch, label=Trap, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=%]] : true:true
2017-11-15 08:42:39.099 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: Licht_Zolder:NeeoDeviceChannel [itemName=Licht_Trap, channelNbr=1, type=switch, label=Trap, value=null, range=NeeoDeviceChannelRange [minValue=0, maxValue=100, unit=%]] : true:true
2017-11-15 08:42:39.101 [DEBUG] [.neeo.internal.NeeoDeviceDefinitions] - >>> isExposed: FALSE: Licht_Zolder
2017-11-15 08:42:39.104 [DEBUG] [org.openhab.io.neeo.NeeoService     ] - >>> applying event (false): Licht_Zolder changed from OFF to ON

@aco

Those are bugs on the NEEO remote side that I’ve already reported to NEEO. Sliders do not work at all (and are all bound to the same underlying model - which does nothing) and the labels are screwed up. They all work as expected in the EUI so we know it’s not a problem with the brain or the processing.

Tim

@Dragonfly
That’s not possible because many of the types require more than one channel. However - I’m going to throw you a bone. A future (still designing it out in my head - so it’s not immediate) will be adding a third tab where you can manually define a device and then manually add items to that device.

That will take care of OH1 binding but it can also be used for to mix/match OH2 items as well (so you could define a light that only had that item in it).

Tim

@Mherwege
Thanks - this is perfect (I think). I’ll get back to you later on all of it…

@Mherwege

Actually - could you post your neeodefinitions.json (found in userdata/neeo folder)? That would help alot

Tim