Eduardo Spremolla

Results 4 issues of Eduardo Spremolla

I have a lot of static 2R1G1B static panels. The connector is similar to HUB 75 but instead of GND besides G1 and G2 there are R3 and R4. Can’t...

In one_wire base plugins the sensors is is collected in function getSensors() from: ` for dirname in os.listdir('/sys/bus/w1/devices'):` but later in run() only w1_bus_master1 is checked : `with open('/sys/bus/w1/devices/w1_bus_master1/%s/w1_slave' %...

Unconfigured heater or cooler do not return None, but an empty string. At least ( k.heater is not None ) allways retrun True ``` diff --git a/modules/core/controller.py b/modules/core/controller.py @@ -89,7...

Hi people, great system. I want to create a module to supervise the fermentation, so in case a temp goes too hi or too low it will generate an alarm,...