V_DESCRIPTION
-
V_DESCRIPTION or somesuch, so the nodes can present what each sensor is.. like "DHT Humidity" "DHT temperature" "DS18x20 temperature" "Distance to garage door" "Garage door locked" ... Right now I'm using VAR5.. but..
-
@Stric said:
V_DESCRIPTION
Yes, might be good addition, but I'll probably add as an internal message type.
-
or even better, use the payload of the presentation messages for this.
-
-
Ok, so the following stuff isn't 100% correct anymore I guess.. (it's not Protocol.. and I've wondered for a while why each sensor is reporting the same library version as the rest and the node itself..)
https://github.com/mysensors/Arduino/blob/master/NodeJsController/NodeJsController.js#L588
I'm not using this one, but rather a perl controller inspired by this.. Work In Progress..