I think the problem was interaction from my Vera controller. I removed it and now all seems to be working correctly.
badhairday
@badhairday
Best posts made by badhairday
Latest posts made by badhairday
-
RE: Metric / Imerial query
-
Metric / Imerial query
I have been playing with MySensors for a while now, but now I am getting serious about using it. With just a few sensors, I am experimenting on Vera UI5. Now that things seem to be going okay, I am trying to get everything working on OpenHAB.
OpenHAB is ver. 2.3, I am using mysensors snapshot 2.3-0, MySensors library 2.3. The gateway is Ethernet with MRF69 radios.
It has be a struggle, but I finally have a few sensors working with OpenHAB. There is a problem though and I don't know what I need to do to fix it. With everything working and I turn on an existing sensor, this happens. This is my openhab.log
2018-08-08 15:39:07.394 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 7;3;1;0;16;1 2018-08-08 15:39:07.395 [DEBUG] [rs.internal.gateway.MySensorsGateway] - Node 7 found in gateway 2018-08-08 15:39:07.396 [DEBUG] [rs.internal.gateway.MySensorsGateway] - Child 3 found in node 7 2018-08-08 15:39:07.397 [DEBUG] [ensors.handler.MySensorsThingHandler] - Updating channel: tripped(V_TRIPPED) value to: OPEN 2018-08-08 15:39:07.408 [DEBUG] [ensors.handler.MySensorsThingHandler] - Setting last update for node/child 7/3 to 2018-08-08T15:39:07.000-0700 2018-08-08 15:39:31.700 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 7;255;0;0;17;2.3.0 2018-08-08 15:39:31.704 [DEBUG] [rs.internal.gateway.MySensorsGateway] - Presentation Message received 2018-08-08 15:39:31.705 [WARN ] [rs.internal.gateway.MySensorsGateway] - Presented child is alredy present in gateway 2018-08-08 15:39:31.728 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 7;255;3;0;6;0 2018-08-08 15:39:31.729 [DEBUG] [rs.internal.gateway.MySensorsGateway] - I_CONFIG request received from M, answering: (is imperial?)false 2018-08-08 15:39:31.730 [DEBUG] [rsAbstractConnection$MySensorsWriter] - Sending to MySensors: 7;255;3;0;6;M
And that is where my logs hang. To get my senors reporting again, I need to restart OpenHAB. I am not sure what I am doing wrong. Any ideas? Also, auto-discovery in Paper UI is not working. I manually add the sensors and hand code them in my items file. Not sure if that is an issue or not.
Thx,
Chris