gw.send for float
-
Hello,
I have many gases sensors, especially for harmful gases, that report very small concentration, which is thus a float.
Today gw.send only allows an int, which is troublesome for I have to multiply per 1k to have an int.
That would mean that the controller would have to convert back to float to be on the right scale.
Would that extension be possible ?
-
Hello,
I have many gases sensors, especially for harmful gases, that report very small concentration, which is thus a float.
Today gw.send only allows an int, which is troublesome for I have to multiply per 1k to have an int.
That would mean that the controller would have to convert back to float to be on the right scale.
Would that extension be possible ?
-
in 1.5 I just have the int definition of it, maybe is that linked to the S_AIR_QUALITY maybe ?
gw.present(CHILD_ID_CO, S_AIR_QUALITY);
gw.send(msg_co.set("ppm")); -
in 1.5 I just have the int definition of it, maybe is that linked to the S_AIR_QUALITY maybe ?
gw.present(CHILD_ID_CO, S_AIR_QUALITY);
gw.send(msg_co.set("ppm")); -
@mfalkvidd thanks a lot !
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login