I have been attempting to edit this code so that on each update the output limit will increase or decrease proportionally difference between the temperature and a defined target temperature, ri.temperature keeps returning nil when I add the code directly, do you know why that is or how it could be fixed?
---EDIT---
I fixed this, I have changed autoinput mode to a full auto mode that on every update changes the out put limit to
Limit = generation + (Target Temperature - Current Temperature) * 50
Where Target Temperature is defined in by the user and defaults to 7000 I encourage you to use the code it's working very well for long term management and I've uploaded it as a branch
I have been attempting to edit this code so that on each update the output limit will increase or decrease proportionally difference between the temperature and a defined target temperature, ri.temperature keeps returning nil when I add the code directly, do you know why that is or how it could be fixed?
---EDIT---
I fixed this, I have changed autoinput mode to a full auto mode that on every update changes the out put limit to
Limit = generation + (Target Temperature - Current Temperature) * 50
Where Target Temperature is defined in by the user and defaults to 7000 I encourage you to use the code it's working very well for long term management and I've uploaded it as a branch