Skip to content
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

Support "Blue Smart IP65 Charger 12|15", tested and worked !!! #66

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

librem5
Copy link

@librem5 librem5 commented Nov 28, 2024

victron-ble read "F9:64:15:03:D4:37@KEY"
INFO:victron_ble.scanner:Reading data for ['f9:64:15:03:d4:37']
"rssi": ble_device.rssi,
{"name": null, "address": "F9:64:15:03:D4:37", "rssi": -88, "payload": {"battery_charging_current": 4.6, "battery_voltage": 14.4, "charge_state": "recondition", "charger_error": "no_error", "model_name": "Blue Smart IP65 Charger 12|15"}}
{"name": "BSC IP65 12/15 HQ2218WNAJV", "address": "F9:64:15:03:D4:37", "rssi": -88, "payload": {"battery_charging_current": 4.6, "battery_voltage": 14.4, "charge_state": "recondition", "charger_error": "no_error", "model_name": "Blue Smart IP65 Charger 12|15"}}
{"name": "BSC IP65 12/15 HQ2218WNAJV", "address": "F9:64:15:03:D4:37", "rssi": -88, "payload": {"battery_charging_current": 4.7, "battery_voltage": 14.4, "charge_state": "recondition", "charger_error": "no_error", "model_name": "Blue Smart IP65 Charger 12|15"}}
{"name": "BSC IP65 12/15 HQ2218WNAJV", "address": "F9:64:15:03:D4:37", "rssi": -90, "payload": {"battery_charging_current": 4.5, "battery_voltage": 14.4, "charge_state": "recondition", "charger_error": "no_error", "model_name": "Blue Smart IP65 Charger 12|15"}}

it woked, tested and confirmed, app and victron-ble show same value, next commit i add all smart chargers at series

mapping for all Victron devices
https://gist.github.com/seidler2547/52f3e91cbcbf2fa257ae79371bb78588

@librem5 librem5 changed the title Support "Blue Smart IP65 Charger 12|15", tested worked Support "Blue Smart IP65 Charger 12|15", tested and worked !!! Nov 28, 2024
@chedim
Copy link

chedim commented Dec 5, 2024

Thank you! Was just going to open a ticket to support it as I got the thing and wanted to add support for it to home assistant integration that uses this library and I am a contributor to when realized that this library is yet to support it. Waiting for the merge, exploring if I can test it from this branch.

@chedim
Copy link

chedim commented Dec 5, 2024

Yup, seems to be working: https://github.com/chedim/homeassistant-victron-ir-ble
Screenshot 2024-12-05 at 2 23 21 PM

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants