Replies: 11 comments
-
What do you think @MichaelDvP ? |
Beta Was this translation helpful? Give feedback.
-
From my point of view you should decide / consider the following points:
|
Beta Was this translation helpful? Give feedback.
-
That's the way the parameters are entered in ioBroker. I used it to test the functionality: |
Beta Was this translation helpful? Give feedback.
-
Yes, i think it's possible. I see two possible ways:
|
Beta Was this translation helpful? Give feedback.
-
But i'm not sure that this is really helpfull. I've tried something like this a while ago with some unknown settings/values from solar module (see EMS-ESP32/src/devices/solar.cpp Lines 227 to 237 in 88404bc I'm sure we'll see a lot of F7/F9/BE/BF telegrams watched, but very rarly a usefull value. It's more for power-users/devolpers. Maybe use only a telnet command to add such a custom handler? Or limit it to 5 entites, usefull values should be reported here and added to the core. |
Beta Was this translation helpful? Give feedback.
-
I agree to Michael's comment. I added this function to my ioBroker adapter to store values of unknown telegrams and track changes. This was without success and I took it out. Better to observe the telegrams while changing values on thermostat or boiler. |
Beta Was this translation helpful? Give feedback.
-
I think i found it (or one possible cause). Please set entity-language to en or try my new dev build. @proddy It's also in the tech branche: Line 730 in 71d22f6 has to be if (!force_en && ... . With actual you get a nullptr if lang not set, but force_en (e.g. in HA mqtt).
|
Beta Was this translation helpful? Give feedback.
-
@MichaelDvP testing b15 with entity language set to en is enough? |
Beta Was this translation helpful? Give feedback.
-
Hey guys, the above is what I had in mind when I wrote this |
Beta Was this translation helpful? Give feedback.
-
What triggered this enhancement was this issue from @gwilford (#918 - DHW flow rate found in UBAMonitorWWPlus(0xE9) telegram). Instead of getting a flood of requests to add more data elements, we could enable the end-user to add these manually and if there was enough interest bring it into the main code. Nothing to do with nodered, km200 or scaping the syslog file (which is nasty!). I'm just collecting ideas for the future. |
Beta Was this translation helpful? Give feedback.
-
In the discussions i have problems finding the old issues. Don't understand why it is all moved. Just a first test how to fetch, working as shown in settings (Not in dashboard): |
Beta Was this translation helpful? Give feedback.
-
from @tp1de
I don't recall that, but its really good idea. We could add to the Customization page the ability to add a new Telegram to the EMS device in which you choose a name, the type (short, int), the divider (div10, div2 etc) and position. This would only be for read telegrams though.
Originally posted by @proddy in #908 (comment)
Beta Was this translation helpful? Give feedback.
All reactions