Page 1 of 1

AutoPID Librairy

Posted: 06 Nov 2018 20:21
by CaptainIgloo
Hi all,

I would like use AutoPID Library (http://ryandowning.net/AutoPID/) in Z-uno project.(#include <AutoPID.h> in my .ino)

error in compiling :

Code: Select all

Preprocessing file: C:\Users\3l33t\AppData\Local\Temp\arduino_build_733351\AutoPID.cpp with SDCPP... 

Compiling C:\Users\3l33t\AppData\Local\Temp\arduino_build_733351\AutoPID_sdcpp_.cpp ...Unknown error:'class AutoPID' uCxx returned error code:-1
Have you solution ?

Best,
Captainigloo

Re: AutoPID Librairy

Posted: 07 Nov 2018 22:42
by CaptainIgloo
No idea ?

Re: AutoPID Librairy

Posted: 11 Nov 2018 15:24
by PoltoS
The library requires adoption to work with Z-Uno. We will check it (it is pretty small)

Re: AutoPID Librairy

Posted: 11 Nov 2018 23:45
by CaptainIgloo
Little but strong ! Thanks @Poltos

Re: AutoPID Librairy

Posted: 14 Dec 2018 13:41
by rrozema
I'm awaiting a port to Z-Uno too! Combined with OpenTerm library (which also needs to be ported) this makes an awesome way to create your own Z-Wave enabled thermostat.

Re: AutoPID Librairy

Posted: 16 Dec 2018 22:33
by PoltoS
Can you point us to the OpenTherm library that works ok in Arduino. This is indeed an important feature and we thought about it.

Re: AutoPID Librairy

Posted: 24 Dec 2018 11:08
by rrozema
@poltos: I had already created a topic on that library. This was the library that doesn't compile on z-uno's 2.1.4 toolset. You replied yourself, that the header and cpp files needed to be copied into specific z-uno locations, plus that for missing functions detachInterrupt, attachInterrupt and digitalPinToInterrupt for a replacement should come available from 2.1.5. But also that micros() is not available at all yet. And finally yield that is also not supported yet for z-uno but could probably be tricked.

https://forum.z-wave.me/viewtopic.php?f ... 0917ee94dc

Re: AutoPID Librairy

Posted: 04 Jan 2019 02:08
by PoltoS
Yes, replied to that one few minutes after replying to this post. We are already looking on this topic to see if we can add most of you need.