mrillies
mrillies
When you configure the iSpindel, do not put the port on the ip address. when you select Craftbeerpi as the server tyoe it adds the 5000 itself. the biggest issue...
More possible downsides: - Requires smarter actors or high network usage to Pulse width - All sensors and actors will need to be smart, increased cost as scalled - Need...
There seems to be a couple of issues being discussed here. At this point CBPi does not support autostart at power-on. This would be nice, agreed but is not the...
I have narrowed down the bug. Reproducible: Create Fermentor Add Steps Steps are of type FermenterStep Go to Hardware, update Ferementer Steps are now dictionaries Add a new step New...
Possible fix proposed. It fixes the issue but may not be the best way. @Manuel83 can you please have a quick look. Basically the PUT method on fermenter update overwrites...
There are two systems at work, a fermenter following a set point, and a recipe step that changes that set point. Think of the Car as an 'Auto/Manual' selector. You...
Looks like the TPLink Plugin needs some better error checking.
Were you using the TPLink cloud setup? Looks like the cloud API returned an error message or something. i have submitted a pull request on the TPlink git hub, once...
Agreed, I’ve raised this as an issue before and hopefully it gets fixed in 3.1. I could make changes now to fix it but don’t want to mess with what...
Yep would basically be a plugin with just a background task You can find the array of fermenters at: `cbpi.cache.get("fermenter")` `for key, value in cbpi.cache.get("fermenter").iteritems():` to iterate through where value...