darrylb123 / ESP32_SMA-Inverter-MQTT

Arduino project to read SMA Inverter data via ESP32 bluetooth
MIT License
6 stars 4 forks source link

Update SMA_Inverter.h #1

Closed habuild closed 12 months ago

habuild commented 1 year ago
warning: missing '(' after '#pragma pack' - ignored [-Wpragmas]

bracket was missing in line 163 in SMA_inverter.h
Not sure if it supposed to have push or pull also.. https://stackoverflow.com/questions/33611737/pragma-pack-giving-warning-when-compiling

Hi Darryl,

found your repo via lupo's (your file structure I prefer) Your repo is the first I have found that easily compiles and connects on my esp32dev board (it is some rando board I bought.) It connects from a decent distance too.. ie my desk to my garage.

Someone asked if my Homeassistant SBFspot addon repo would support esp32.. and such is the rabbit hole that now I am here. I was vaguely planning on converting this to esphome...

ps. if you add issues to the your repo it may be easier to chat..

darrylb123 commented 1 year ago

I've just got back into this and made substantial changes. It's working fine with mqtt and home assistant at the moment.