ximon / Hot-tub-remote

Lay-z-Spa wifi remote (3 pin model)
44 stars 7 forks source link

HTML Interface #10

Open eddcaton opened 4 years ago

eddcaton commented 4 years ago

Hey All,

I have this system working now and it's great!

Just one question. In the download, there is a folder TestPage with an HTML index file in it. Has anyone been able to get this installed and working? If so how? As I don't really need to use the REST API with the way I have set things up. I would just like a webpage I can logon to.

Edd

ximon commented 4 years ago

I have a really basic page that I use for testing, its has no styling and is completely unfinished - I am planning on making it a bit nicer but I've been concentrating on making the receiving code rock solid.

Feel free to create one that talks to the API and submit a PR πŸ‘

eddcaton commented 4 years ago

Hey @ximon,

Would you mind posting the version you have and I will take a look at styling etc.

Edd

ximon commented 4 years ago

You should be able to run the test page from a webserver / githack.

Try this - Just swap the ip in the querystring with whatever your esp local ip is

chunkysteveo commented 4 years ago

I'd be happy to style up the interface page with a nice and simple Bootstrap layout. If the 4-pin version is ever cracked!! lol

ximon commented 4 years ago

I started writing an interface in angular using material design, check out the HotTubRemoteUI branch

chunkysteveo commented 4 years ago

Ah coo, i'll leave you to it then. πŸ‘

ximon commented 4 years ago

I'm not a designer mind, so if you fancy putting something together with angular material go for it πŸ‘

chunkysteveo commented 4 years ago

Never used Angular material to build, i'm a PHP dev and work with classic HTML, CSS, JS. I'd have to start from scratch πŸ˜’ πŸ˜„

eddcaton commented 4 years ago

I have started a php layout using curl requests which is shaping up quite nicely. Just need to workout how to get the pump and bubble status so I can display its value on the dashboard. Also I can’t currently test fully as I have the 6 pin version :(