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
-
that i can do
perfect,,
thank you..
Suggested Topics
-
Hi,
Home Assistant • • diltech