-
Notifications
You must be signed in to change notification settings - Fork 23
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
No Devices/Entities added #94
Comments
Same here, the integration doesnt create an entity |
same here. The Smart Shunt is found but with no entitites |
I was ultimately successful, but couldn't resolve the issue directly, here's the story: https://community.home-assistant.io/t/victron-energy-vedirect-bluetooth/20726/172 Recent version of Victron Connect also provides the authentication keys - no Linux workaround necessary! Ultimately, the most important thing is that it works. |
your solution is to use an other integration. great that the other integration is working for you |
this is the error in HA: `Logger: custom_components.victron_ble Unexpected error updating SmartShunt data: (<VictronSensor.MIDPOINT_VOLTAGE: 'midpoint_voltage'>, <Units.ELECTRIC_POTENTIAL_VOLT: 'V'>) |
I have the same issue. After adding a discovered smarthunt, no entities are created and the log is filled with the below.
|
In the two reports above (with logs), it appears to simply be SENSOR_DESCRIPTIONS is incomplete and doesnt have entries for MIDPOINT_VOLTAGE and STARTER_BATTERY_VOLTAGE. Perhaps not surprising as these are configurable functions of the additional sensor input. I'd say the author has not encountered these configurations yet. I will have a go an adding them and producing a PR. |
just added yout lines of code manually and now i have all entitites for my smartshunt. |
EDIT: I figured it out :D thanks for the code @david-collett, and I also added Amp as unit to my external device load, not sure why that just said None, but anyways now it works. happy days!@wasn-eu can you write what you did in short ? im a bit new still to all this git stuff, so unsure which code to pop where :) This error originated from a custom integration. Logger: custom_components.victron_ble Unexpected error updating SmartSolar 75V 15Amp data: (<VictronSensor.EXTERNAL_DEVICE_LOAD: 'external_device_load'>, <Units.ELECTRIC_CURRENT_AMPERE: 'A'>) |
@pfwilliam @david-collett I also have the same problem, but with the SmartShunt and aux port, could you help me solve the problem? |
just see what the error message you have says, and go into the file its complaining about and see if you can figure out what is wrong. just check the lines that is in the error msg, usually the issue is close by. the below image is my file after updating it, and i think it was the highlighted that was stated with some other value than Amps... sorry, dont entirely remember what i did.. will try to document better next time :D good luck! |
Hi,
thank you for your work!
I was able to retrieve the necessary data but the integration doesn't create any entities.
The address/key data must be OK as your CLI tool (victron read addr@key) is able to read the data provided by Victron equipment.
I am using the ESP32 to scan the BLE and llso the ESPhome (victron-ble) log shows all the provided values.
It seems I'm missing something here, but am at a loss how to proceed...
B.
The text was updated successfully, but these errors were encountered: