-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Triple charger has more then one input with the same name but different values #43
Comments
Could you extend your YAML to write the RAW data to the log and provide a log capture? https://github.com/syssi/esphome-votronic/blob/main/esp8266-charger-example-debug.yaml#L3-L27 This will help to get a better understanding which frames are available on your bus. Could you provide your YAML too? Did you merge different YAMLs because of the different Votronic devices? |
of course |
Traffic to reproduce the issue:
|
I've introduced some new sensors. Please extend your YAML and try again: https://github.com/syssi/esphome-votronic/blob/main/esp8266-triple-charger-example.yaml |
thanks a lot i will check it , btw the triple charger needs 500-700ms rx_timeout otherwise you will get a high amount of invalid headers because of the timeout buffer reset br Holger |
I've increased the |
Feel free to create new issues if you miss something or if there is room for improvements! |
hi
First Problem is , how you can see below the charger send two different frames like below :
both of them have
'votronic-solar-charger battery status':
'votronic-solar-charger controller active':
'votronic-solar-charger current reduction'
'votronic-solar-charger controller temperature'
but different values, means they toggle then in Homeassistant between this two different values.
i think one is for the solar and the other for b2b or landpower
is it possible to seperate this ?
Second : The charger controller temperature from charger data is wrong
in this Case the solar charger was active
thanks !!
The text was updated successfully, but these errors were encountered: