Sebastian Muszynski
Sebastian Muszynski
@cristi2005 Please compile & flash again. The component should be able to decode the `device info frame` now and in best case the `cell info frame` will be requested. Please...
This doesn't look good. The balancer didn't respond anymore. I've made a small change. Please try again!
My fault. Wait a sec.
It should build fine again.
I've pushed another fix. The balancer should respond again this time.
Perfect! If you press the reset button of your ESP the system should reboot. If the bluetooth connection to the balancer is established you should see the `device info frame`...
Please compile & flash again. :-)
Please compile & flash again. This time the cell info frame should be decoded and written into the log. Do you know the meaning of these values: ``` [17:05:06][I][heltec_balancer_ble:426]: Single...
I've added some `button` entities. Please extend your configuration yaml by: ``` button: - platform: heltec_balancer_ble retrieve_settings: name: "${name} retrieve settings" retrieve_device_info: name: "${name} retrieve device info" retrieve_factory_defaults: name: "${name}...
You could add the `balancer` switch as next step: ``` switch: - platform: heltec_balancer_ble balancer: name: "${name} balancer" ``` Probably a clean build is required again: ``` esphome clean neey-bal1.yaml...