OK but if I understand you have to make a group item of a motion sensor and a battery in order to pass over battery level to the battery within the group rather than the motion sensor
So in essence I need to do below just to get the battery level into the motion sensor? @yfre Can you please also check the last battery low line, since it’s a parameter of both motion sensor as well as battery I need to have 2 homekit metadata is that correct ? one for the sensor and one for the battery as below.
yes, correct, it need to have a group. it maybe sound a little be strange, but we follow here the concept defined by Apple. According to Apple, batteryLowStatus is part of sensor accessory, but battery level is separate accessory that can be combined with any other accessory.
we trying to unify this concept and to make it fit better openHAB concepts, but we will still some Apple “specifics”.
the group looks correct. if it does not work, i would maybe remove “MotionSensor.BatteryLowStatus” as it is optional for MotionSensor but mandatory for Battery.