-
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
mppt connect gone / no entities #99
Comments
...having fiddled around now to understand my issue better - the current state looks like:
2023-09-18 17:03:47.024 DEBUG (MainThread) [custom_components.victron_ble.device] Parsing Victron BLE advertisement data: {737: b"\x10\x02S\xa0\x01\xed/\xce'\x82\xbb\x93\x1a\xae\x9aS\n\x1afk"}
2023-09-18 17:03:47.027 ERROR (MainThread) [custom_components.victron_ble] Unexpected error updating smartsolar hamburgT3 data: (<VictronSensor.EXTERNAL_DEVICE_LOAD: 'external_device_load'>, <Units.ELECTRIC_CURRENT_AMPERE: 'A'>) |
I also have the MPPT 75/15 - what did you put for the address field and where did you find the "Advertisement Key"? I thought this connected over bluetooth so where would it have an IP address? |
You have to connect it with the Cellphone APP first, then click the Gear Wheel, Top next to the Device Name, But sadly its not will Crash then if the Load Current is not 0. 16:31:01.306 ERROR (MainThread) [custom_components.victron_ble] Unexpected error updating SmartSolar HQ2230AMMYX data: (<VictronSensor.EXTERNAL_DEVICE_LOAD: 'external_device_load'>, <Units.ELECTRIC_CURRENT_AMPERE: 'A'>) I tried it to fix by myself, but my python skills aren't that good. |
fixes Issue keshavdv#99 KeyError: (<VictronSensor.EXTERNAL_DEVICE_LOAD: 'external_device_load'>, <Units.ELECTRIC_CURRENT_AMPERE: 'A'>
@herrfeuer's change #101 works for me. |
Fixes keshavdv#123 Alternative to keshavdv#99
hi,
I had my mppt 75/15 integrated successfully and saw values coming from the entity ... but yesterday suddenly the connect was gone / lost ... tried to remove the integration and re-add it with no success ... quite puzzling as it still works fine when I directly connect via victron-connect app
any hints?
The text was updated successfully, but these errors were encountered: