etcipnja / MLH

[FARMWARE] Mother's little helper
MIT License
5 stars 6 forks source link

[MLH] Something went wrong: Sequence not found: WATER [MLH] SIDE GARDEN #2

Closed AscendFB closed 6 years ago

AscendFB commented 6 years ago

Hey mate,

looks like your farmware broke with 2.2.1. When you insert anything else than "none" into SEQUENCE NAME AFTER MOVE (EACH PLANT) the famware crashes with the error message Sequence not found: WATER [MLH] SIDE GARDEN. Looks like those two lines may cause trouble.

265         if self.args['s']['after'].lower()!='none': self.args['s']['side']='Water [MLH] Side Garden'
266         else: self.args['s']['side']='None'
etcipnja commented 6 years ago

Yes! Thank you for the report. It looks like I need to keep my experiments in the separate branch. It is fixed in 2.2.2

BTW: do you know the way how to get SSH to the RaspPI? They seemed to lock it down completely... Otherwise I have deploy it via GitHub and it is pain in a back

AscendFB commented 6 years ago

That's not possible afaik. See this FAQ entry.