byte4geek / SEPLOS_MQTT

Read data From Seplos BMS and send them to the Home Assistant
GNU General Public License v3.0
37 stars 13 forks source link

Error Code 05 #10

Closed cods4 closed 11 months ago

cods4 commented 1 year ago

When making the changes suggested in https://diysolarforum.com/threads/simple-seplos-bms-protocol-decode-bash-script.34993/page-2#post-677063 you missed one. Line 130 in query_seplos_ha.sh should be: echo -ne "$SEND" >$DEV

instead of: echo -e "$SEND" >$DEV

byte4geek commented 11 months ago

I'm happy you solved your issue, only one think, on my raspberry the script works well whit both options.

byte4geek commented 11 months ago

duplicated --> https://github.com/byte4geek/SEPLOS_MQTT/issues/7