@xCite86 the baudrate has nothing to do with the gateway to node or node to node communication.
Its the speed for the usb serial interface.
-
How to Mysensors.
-
My Sensor Device not work
I have the standard temp node. In pimatic in Debug the node list this:
debug [pimatic-mysensors]: <- I_LOG_MESSAGE 0;0;3;0;9;read: 4-4-0 s=0,c=1,t=0,pt=7,l=5,sg=0:22.5
Why is my config wrong? Works the node correct?
{
“id”: “Temp1”,
“name”: “Temp1”,
“class”: “MySensorsDST”,
“nodeid”: 0,
“batterySensor”: true,
“sensorid”: 0
}
thanksPimatic 0.9 i love it!
-
@PiWolf
Try “nodeid”: 4 -
@mr.smith thanks it works
why 4?
node-id;child-sensor-id;message-type;ack;sub-type;payloadPimatic 0.9 i love it!
-
Your debug says read: 4, in my experience that means nodeid 4.
This is how I check for node and sensor id:
In your debug output, you should look for the line:
[pimatic-mysensors]: <- Presented Node [ '7', '13', '0', '0', '35', '' ]
In this case this means node id 7, and sensor id 13.
What the other numbers stand for, i don’t know… Probably it’s the message-type, ACK, sub-type and payload you refer to.I’m no expert on this, just figured this out by trail and lots of error!
-
@sweebee did you alread upgrade your battery PIR’s to MySensors 2.0.0?
I might need to upgrade my MySensors Gateway to v2.0.0 and want the PIR’s to be working.
I read when upgrading MySensors gateway al sensors need to be updated as well. Do you have the same experience? -
@Petjepet Yes and No. My gateways are 2.0. My mysensors are a mixed batch of 1.5 and 2.0.
2.0 comes with the option to use signing. If you configure your gateway that way, then you need to upgrade all sensors. If you don’t use signing you can still use 1.5 on a 2.0 gateway.
On the other hand: The devs are still talking about adding features/functionalities which might not be backward compatible. I don’t know which features.
So for the time being you can use a mix. And when those new funtionalities get added to 2.0 (as it is still beta), you can always decide not to upgrade your version 2.0 gateway, or to upgrade your sensors. -
@Harry-van-der-Wolf thank you for your comment.
Since I rather not have mixed versions in use (in future you might run into issues with v1.5 sensors not being aware of the versions anymore), this strengthens me to keep on v1.5 for now until v2.0 is a real release.
I just have to keep a little patience.