Page 2 of 2

Re: ELV!Cube PHP Library

Posted: Fri Oct 17, 2014 11:48 am
by ayasystems
Could you share your library with us?

Best regards!

Re: ELV!Cube PHP Library

Posted: Mon Oct 20, 2014 11:30 am
by Massi
I don't think silent is reading this anymore..

But if you want a starting point, find attached my cube class.

It reads info from the cube and builds a "structured" array by room. It also sends commands to the cube, but since i'm not working on it since months (no time..) it manages only "manual" commands at the moment..
In my case, this is working quite good (i use it to log room temperatures and to send manual commands from a web interface), but there are some limits (i have a wall thermostat for every room, that's not mandatory so in different case the class has to be modified for some fields..) and there is yet much to do for commands :)

Feel free to use it as you like, but please tell me if you correct something or implement something :)

Bye