-
-
Notifications
You must be signed in to change notification settings - Fork 115
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
custom telegram handler #922
Comments
What do you think @MichaelDvP ? |
From my point of view you should decide / consider the following points:
|
Yes, i think it's possible. I see two possible ways:
|
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. |
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. |
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).
|
@MichaelDvP testing b15 with entity language set to en is enough? |
Hey guys, the above is what I had in mind when I wrote this |
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. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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)
The text was updated successfully, but these errors were encountered: