Heckie75 / voltcraft-sem-6000

Full-featured shell script in order to control wall mount smart energy meter Voltcraft SEM-6000
MIT License
94 stars 22 forks source link

It's possible to connect Voltcraft SEM-6000 to Arduino ESP32? #19

Closed Igni99 closed 6 months ago

Igni99 commented 6 months ago

I'm currently working with a ESP32 S3 Arduino board and I don't know how I can connect ESP32 S3 BLE to Voltcraft. There is a datasheet where all the bluetooth specifications?

Heckie75 commented 6 months ago

Maybe take a look at https://github.com/Heckie75/voltcraft-sem-6000/blob/master/API.md

Igni99 commented 6 months ago

Thanks for all the API.md information. Now I'm able to connect the ESP32 S3 with the Voltcraft. At first I tought that the problem was that I didn't know how to send the commands, but the real problem was that I wasn't sending the autentification code first.