Sending Battery level with sensor data.
-
in HASS there is a field within each sensor for battery life, how do i put data in there?? I do not want to make a new sensor purely for battery level..
{
"V_STATUS": "off",
"assumed_state": true,
"battery_level": 0, <------ want to put data here....
"child_id": 1,
"device": "/dev/ttyUSB0",
"friendly_name": "Test 1 1",
"node_id": 1
}thanks in advance.
Lee
-
On your sketch... (from https://www.mysensors.org/download/sensor_api_15)
gw.sendBatteryLevel(batteryLevel);But you'll have to measure batteryLevel before someway ;)
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