-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Only 1 temperature sensor BMS Daly #44
Comments
Hi! I'll take a look if I can implement it easily as an attribute to the main sensor. Will let you know.
|
Would like to see this also for the JK BMS :) |
@VitalyIak, @downset can you test the branch? |
Update on 1.6.3 - no changes concern BMS temperature... |
Looks fine for the JK Thank you @patman15 |
@VitalyIak yes you have to manual exchange the files from the Branch it is not in the final HACS Release until now |
@patman15 ok this was a little bit to early :) edit: getting less frequent after some time the zero values, seams like until now i got sometimes an "not available" if the bms communication was not stable for a few seconds, and now i am getting zero values instead witch are messing up the history graph |
Oh, I can see 4 sensors of temperature at attributes. But only external sensors, but there is no internal bms temperature sensor, unfortunately... is it possible to add? Thank you! |
Anyway, now it's much better! Adding of external bms will be excellent! |
I'm not aware that the daly BMS provides such information. If you have documentation about it, please let me know ...
What do you mean by external bms ? |
Will check, probably I already messed up with v1.6.3, despite all tests passed. Thanks for the logs. |
@downset had a look at the logs, but they look very weird. I can see all messages from the BMS 6 times at the exact same time, e.g.
Also I miss connect messages of the integration after startup. It just looks like the system works without connecting. Did you restart HA? Or, do you probably have multiple ESPproxies that all catch the same, maybe some issue with them? It does not really look like an issue with the integration at first hand. But I'm totally confused at the moment, because the log looks like something that cannot happen. |
of cause i restarted after updating the files, but the activation of the debug log was after the restart so maybe this is the reason there is no connecting. i have just one bluetooth proxy until the last version 1.6.2 everything was fine. did am other fresh restart, also rebooted the bluetooth proxy: downgrade to 1.6.2. its working again will now test 1.6.3 main branche and will edit hier with feedback edit also with 1.6.3 main i have the zero values for example my SOC since 9, were i updated |
Thank you for the testing!
Unfortunately, I don't know which sensor is which I just found 3 temperature values. Probably you can find out by comparing? Documentation and references are pretty weak on that topic.
I did a further update. I found 3 further temperature values, maybe you can tell what is what and check if it works? |
@patman15 it's seems that at UART/RS-485 BMS send this info at message_id=92, where status of BMS: I'm ready to test... |
@patman15 Also please check https://github.com/dreadnought/python-daly-bms I suppose there is also about Daly BMS, may be there will be usefull smth... |
from test_daly_bms.py:
there is a temperature, i suppose this is temp of BMS, because external NTC are at different place. Please check... |
@patman15 Forget please about it, )) |
No that is the average temperature calculated from the 4 that are now visible as attributes.
That could be interesting but is totally different to the current approach, so might take a while. @VitalyIak can you please send me a debug log of the integration and a screenshot from your app? Does the app show the MOS temperature? If yes, I can probably infer from the debug log. Thanks! |
@patman15 |
@VitalyIak I had a look at the resources you provided, but they are all for the UART protocol not Bluetooth, so they unfortunately do not help. The temperature you are looking for is not present in the record that I can query and also the app does not show it from the record. I know the app requests more info from the BMS, but I can't find documentation on how to do so. |
Checklist
Is your feature request related to a problem? Please describe.
Bms Daly type K has many temperature sensors, but I can see only one. Most importan itemperature sensors are internal one and first external, but better to see all of them.
Describe the solution you'd like
Add sensors at integration for Daly
Additional context
No response
The text was updated successfully, but these errors were encountered: