mariolukas / Bluetti_ESP32_Bridge

Bluetti Power Station ESP32 Bluetooth to MQTT Bridge
GNU General Public License v3.0
89 stars 30 forks source link

Generally runs with the EB3A #2

Closed tomschlde closed 1 year ago

tomschlde commented 1 year ago

The connect works, but the data points are generated only sometimes, then also not always completely. But you can also create them manually (the entries in the log reveal the names). Then the values are updated correctly in the IOBroker.

image

Good work so far - thanks.

Regards Thomas

giovanne123 commented 1 year ago

Hi Thomas, in the specific DEVICE_EB3A.h (https://github.com/mariolukas/Bluetti_ESP32_Bridge/blob/main/Bluetti_ESP32/DEVICE_EB3A.h) have you left it at the beginning with:

#ifndef DEVICE_AC300_H
#define DEVICE_AC300_H

or changed to?:

#ifndef DEVICE_EB3A_H
#define DEVICE_EB3A_H

Have you changed something to get it running with EB3A? I ask because I have some trouble get it running. Maybe you can have a look? https://github.com/mariolukas/Bluetti_ESP32_Bridge/issues/20 Edit: ok, I have the main things running in the meantime

mariolukas commented 1 year ago

This is fixed in code now.