Search found 5 matches

by erichter66
Sat Nov 07, 2015 5:07 am
Forum: Roadmap and Feature Request
Topic: API - Temp Setpoint - can it be made r/w?
Replies: 6
Views: 11329

Re: API - Temp Setpoint - can it be made r/w?

I just downloaded the trial vesion of beer smith and I realized that it has lot of what I am trying to accomplish - specifically, providing alarms during the brewday to remind of hops additions, when it is time to change temperature etc. All that is missing is the actual historical record of the bre...
by erichter66
Tue Nov 03, 2015 8:57 pm
Forum: Roadmap and Feature Request
Topic: API - Temp Setpoint - can it be made r/w?
Replies: 6
Views: 11329

Re: API - Temp Setpoint - can it be made r/w?

yes, we did that and we are using the "Try it out" buttons. Very helpful. We had an issue with the string types. We had some trouble before we figured out that we need to use the utf-8 decode when logging and encode before we post the command to toggle the pump DO. - actually, we took some...
by erichter66
Tue Nov 03, 2015 8:35 pm
Forum: Roadmap and Feature Request
Topic: API - Temp Setpoint - can it be made r/w?
Replies: 6
Views: 11329

Re: API - Temp Setpoint - can it be made r/w?

Thanks for the quick reply Jon. If I may make a suggestion, code samples on how to use the API calls would help a lot. I think the biggest time consumer for me has been trying to figure out the exact syntax. I am working in Python 3.4. So far I am reading all IO once/sec, planning to log it to a CSV...
by erichter66
Tue Nov 03, 2015 6:37 pm
Forum: Roadmap and Feature Request
Topic: API - Temp Setpoint - can it be made r/w?
Replies: 6
Views: 11329

API - Temp Setpoint - can it be made r/w?

I am working on an HMI using the API library. The temp setpoint is currently read only. Is there a way to write to it using the APIs? If not, is there a way to write it to an internal variable that I can later move to the temp.setpoint using the BCS logic?

Thanks,

EdR
by erichter66
Fri Oct 09, 2015 5:34 pm
Forum: HMI Builder
Topic: HMI Builder available in 4.0?
Replies: 11
Views: 47587

HMI Builder available in 4.0?

Is the HMI builder still available in firmware version 4.0, or is it replaced by the APIs?