Looking at the ld2410’s firmware protocol, the settings are independent, and the engineering mode just gets more information to display (including the fact that the light is actually one for the internal linkage role, so the light must need the engineering mode).
But hard coding the values in is done when initializing the ld2410. I think this would work.
But if it’s a ld2410 with bluetooth (b or c), this will unfortunately have a little side effect: it will no longer be possible to change the parameter settings while using bluetooth, because the parameters will be defaulted every time the ld2410 is rebooted.
Since we have been using a library for our mod version of the ld2410 in the early days, we have experienced these.
I think these behaviors should probably be similar on the new version of the ld2410 library.
I don’t believe this to be correct. I believe I configured the sensor via BT and found the values had been updated in ESPHome so upon reboot they would stay as configured. I haven’t done it in a few weeks but I am quite sure it was doing it.
EDIT: I’ve been using the updated integration for months while it was getting ready to be merged so my comments were related to that version.
But in the new version of the ld2410 library (regverb’s pull was merged into the mainline in 2023.8.0), you can see that this problem disappeared, and there is no more problem with forcing hard configuration writes. So the problem exists in older versions of the ld2410 library (2023.7.2 and before).
Do you know which ip is being used for the firmware? AFAIK I have not block of Chinese IPs but I also get “Failed to obtain the firmware:-1” when open the Firmware tab.
Or maybe it means there are no firmware available? I am on 2.04
I tested what’s going on in my area and the latest version of the firmware is still V2.04.
For the error code -1, this is a really peculiar situation.
I might ask the hilink tech what that stands for.
I think it could be caused by network acquisition somehow though.
@pepe59
hilink is initially investigating the issue but has no leads yet, it would be great if you guys could take a screenshot or record a screen video of what’s going on.
They seem to be working very hard to optimize the experience of many apps.
the screenshot contain “Failed to obtain the firmware:-1”, seems can help them.
In the earliest days we had the same question, we were interested in light and asked questions in hilk’s forum and got answers. In later years when we DIY’d the ld2450, we got quite a bit of tech support since it was a new product.
We had a more private channel to do so.
In Chinese, Hi-Link has a website dedicated to more technical answers to questions, which is kind of a more efficient channel: https://ask.hlktech.com/
They also have a similar technical phone number, where you dial a certain extension, get connected to a certain engineer, and then you can get in touch with them directly.
The direct competition between these module and chip vendors in China is quite fierce, and most offer very user-friendly technical support, which is always on standby.
Of course to find them may need a little threshold, if too many of the kind of primary problems (in China, this is also often), then these engineers can not do anything, they will often put these primary problems to prepare a QQ group, so that users can communicate with each other, which is probably a few hundred or a few thousand people. Practical information is very little, but most of them are just looking out for each other.
Guys, help me understand…
Configuration on older version of esphome - worked.
Started writing when trying to update, something like: The ‘g0_move_threshold’ option has been moved to the ‘g0_move_threshold’ number component.
…
Did it like this (Without “ld2410:”: error Component sensor.ld2410 requires component ld2410.):
It can be a bit frustrating if you don’t find the right channel, initially we had a couple of modules that were so poorly packaged and broken that we wanted to seek an investigation, but the store’s customer service argued that it couldn’t possibly be a problem because tens of thousands of LD2410 radars are made every month.
But the developers immediately ruled out if the modules in the warehouse were the same after feedback.
But certain aspects, when the price/performance revolution came and hilink brought fire to the 24G radar, I think they have been there to improve improve these issues. But store customer service is probably the lowest level of tech support channel.
The reason is now the values are configured in HA and not in ESPHome.
It was done to simplify the tuning of the LD2410 so you don’t need to have to recompile and upload it with ESPHome each time you had to make a change to the threshold values.
I installed LD2410 outside (under the roof so it is secure - rain will not fall on it directly) and when it rains this sensor detects movement and triggers false positives constantly. Which sliders should I adjust to stop this?