Iss-Domo Domoticz
Moderators: leecollings, remb0
-
- Posts: 60
- Joined: Saturday 20 June 2015 10:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Iss-Domo Domoticz
Hi,
After installed is-domo on my Domoticz system i've got this error when i go to this URL (ip is-domo:port/devices) :
Guzzle \ Http \ Exception \ ClientErrorResponseException
Client error response [status code] 401 [reason phrase] Unauthorized [url] http://localhost:8097/json.htm?type=plans
It can't display my devices, any idea ?
I guess that's why i can't display any devices with imperihome too.
This the full logs :
Guzzle \ Http \ Exception \ ClientErrorResponseException
Client error response [status code] 401 [reason phrase] Unauthorized [url] http://localhost:8097/json.htm?type=plans
Open: /var/www/iss-domo/vendor/guzzle/http/Guzzle/Http/Exception/BadResponseException.php
$message = $label . PHP_EOL . implode(PHP_EOL, array(
'[status code] ' . $response->getStatusCode(),
'[reason phrase] ' . $response->getReasonPhrase(),
'[url] ' . $request->getUrl(),
));
$e = new $class($message);
$e->setResponse($response);
$e->setRequest($request);
Server/Request Data
DOCUMENT_ROOT /var/www/iss-domo/public
REMOTE_ADDR 192.168.0.8
REMOTE_PORT 56044
SERVER_SOFTWARE PHP 5.4.44-0+deb7u1 Development Server
SERVER_PROTOCOL HTTP/1.1
SERVER_NAME 192.168.0.38
SERVER_PORT 8000
REQUEST_URI /devices
REQUEST_METHOD GET
SCRIPT_NAME /index.php
SCRIPT_FILENAME /var/www/iss-domo/public/index.php
PATH_INFO /devices
PHP_SELF /index.php/devices
HTTP_HOST 192.168.0.38:8000
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
HTTP_COOKIE laravel_session=eyJpdiI6Ijg4SUFoYUlcL1Y5WnpsTm11OUJjcUJRPT0iLCJ2YWx1ZSI6IkZxcWtIdkVKbmFDdDQ3OTNMUXZZSytcL2tEczAzNGxPNVRmbjhtSDdlME91YXM2TmtQdDVlb29QSjducFU5clJNMHJBY1ZvZGszNVFcL1FRTHhNMHFIVGc9PSIsIm1hYyI6ImYzNzM5M2Q4M2JlMDhjODEzNDQwYWZlOGU3NWU5NjAxODUxNmU4MTU3ZWU5NTlmODQ4ZTM5NmY3ZTM5ZmZmMDkifQ%3D%3D
HTTP_USER_AGENT Mozilla/5.0 (iPhone; CPU iPhone OS 9_0 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13A4325c Safari/601.1
HTTP_ACCEPT_LANGUAGE fr-fr
HTTP_ACCEPT_ENCODING gzip, deflate
HTTP_CONNECTION keep-alive
REQUEST_TIME_FLOAT 1440827773.4988
REQUEST_TIME 1440827773
After installed is-domo on my Domoticz system i've got this error when i go to this URL (ip is-domo:port/devices) :
Guzzle \ Http \ Exception \ ClientErrorResponseException
Client error response [status code] 401 [reason phrase] Unauthorized [url] http://localhost:8097/json.htm?type=plans
It can't display my devices, any idea ?
I guess that's why i can't display any devices with imperihome too.
This the full logs :
Guzzle \ Http \ Exception \ ClientErrorResponseException
Client error response [status code] 401 [reason phrase] Unauthorized [url] http://localhost:8097/json.htm?type=plans
Open: /var/www/iss-domo/vendor/guzzle/http/Guzzle/Http/Exception/BadResponseException.php
$message = $label . PHP_EOL . implode(PHP_EOL, array(
'[status code] ' . $response->getStatusCode(),
'[reason phrase] ' . $response->getReasonPhrase(),
'[url] ' . $request->getUrl(),
));
$e = new $class($message);
$e->setResponse($response);
$e->setRequest($request);
Server/Request Data
DOCUMENT_ROOT /var/www/iss-domo/public
REMOTE_ADDR 192.168.0.8
REMOTE_PORT 56044
SERVER_SOFTWARE PHP 5.4.44-0+deb7u1 Development Server
SERVER_PROTOCOL HTTP/1.1
SERVER_NAME 192.168.0.38
SERVER_PORT 8000
REQUEST_URI /devices
REQUEST_METHOD GET
SCRIPT_NAME /index.php
SCRIPT_FILENAME /var/www/iss-domo/public/index.php
PATH_INFO /devices
PHP_SELF /index.php/devices
HTTP_HOST 192.168.0.38:8000
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
HTTP_COOKIE laravel_session=eyJpdiI6Ijg4SUFoYUlcL1Y5WnpsTm11OUJjcUJRPT0iLCJ2YWx1ZSI6IkZxcWtIdkVKbmFDdDQ3OTNMUXZZSytcL2tEczAzNGxPNVRmbjhtSDdlME91YXM2TmtQdDVlb29QSjducFU5clJNMHJBY1ZvZGszNVFcL1FRTHhNMHFIVGc9PSIsIm1hYyI6ImYzNzM5M2Q4M2JlMDhjODEzNDQwYWZlOGU3NWU5NjAxODUxNmU4MTU3ZWU5NTlmODQ4ZTM5NmY3ZTM5ZmZmMDkifQ%3D%3D
HTTP_USER_AGENT Mozilla/5.0 (iPhone; CPU iPhone OS 9_0 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13A4325c Safari/601.1
HTTP_ACCEPT_LANGUAGE fr-fr
HTTP_ACCEPT_ENCODING gzip, deflate
HTTP_CONNECTION keep-alive
REQUEST_TIME_FLOAT 1440827773.4988
REQUEST_TIME 1440827773
- Egregius
- Posts: 2582
- Joined: Thursday 09 April 2015 12:19
- Target OS: Linux
- Domoticz version: v2024.7
- Location: Beitem, BE
- Contact:
Re: Iss-Domo Domoticz
Do you have addresses to bypass authentication in the settings page?
I have "192.168.0.*;127.0.0.1" wich means that all devices in local network and everything on the server itself doesn't need to authenticate with user/password.
I have "192.168.0.*;127.0.0.1" wich means that all devices in local network and everything on the server itself doesn't need to authenticate with user/password.
-
- Posts: 60
- Joined: Saturday 20 June 2015 10:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Iss-Domo Domoticz
Thanks it's working i haven't added the 127.0.0.1
- Egregius
- Posts: 2582
- Joined: Thursday 09 April 2015 12:19
- Target OS: Linux
- Domoticz version: v2024.7
- Location: Beitem, BE
- Contact:
Re: Iss-Domo Domoticz
Great
What is iss-domo? Another frontpage?
What is iss-domo? Another frontpage?
-
- Posts: 60
- Joined: Saturday 20 June 2015 10:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Iss-Domo Domoticz
No it helps me to do working with Imperihome.
the ios application is just arrived yesterday.
i used Pilot before but the graphical interface seems better with imperihome
the ios application is just arrived yesterday.
i used Pilot before but the graphical interface seems better with imperihome
Re: Iss-Domo Domoticz
Just out of curiosity, what made you choose iss-domo over the bridge mentioned in the Domoticz wiki?
Will have to have a play now the iOS app is out, previously I've used iRule to create custom remotes for my devices.
Code: Select all
https://github.com/empierre/MyDomoAtHome
-
- Posts: 60
- Joined: Saturday 20 June 2015 10:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Iss-Domo Domoticz
well, it was just to try
Re: Iss-Domo Domoticz
Hi,
I have exactly the same issue, but my technical skills are quite poor and I don't know what to do regarding your answer "Do you have addresses to bypass authentication in the settings page? "...
can you help me ?
thank you !
I have exactly the same issue, but my technical skills are quite poor and I don't know what to do regarding your answer "Do you have addresses to bypass authentication in the settings page? "...
can you help me ?
thank you !
Re: Iss-Domo Domoticz
response to myself : ok you were talking about Domoticz settings.
Si I have added both of the ip in the local network settings, but it still doesn't work...
Si I have added both of the ip in the local network settings, but it still doesn't work...
Who is online
Users browsing this forum: No registered users and 1 guest