Closed flatsiedatsie closed 5 years ago
Ah, no, now it's working :-D
I think I have an issue with my Plant Health device. The old values of the device keep becoming non-valid somehow, and then when I click the (+) button in the Mozilla Gateway MySController-rs will offer the device as if its a completely new device. The old buttons then no longer work, and I have to delete those. As if it got a new node ID or something. Since only the plant health device shows this behaviour it must be in my code somehow.
This can be closed
There are still a few small bugs in the system that usually disappear after a few reboots. But those bugs can still be very confusing.
For example, I have added some moisture sensors and dimmers from my Plant Health sensor.
I then change the value in Mozilla Gateway, hoping to see the value reflected in the node.
The MyController-RS seems to send this:
And then there is this message in the MySensors gateway has 67 as its payload:
I don't receive the data in my node.
The MySensors gateway debug lines seem a bit odd? The line seems to be a concatenation of two messages. The first part is 0;255;3;0;2 and the second part is 1;5;1;0;3;67
Could it be that there are two message concatenated here, causing the second message to not be sent? Perhaps a newline is missing?
In general there are A LOT of 0;255;3;0;2; messages in the log: 0; (gateway node) 255; (repeater child? System child?) 3; (system message) 0; (no ACK) 2 (I_VERSION, Used to request gateway version from controller)
Which looks like this in the MySensors Gateway log: