[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r11] by wpierre

- Added a sample Arduino code that serves as a thermostat
- Fixed the requesting value mecanism
- Added a scheduler management system

2012-11-13 22:11:11 Tree
[r10] by wpierre

- Added a "unit" field to store the unit (ex : °C) in the sensor_type
- Updated the sql script for the unit.
- Made the graph and widget automatically update every minute. Delay is hard-coded right now. Will add something ine the conf file later.
- Fixed the sensor->getSensor_type method who didn't work.

2012-10-25 21:03:00 Tree
[r9] by wpierre

Spent most of the time working on the arduino board, as I got my Ethernet Shield. Temperature upload and requested temperature are functionnal. Some parts of the code are broken (ie : graph and widget can only work on sensor_type), but most of the platform is up and running here. Value schedule is functionnal (ie : what temperature should I get at what time), but there's no form for managing them. Getting hands dirty in the database is required for now.
- Cleaned some code to allow correct data retrieval
- Added a Widget class that will show current values. Creation is just like for a graph.

2012-10-18 21:14:18 Tree
[r8] by wpierre

- Added some frivolity at once : images and styles !
- Ardamon now has a (probably temporary) look. Main page has been revamped. It also now has buttons to show sensor manager and sensor type manager pages. Both open in an iframe using the Modalbox library. Solution is a bit dirty, but it allows to have the configuration page directly on the front page. I'd have to rework the forms so they'd be completely javascript dependant to get rid of the iframe. If neither solution pleases me, i'll have independant pages.
- Included some libraries : Modalbox, prototype, scriptaculous. See their respective folders for links and license.
- Fixed an issue when deleting an object. Object wasn't deleted at all.
- My Ethrnet shield comes in tomorrow. It'll be time to get real datas !

2012-10-08 22:36:34 Tree
[r7] by wpierre

- Added a sensor type manager page, working exactly as the sensor page.

2012-10-07 13:01:12 Tree
[r6] by wpierre

- Added a delete method to the ORM to delete objects
- The sensor manager page now handles creation and deletion of sensors. The sensor_type is also a select tag now. Activated again the calendar to select override_until
- Added the database structure for new installation

2012-10-05 21:46:12 Tree
[r5] by wpierre

- Added sensor manager page (/sensor_manager.php). Isn't completely usable, but you can select and edit existing sensors. It manages errors server side too.
- Included DynArch(LGPL) js calendar for easing date and time selection. License and URL in README file
- Modified the generator to add the primary key as class constant. This allows to get an object from it's ID for every class managed by the mini ORM

2012-10-02 23:46:15 Tree
[r4] by wpierre

Added/corrected some license stuff
Added the scheduling system. sensor->getScheduledValue works as intended now

2012-09-30 17:39:13 Tree
[r3] by wpierre

Initial commit

2012-09-30 13:43:30 Tree
[r2] by wpierre

Initial commit

2012-09-30 13:16:46 Tree
Older >