🔌General Home Automation > Other Automation Systems

Domoticz 2018-whatsup

(1/2) > >>

tflemer:
Raspberry pi installs Domoticz via cURL

https://www.domoticz.com/wiki/Raspberry_Pi

Looks like boot log was mashed - troubleshooting.

tflemer:
Looks like there is an unresolved issue.  below is a snippet of the thread 
www.domoticz.com/forum/viewtopic.php?t=18793

Re: Install Domoticz on new raspbian/debian stretch
Quote
 
Post
 by niclasc » Sunday 10 September 2017 14:39
sincze wrote: ↑
Sunday 10 September 2017 14:29
niclasc wrote: ↑
Sunday 10 September 2017 14:19
@sincze That worked. But only for HTTP. HTTPS is not working for me. Working for you?
As for the test I only use HTTP so had to look at the log after your post more carefully and it seems indeed https not working.
mmm more debugging to do. luckily for me I found your post first before updating the production machine 
I thought that the libssl packages that where causing trouble where for https. But apparently there is something else at fault.

[ME]
I have had this problem where packages work from the oringination point, but do not get pushed through to mirrors.  petera can get domoticz to work from his location, but we cannot from here (USA).  I was looking to see if there is a previous stable version that may work.  Ran out of gas.  Will pick up tomorrow.

HA Dave:

--- Quote from: tflemer on February 20, 2018, 04:25:40 PM ---Looks like there is an unresolved issue. .......... Will pick up tomorrow.

--- End quote ---

I was more than willing to contribute the error to my own ineptness with Raspbian and Pi. Thank you for you efforts. I really believe this could be a huge help to hundreds or maybe even thousands of X10 users.

tflemer:
Installing Domoticz Version: 3.8153 on Raspberry Pi B 3 /w Raspbian Stretch

RASPBIAN STRETCH INSTALL
Install Raspbian Stretch on a clean SD Card.
Setup as you like it.  Remember, if you plan on accessing the RPi via laptop or PC, turn on SSH in preferences.

PRE DOMOTICZ INSTALL
In a terminal session or via SSH (PuTTY)

sudo apt-get update
sudo apt-get upgrade

Install missing library libssl-dev.  Current version does not work.  So, need to pull previous version.

wget http://ftp.nl.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.2l-1~bpo8+1_armhf.deb
sudo dpkg -i libssl1.0.0_1.0.2l-1~bpo8+1_armhf.deb

DOMOTICZ INSTALL
In a terminal session or via SSH (PuTTY)

curl -L install.domoticz.com | sudo bash
reboot now

domoticz will show up in top. To confirm the daemon is running:
In a terminal session or via SSH (PuTTY)

top

Now, open browser

http://127.0.0.1:8080 for local console
http://<IP Address>:8080 for remote (laptop or PC)

X10 CM15A INSTALL
Domoticz requires Mochad to communicate with the CM15A interface.  There are many setup steps.  Follow:
https://www.domoticz.com/wiki/X10_devices,_CM15_Pro

bkenobi:
Nice guide, thanks!

Navigation

[0] Message Index

[#] Next page

Go to full version