-->
Page 1 of 1

Ambitious project

PostPosted: Tue Oct 13, 2015 11:38 pm
by Gypsie
Hello friends, So, I have read all I can, watched all the YouTube videos, and scraped together the beginnings of a decent project.
Here's a brief synopsis. I am using a ESP-07 as both the wifi and micro-controller, which its doing a great job of.
I am running LUA. And so far that's great.
I am trying to control 2 relays, one of witch I would like triggered at a set temperature.
Which I am reading with a ds18b20.
I also have a analog pressure sensor that is feeding data through a i2c A/D chip.

So, heres the thing. I have all these things working, and kinda working at the same time.
I can control the relays, and can control them from a separate website hosted on the same network, which is how I want it all to work. I can read from the temp and pressure sensor.

Here's where I need help. I wish to "see" the pressure and temperature on the second website, not hosted on the ESP.

I would like one relay triggered from the temperature of the ds18b20, while also being able to read the temp from the second site.

I would also, I know its a lot, like to be able to read the pressure on the second site, as close to real time as possible. Also, I'd like to be able to display that reading with some nice Rgraphs, I have the graph gauges, and they need javascript to update. In case that helps.

I am happy to post the code I've used, although, not sure what you'd like to see.

What I'm really looking for is direction, I have read all the tutorials, and posts here, but nothing appears to be this complicated.

Any help or direction would be greatly appreciated. I realize this is complicated. And no one answer is going to solve it, im really just hoping for suggestions.

Thanks
G