corbinbs/solarshed

load enable/disable

schaefer01 opened this issue · 1 comments

the load output enable/disable feature exists in bluetooth but not for the uart

for the bluetooth driver file RoverClient.py, the statement might be this:

def parse_set_load_response(self, bs):
data = {}
data['function'] = FUNCTION.get(bytes_to_int(bs, 1, 1))
data['load_status'] = bytes_to_int(bs, 5, 1)
self.data.update(data

additional question, is there a document indicating the register mapping?
in particular, is register 5 the load register?
if so, I could probably code this up myself

nevermind, if you turn the load off you can't command anymore