AutoPID Librairy

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
CaptainIgloo
Posts: 11
Joined: 02 Oct 2016 21:58

AutoPID Librairy

Post 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
CaptainIgloo
Posts: 11
Joined: 02 Oct 2016 21:58

Re: AutoPID Librairy

Post by CaptainIgloo »

No idea ?
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: AutoPID Librairy

Post by PoltoS »

The library requires adoption to work with Z-Uno. We will check it (it is pretty small)
CaptainIgloo
Posts: 11
Joined: 02 Oct 2016 21:58

Re: AutoPID Librairy

Post by CaptainIgloo »

Little but strong ! Thanks @Poltos
rrozema
Posts: 15
Joined: 07 Jun 2018 12:45

Re: AutoPID Librairy

Post 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.
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: AutoPID Librairy

Post 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.
rrozema
Posts: 15
Joined: 07 Jun 2018 12:45

Re: AutoPID Librairy

Post 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
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: AutoPID Librairy

Post 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.
Post Reply