IndyJoeA and GitHub
f1ec635f25
Replace int with float in get_sensor_value()
...
I've noticed that sensor values are being handled as integers by this function, which was causing poor performance of the PIDArduino logic and another logic plugin I am testing. I have changed the type to float, and now logic controllers can receive more accurate temperature values.
2017-06-23 22:47:05 -04:00
Manuel83
26da7c66bc
Add actor_power to Controller
2017-06-18 20:08:17 +02:00
Manuel83
167a0bb8f8
KettleController
...
- Method actor_power added to set the power without switching
- Method timer_remaining added to get the remaining time of a timer
2017-06-18 19:09:08 +02:00
Manuel83
bcd07e4705
Put parameter into cache after adding
2017-06-16 01:02:45 +02:00
Manuel83
c07e3f4d79
Add new Config Parameter via cbpi api
2017-06-16 00:51:18 +02:00
Manuel83
fe002cfb25
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# modules/core/controller.py
2017-06-12 22:55:17 +02:00
Manuel83
4f95309a28
- Fermenter Controller Fix
...
- Kettle Controller Fix
- Remove SQL Alchemie
2017-06-12 22:53:49 +02:00
Carl Allen and GitHub
657358c254
heater_on/heater_off for FermenterController copy/paste fix
2017-06-11 13:25:38 -05:00
Manuel83
58e927b0bf
First Version
2017-06-11 17:12:22 +02:00