Mario Lukas
Mario Lukas
Yes, thank you for your commitment. I appreciate it a lot. But it will take me some time to merge this into actual code. > I will also have to...
Yes i think that would be a better way to merge the PR. Please leave a comment to the PR and describe what you changed ( no details needed, only...
Merged with #51
any update here?
I think this is a good idea. I will do that.
I think a webserver endpoint on the esp like `http:///josn` would be another interesting option. The disadvantage of this option is that you need some kind of polling mechanism on...
I had a similar discussion in another project. We added a config parameter where the user was able to select the influx db format.
What Battery information do you need? There was a PR in February where information was extended: https://github.com/mariolukas/Bluetti_ESP32_Bridge/pull/51/commits/69f349c0b20f46fbb7ed819f2d32705a5d372d06 all possible values form the bluetti_mqtt Repo you mentioned are included: https://github.com/warhammerkid/bluetti_mqtt/blob/main/bluetti_mqtt/core/devices/ac200m.py
Use obfuscated serial Number of the Raspberry Pi for the SSID. Sample code below ``` # http://stackoverflow.com/questions/8554286/obfuscating-an-id PRIME = 11184829 PRIME_INVERSE = 21962901 MODULO_BASE = 33554432 def getserial(): # Extract...
JavaScript console output would be useful