As you want, but can be usefull later, I can update the code in 24h if needed, it’s fast only 1 line to edit.
How to remove my old DDF from deconz on Raspberry ??
Wich one is the “old” ? You just need to delete the file
All DDF provided directly with deCONZ typically reside in /usr/share/deCONZ/devices/ on a Linux system and are loaded first. However, files residing in the home directory of the user running deCONZ (e.g. /home/<DECONZUSER>/.local/share/dresden-elektronik/deCONZ/devices) will override the pre-packaged files to allow users to amend and keep their own files if desired.
And restart deconz, long story but it load DDF only at start.
Hello, I am returning to the DFF.
The cumulative consumption seems correct, it is displayed.
On the other hand, Power, which is the instantaneous power, only displays 1 or 0. I think there is an error. It is not 1/0 that should be displayed but the instantaneous consumption of the device connected to the module.
Thanks
it’s the instantaneous power. the device supports 3600w, so it would be necessary to multiply by 1000. But what surprises me is that I only see 0 or 1 in value, not 2 or 3. I don’t understand why.
I’ll check out the GUI as soon as possible. Thanks.
I found my error which was giving me bad results. In docker, stopping the container and restarting it is sufficient for the modified dbb to be taken into account. In Phoscon App, I think it is also necessary to exclude/include modules.
And I only stopped and restarted my docker with the new dbb and I looked at the result on phoscon App. It didn’t match. But looking at the result with postman, it’s good.
Your original line is good:
“eval”: “Item.val = Attr.val”,
Sorry for the inconvenience, I was wrong, I don’t know Phoscon well enough.
Yes for me the DDF works. Are the names of the pilot orders strictly identical to those used with the Legrand Netatmo product? because I will use both products and it is much simpler if the orders are identical, since it would simply be a different sensor number between a Legrand product and a NodOn product.
I want to make a ‘PR’ as you ask, but I don’t know what it means, or where to do it. A link?
Thanks for this work. Deconz API is really great. It is very similar to Hue, and the huge advantage is that everything works on local network without any access to an external server.
Don’t worry it’s not a one shoot operation, you will be able to edit that you want later on the PR page or on the file on your fork (it will be synchronised).