how to create web page?

Homeseer Forum in het Nederlands (DUTCH forum)

Moderator: Ruud

Post Reply
jumper
Starting Member
Starting Member
Posts: 18
Joined: Thu Apr 14, 2011 9:17 am

how to create web page?

Post by jumper »

I have searched and looked everywhere, but i don't find how to create my own personal control site.
How to make or get one based on my devices?
Image
http://imageshack.us/m/853/9596/wpj.jp
i've these as my settings.

But It doesn't make jumper.html no where?

What should i do , or be done ?

Thx advanced,

Jumper
Verkenner
Member
Member
Posts: 338
Joined: Tue May 27, 2008 6:14 pm
Location: Netherlands

How to create web page?

Post by Verkenner »

Hi Jumper,

Put the IP-adres from your page (jumpers Site) in the right column. Square "Custom web page 1 URL/Link"
E.g. http://localhost:82/jumper.html See attachment.


PS: And look at the software from Jon00. Google "Jon00 Homeseer web page builder V2"
http://86.144.117.166:8087/buildpage.asp?val=qv and http://board.homeseer.com/showthread.php?t=129297
Attachments
Webpage example
Webpage example
Knipsel.JPG (106.76 KiB) Viewed 11094 times
Best regards, Verkenner
jumper
Starting Member
Starting Member
Posts: 18
Joined: Thu Apr 14, 2011 9:17 am

Re: how to create web page?

Post by jumper »

hello,

