Node battery voltage in openHAB iOS
-
Hi all
I have a question regarding this topic :
battery powered arduino without resistors
I have just implemented this in a motion/temp/humidity sensor
-> Arduino Pro Mini with NRF24, DHT22 and SR501 (converted to 3.3V as per "Build" instruction)
I inserted this bit of code into mysensor code :#include <Vcc.h> const float VccExpected = 3.0; const float VccCorrection = 2.860/2.92; Vcc vcc(VccCorrection); void loop() { int batteryPcnt = (int)vcc.Read_Perc(VccExpected); sendBatteryLevel(batteryPcnt); }I am pretty happy with the result, as i can now see voltage within PaperUI :)
Now how would i get that in "things", "items" and "sitemap" ? So i can get my node battery voltage in openHAB iOS...
Do I need to create a new child that "carries" this info?Thanks a lot for your help
-
@ben999 : Here's an example how to integrate the battery percent value: https://github.com/tobof/openhab2-addons/wiki/Examples
Look for bathBat01. -
@ben999 : Here's an example how to integrate the battery percent value: https://github.com/tobof/openhab2-addons/wiki/Examples
Look for bathBat01.
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