IKEA Parasoll does not send battery status in real time #23156
Replies: 8 comments 6 replies
-
I used my own parasoll.js converter for the test, I set the time min: 60 and change: 1 the device sent its initial battery status after initial loading. Subsequently, I put the battery in the device at only 48%, this state was transferred to HA MQTT within a minute. So the battery is finally in good condition. And not just the initial one loaded during the first configuration of the device. and then never real, only primordial. Here is the code: const fz = require('zigbee-herdsman-converters/converters/fromZigbee'); const definition = { module.exports = definition; |
Beta Was this translation helpful? Give feedback.
-
I think I have the same problem. All of my Parasolls have reported the same battery percentage since I initially installed them. |
Beta Was this translation helpful? Give feedback.
-
Same here. I have approx. 30 IKEA Parasoll sensors installed, with a mix of different batteries (IKEA Ladda, Amazon Basics, a few Alkalines). Through the board, all sensors properly report opening/closing (so the network is fine). However, they all show the battery level from when they were paired (some not even that ... the "battery" field is just missing in the status and the UI shows "Battery, power level: OK" instead of a percentage). |
Beta Was this translation helpful? Give feedback.
-
Same here - does not update. I can manually update by doing the following:
Based on this, it seems sensor only sends battery update info if polled and when the sensor is awake. It seems it does not send when the device sends the open/closed status. I see under the 'Bind' tab, that 'PowerCfg' is not bound, but I'm not sure if this would help. I've checked the bind status on an IKEA Styrbar remote and it is ticked there. Guess I'll give it a try to see if it does make a difference. Nothing to lose (famous last words) |
Beta Was this translation helpful? Give feedback.
-
Based on the discovery of rjblake I got it "kind of" working.
|
Beta Was this translation helpful? Give feedback.
-
Battery reporting is still not working and then suddenly the sensor dies. Not sure we will ever get over this like here: #22579 |
Beta Was this translation helpful? Give feedback.
-
Not sure how/why, but seems my battery is being updated without any additional polling. Perhaps just ticking the PowerCfg under Bind tab does the trick |
Beta Was this translation helpful? Give feedback.
-
Hi, is there an update/workaround on this? My batteries are still always reporting 100%, and suddenly it stops working when the batteries die and I'm unaware. The payload always has battery 100: I do have the PowerCfg checked on the Bind tab, and have always had it. I have 6 of them and all behaving the same. Thanks |
Beta Was this translation helpful? Give feedback.
-
IKEA Parasoll does not send battery status in real time. Sends the battery status from the first loading of the device to the Z2M. Even if I change and put a weaker battery in the device, this actual state will not be transferred to the Z2M
Beta Was this translation helpful? Give feedback.
All reactions