like your example as attachement (instead http://192.168.1.100 i used http://192.168.2.2)
but i got 404 notice (by log) :(

But how is 'jumper.html' created ? Or can it be created ( i mean with all those items and more to add)
jumper
Starting Member
Starting Member
Posts: 18
Joined: Thu Apr 14, 2011 9:17 am

Re: how to create web page?

Post by jumper »

Ter info,

ik heb met behulp van die web builder jon00 aan de slag gegaan. Al is het niet mijn zin. Beter als niets.
Het lukt mij ondertusses om op afstand een knop aan en uit te zetten en status te lezen (online)

Maar hoe hebben jullie de site opgebouwd ?
En de webcam, hoe laten jullie een bestand streamen ?

groetjes,
Digit
Global Moderator
Global Moderator
Posts: 3388
Joined: Sat Mar 25, 2006 10:23 am
Location: Netherlands
Contact:

Re: how to create web page?

Post by Digit »

Website: Eerst Visual Web Developer (VWD, gratis), daarna met Visual Studio 2008.
Cam: java applet, reverse proxy om het over poort 80 te laten lopen.
Maar dat is niet echt HS gerelateerd.
Verkenner
Member
Member
Posts: 338
Joined: Tue May 27, 2008 6:14 pm
Location: Netherlands

CAM's in HS

Post by Verkenner »

Voor een Ip-camera kun je de Homeseer NetCAM-plugin gebruiken (via installer).

Voor een webcam kun je de HomeSeer WebCam-plugin gebruiken. Tevens een analoog video-kaartje in de PC zetten ( WebCam-PI ook via installer).

Zie http://board.homeseer.com/forumdisplay.php?f=936
Best regards, Verkenner
jumper
Starting Member
Starting Member
Posts: 18
Joined: Thu Apr 14, 2011 9:17 am

Re: how to create web page?

Post by jumper »

hello,

Sorry i got into the dutch language :)

But what are the codes to use for Visual studio (vb). and the aplets. Can it be found some where ?

What about that webcam plugin. I got errors with this files, but i'm waiting for the ip-cam. I 'm looking at it

I want to add Oregon WMR200 weather station to my homeseer system. Do i need RFXcom ?? OR how can it be connected for use homeseer ? What 's is the easy alternative setup for this oregon weather station.

Thx
jumper
Starting Member
Starting Member
Posts: 18
Joined: Thu Apr 14, 2011 9:17 am

Re: how to create web page?

Post by jumper »

This sucks.

I have been looking for weeks. Tried Jon webbuilder (it works, but not what I want and needed) ... Al the suggestions also.
I'm not happy with the help and the info. I hoped for one good infromation example.

I tried
VB.net cannot be used for web page
ASP errors and no textbox possible
ASP.NET errors and no information how the imports and more must be

jon00 webbuilder cannot handle all my needs (p.e. extra text after a value, symbol for a device.
So not really a costum made item

I only wanted an example how to make a costum webpage.

Here's a few questions
What is best and easiest way to use to build a webpage used with items homeseer
can i add a textbox or labelbox in 'classic' ASP
example for ASP.NET
...

thx
Digit
Global Moderator
Global Moderator
Posts: 3388
Joined: Sat Mar 25, 2006 10:23 am
Location: Netherlands
Contact:

Re: how to create web page?

Post by Digit »

It doesn't suck, it's a challenge 8)

Maybe I'm wrong, but following your posts I think you're quite new to the whole thing, as in Homeseer and all.
What you are trying to accomplish is maybe too much too quick, just take it one step at a time...
I don't use HS that much to be able to help you, but I'm sure others can.
Saying it all sucks won't help...
jumper
Starting Member
Starting Member
Posts: 18
Joined: Thu Apr 14, 2011 9:17 am

Re: how to create web page?

Post by jumper »

ok. i'll start again

i'm frustrated for more reasons, i'm home sick home and cannot thing very well. but wanted to do a project to realise.

itried it in homeseer, but is ugly for me , to use as website. as i said.

let say, i want to start with domotica and this.
-Real time website and the possibility to control (user and pass)
-at the moment i've homeseer software and velleman k8055 k8061 which i wanted to control lights and read in temperature.
-logs which says when bells has been ringed.
-images
-ip cam show.

Now i'm getting off topic.
Which do you recommended to me then to realise a real time website with all possibilities and for sure to handle a created website i can understand.

greetings,
AshaiRey
Senior Member
Senior Member
Posts: 1310
Joined: Mon Feb 02, 2009 5:27 pm
Location: Netherlands
Contact:

Re: how to create web page?

Post by AshaiRey »

First of all i want to say that you want too much, too fast and without any knowledge.
So my biggest advice would be start to learn programming a bit. It will take a few weeks to get anything descent.
Or lower you goals to start with and start making some simple things and raise the stack everytime a bit higher when you make progress.

This is not nagging or otherwise hard words. Just some advice.

Now back to your questings.
The things that you want to do can be done with any (any) programming language that can produce text files. As far is i know thats applicable for all languages. However some are more suited then others. I prefere vbscript or asp.net to work with.
-Real time website and the possibility to control (user and pass)
For this you need on average 6-12 months worth of programming experience to do it nicely.
The biggest challenge is the real-time part here.
-at the moment i've homeseer software and velleman k8055 k8061 which i wanted to control lights and read in temperature.
There is a free plugin available to control this hardware. That will make developing a lot easier.
Search for it on the HS forum (board.homeseer.com) As user on this forum made also a free plugin for it. I can recall an url anymore but his first name is maikel so maybe that's any help for you when searching.
-logs which says when bells has been ringed.
You can have a look at the HS log to get that information. If you want to display that in a textbox then just put a filter on it so only the descired information is shown.
-images
Just standard HTML.
Have a look at the W3school website for examples. Search the web and find an other miljoen.
-ip cam show.
Again plain html here.
Just search google how to embedd those into a webpage.
Now i'm getting off topic.
Which do you recommended to me then to realise a real time website with all possibilities and for sure to handle a created website i can understand.
Start learning the basics. I would advice (since i think you will be using Homeseer) vbscript or vb.net. Cut your project into smaller pieces. Try to make those to work and add other parts. But if you think of all those months grinding through code, learning, coffee and late nights of fustration then you may also consider registering HSTouch (included in the HS Pro version) Then it suddenly isn't that expensive any more. :0)
Bram
jumper
Starting Member
Starting Member
Posts: 18
Joined: Thu Apr 14, 2011 9:17 am

Re: how to create web page?

Post by jumper »

@ Bram.
In homeseer itself works everything. And de homepage build in works also fine.

But i want a CUSTOM made site...

i tried this already, but i'cant add *- °C -* to my temperature line.

Perhaps its better to show what i tried first.
Image

I don't like the layout. To much buttons, ugly colours
move over buttons ...


About that vb.net I want to online... Then it would be ASP ... ASP.net but how to start it ...
greetings
jumper
Starting Member
Starting Member
Posts: 18
Joined: Thu Apr 14, 2011 9:17 am

Re: how to create web page?

Post by jumper »

Btw, HStouch. That software for creating own site is instable, it looks like it cannot connect to my homeseer itself and that program bloks all the time.
AshaiRey
Senior Member
Senior Member
Posts: 1310
Joined: Mon Feb 02, 2009 5:27 pm
Location: Netherlands
Contact:

Re: how to create web page?

Post by AshaiRey »

In homeseer itself works everything. And de homepage build in works also fine.

But i want a CUSTOM made site...
All i told you was about making your own CUSTOM website. You can program against the HS.dll and any other plugin. Look in the HS helpfiles. There are tons and tons of examples there to learn from
Btw, HStouch. That software for creating own site is instable, it looks like it cannot connect to my homeseer itself and that program bloks all the time
Then there is something wrong with your server/setup/configuration or all of them.
HSTouch runs stable overhere and at many others too for that matter.
but i'cant add *- °C -* to my temperature line.
use google to search for: html celsius sign
or look at http://www.fileformat.info/info/unicode ... /index.htm
So just add ' ℃ C ' (without the quote signs) behind your device string that has the temperature value.
Please note that you have in HS under setup/Other settings/Temperature Scale: set to the right scale, Celcius in your case.
About that vb.net I want to online... Then it would be ASP ... ASP.net but how to start it ...
[/quote]
Not to be rude but all answers are in my message earlier. Did you read that?
To be more precise this time. Try google again and search for : learn asp.net
or have a look at http://www.w3schools.com/aspnet/ directly to start with.
Bram
Post Reply

Return to “Homeseer algemeen Forum”