byte4geek / SEPLOS_MQTT

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

Error Code 05 #7

Closed Thermicblowfish closed 1 year ago

Thermicblowfish commented 1 year ago

Hi

I am just getting error code 05 when trying to run the script - I believe this is a BMS read error?

Thermicblowfish commented 1 year ago

Hi - resolved the error code 05 - there was a spelling error in the script. (-e near the end should be -ne), can now test it manually and pull in the data but when i run the run_bms_query.sh I get a 'Unable to connect (lookup error)

alfagero commented 1 year ago

hi! i have also the error code 05. Can you tell me the line and the script name ?

alfagero commented 1 year ago

ok i found it: in query_seplos_ha.sh line 130

byte4geek commented 1 year ago

Fixed, added -ne to line 130