Hi,
I have been playing around with Tellstick about a week now. I am using Linux (Fedora 10), and have succesfully configured my system with "tdtool" for using with three NEXA selflearning, and one WAVEMAN receiver.
I have been also using NexaHome program, and it is really nice program!
I have one problem though: When starting NexaHome, it starts web server in my localhost:8080, but browser sees an empty page, when going to
http://localhost:8080/nexahome
There IS a web server running, since stopping NexaHome and going again to http://localhost:8080/nexahome produces "page not found" error in a browser.
Any clues for debugging?
Thanks.
NexaHome 1.1.1 with Linux - Web server starting but no page
Moderator: Telldus
I am not using NexaHome.
You might want to ask the question here: http://www.telldus.se/forum/viewtopic.php?t=239
There are more people that knows about NexaHome
You might want to ask the question here: http://www.telldus.se/forum/viewtopic.php?t=239
There are more people that knows about NexaHome
Re: NexaHome 1.1.1 with Linux - Web server starting but no p
Maybe the password is incorrect or not given!merbau wrote:When starting NexaHome, it starts web server in my localhost:8080, but browser sees an empty page, when going to
http://localhost:8080/nexahome
There IS a web server running, since stopping NexaHome and going again to http://localhost:8080/nexahome produces "page not found" error in a browser.
Any clues for debugging?
Code: Select all
&psw=<thepassword>
Re: NexaHome 1.1.1 with Linux - Web server starting but no p
I also gave the password, as You mentioned. No luck still.hekj wrote:Maybe the password is incorrect or not given!merbau wrote:When starting NexaHome, it starts web server in my localhost:8080, but browser sees an empty page, when going to
http://localhost:8080/nexahome
There IS a web server running, since stopping NexaHome and going again to http://localhost:8080/nexahome produces "page not found" error in a browser.
Any clues for debugging?
/HenrikCode: Select all
&psw=<thepassword>
But I tried NexaHome 1.3.0, and there is a little success: with http://127.0.0.1:8080/nexahome ,browser sees the hint to give a password:
Code: Select all
&psw=<thepassword> password is incorrect or not given!
Is there anything I can do to help debugging this?
Are you using any national characters in the names of the devices?
I am running NexaHome on linux and had a similar (the same?) problem in the beginning. Webserver started, but no page shown!
But after a hint from user GregB (Thanks!) I reviewed all the device names and replaced all national characters (åäö etc.) i.e. instead of "Fönsterlampa" I used the name "Fonsterlampa".
After that I have a fully working webpage....
Might be worth a try??
I am running NexaHome on linux and had a similar (the same?) problem in the beginning. Webserver started, but no page shown!
But after a hint from user GregB (Thanks!) I reviewed all the device names and replaced all national characters (åäö etc.) i.e. instead of "Fönsterlampa" I used the name "Fonsterlampa".
After that I have a fully working webpage....
Might be worth a try??
Incredible! Thank You for the great tip.granede wrote:Are you using any national characters in the names of the devices?
I am running NexaHome on linux and had a similar (the same?) problem in the beginning. Webserver started, but no page shown!
But after a hint from user GregB (Thanks!) I reviewed all the device names and replaced all national characters (åäö etc.) i.e. instead of "Fönsterlampa" I used the name "Fonsterlampa".
After that I have a fully working webpage....
Might be worth a try??
After changing accented character (ö->o), web page now works.
Thanks!
I have added "charset=iso-8859-1" to the Content-Type definition on the webpage, please dowload the latest version and try with åäö again.merbau wrote:Incredible! Thank You for the great tip.granede wrote:Are you using any national characters in the names of the devices?
I am running NexaHome on linux and had a similar (the same?) problem in the beginning. Webserver started, but no page shown!
But after a hint from user GregB (Thanks!) I reviewed all the device names and replaced all national characters (åäö etc.) i.e. instead of "Fönsterlampa" I used the name "Fonsterlampa".
After that I have a fully working webpage....
Might be worth a try??
After changing accented character (ö->o), web page now works.
Thanks!
/Henrik