Franz

Results 8 comments of Franz

Problem 2: I solved the problem with the reversed Mac in the bluetooth.h file by filling the smaBTInverterAddressArray[6] and myBTAddress[6] in the reverse order e.g.={ 5,4,3,2,1,0} Problem 3: There is...

There is a first draft of my port from SBFspot to ESP32 on the project "ESP32_SMA-Inverter" on github. This works on my SMA SMC6000TL with a plugin SMA bluetooth module.

Hi @delhatch, I can confirm the problem above. I solved the problem with the pin with a zero after the four pin numbers. "const char pinbuf[] = {'0','0','0','0',**0**};" Otherwise the...

Hi @serniko97, today I updated the protocol-converter software from 02.00.6.8 to 02.00.10.8. But this did not change anything on the behavior described above. I could not find any update file...

Hi @serniko97, this is exactly the file I loaded into the SMC6000TL. Attaced is a screen shot of the Sunny Explorer after the firmware update. ![BT_ModuleNew](https://user-images.githubusercontent.com/72804126/177336776-a5a829a4-4d4e-4325-bf34-5fd882e59ad6.jpg)

Ich habe nur begrenzte Ahnung von Java und habe trotzdem versucht zu analysieren, woran der Fehler liegen könnte. Leider habe ich keine Ahnung, wie ich ein Korrektur kompilieren und testen...