Chris
Dave,
Thanks for the log - it's interesting :)
I haven't digested it yet, but there may be some clues in here to the problems with the 4in1. I suggest though that maybe we do this in another thread and leave this to the RPi issue (since Nolan started this thread)...
I'll start another thread as I have some questions...
Well, I am having a hard time diagnosing this. Serial sniffing is giving me limited results (probably because I don't know what I am doing). At the razberry forum, he said he thinks that OpenHAB isn't ACKing the packet.Anyone have ideas on how to figure this one out?
private void processIncomingMessage(byte[] buffer) {SerialMessage serialMessage = new SerialMessage(buffer);if (serialMessage.isValid) {logger.trace("Message is valid, sending ACK");sendResponse(ACK);} else {logger.error("Message is not valid, discarding");return;}handleIncomingMessage(serialMessage);}
--
--
I just tried your latest commit (Update zwave to fix problem with dead node sequencing)
Btw is the heal button per node selected (hence need to press for every dead one), or is it global for all nodes?I pressed heal a few times, but nothing changed. I am attaching trace logs, with new and old node xmls.
--
I'll preface this with stating that I understand that OpenHAB 1.5 with the associated latest releases of habmin are not considered release quality. That said, I think I am experiencing instability on my Raspberry Pi installation with the Razberry (the addon Z-Wave module for the Pi) that I am not sure is considered normal.I have a 32 node network, and regularly most nodes show offline. Triggers based upon events from my Aeon 4-in-1 multisensors unreliably reach my controller (as far as I can tell), and the network is sometimes either slow, or just outright unreliable. I'm struggling with troubleshooting the problem effectively. The reason I think that OpenHAB or HABmin is the issue is that the Z-Way module seems extremely reliable. I can start it and in seconds everything is controllable without issue, reliably and without latency. Rebuild routes as I may like, turning off Z-Way and restarting OpenHAB and I get stuck with a network that doesn't work most of the time.Any thoughts on how to tackle this? I have a background in programming and have little fear of digging deep - I just need to know where to start.Thanks!Nolan
You are correct. 1.4 was stable. 1.5 I can't use. Half the time it doesn't register. The other half it crashes my OH system.
This is a big problem as OH runs many critical functions in my home.
private void handleSendDataResponse(SerialMessage incomingMessage) {logger.trace("Handle Message Send Data Response");if(incomingMessage.getMessageBuffer()[2] != 0x00)logger.debug("Sent Data successfully placed on stack.");elselogger.error("Sent Data was not placed on stack due to error.");}
Also, I have a feature request for HABmin - it would be awesome to know what state a heal is in (or if it is even still running) from the network screen, without having to click through every device to find if any are "waiting". Also the ability to single out a single device for a heal would be awesome as well, but I think you have that on your list somewhere.
Did a quick test - didn't snag the log (I was working on a different issue). I found duplicate in the logs on the old version. Go back to the latest where you fixed the code you reference above and the duplication ends.
--
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/_Wh_iurrIIo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openhab+u...@googlegroups.com.
I am just reporting my findings.
(logs attached in they interest you)
I was wondering if starting with node xmls, that contain correct nodeNeighbors has an effect on the end result ? is there a point deleting/replacing node.xmls ?