I confused the config.txt file with the cmdline.txt.
Sorry.
Now I will arrange things and will take up the installation

Claudio

Moderators: leecollings, remb0
Code: Select all
sudo curl -L install.domoticz.com
Working on the issue, I verified that Domoticz was not present in the system
Code: Select all
pi@raspberrypi:~ $ sudo service domoticz.sh start
Failed to start domoticz.service: Unit domoticz.service failed to load: No such file or directory.
Code: Select all
sudo curl -L install.domoticz.com | sudo bash
All steps were successful except that the Setup button didn't turned on Blue "after a while" even clicking on Update. It did only after my pressing on the red Setup button, the consequent viewing of a detailed device page (table "Nodes") where I pressed the Blue Refresh button. After this action the Setup button was Blue, when I returned to previous pageNow, log in to Domoticz, go to setup --> hardware, select OpenZwave USB from dropdown menu, there should be only /dev/ttyAMA0 to select for
it. Name it as you wish, check that it is enabled and press ADD. After a while, its SETUP button should turn to blue.
When its turning to blue, it means its working as it should. When it stays red, its not working. Vesternets guide yout mentioned, is good guide for showing how you add nodes(devices).
Hi PeGe, good point on that mask, but does it mask also possible bluetooth dongles ?PeGe wrote: sudo systemctl mask bluetooth.service
( NOTE: Use "mask" and not just "disable"! Since other processes may well start a "disabled" service in the background! )
/P-G
Sorry, but I really can't say, since I have never connected a bluetooth dongle to any of my Raspberries!tontze wrote:Hi PeGe, good point on that mask, but does it mask also possible bluetooth dongles ?
-T
I have rebooted my RPi3 several times and Gparted see the SD card still not expanded!tontze wrote:Did you boot your pi after expanding filesystem ? It will be expanded after next reboot, that you have propably done allready few times, check againIf not, i presume you allready have whole card in use ?
Code: Select all
2017-04-14 18:47:04.930 OpenZWave: Starting...
2017-04-14 18:47:04.930 OpenZWave: Version: 1.4-2228-gbce4a88-dirty
2017-04-14 18:47:04.930 OpenZWave: using config in: /home/pi/domoticz/Config/
2017-04-14 18:47:05.937 OpenZWave: Received timeout notification from HomeID: 0, NodeID: 255 (0xff)
2017-04-14 18:47:06.938 OpenZWave: Received timeout notification from HomeID: 0, NodeID: 255 (0xff)
2017-04-14 18:47:07.939 OpenZWave: Received timeout notification from HomeID: 0, NodeID: 255 (0xff)
2017-04-14 18:47:08.940 OpenZWave: Received timeout notification from HomeID: 0, NodeID: 255 (0xff)
2017-04-14 18:47:09.942 OpenZWave: Received timeout notification from HomeID: 0, NodeID: 255 (0xff)
I have the same problem: but i have also two serial ports i can choose: I added both, but setup not turn into blue..EdddieN wrote:Hello,
I have tried these steps several times from scratch and ... nothing. The card never changes from red to blue. If I look into the logs I see this:I was going to ignore this method but since I see it has made it to the Wiki...Code: Select all
2017-04-14 18:47:04.930 OpenZWave: Starting... 2017-04-14 18:47:04.930 OpenZWave: Version: 1.4-2228-gbce4a88-dirty 2017-04-14 18:47:04.930 OpenZWave: using config in: /home/pi/domoticz/Config/ 2017-04-14 18:47:05.937 OpenZWave: Received timeout notification from HomeID: 0, NodeID: 255 (0xff) 2017-04-14 18:47:06.938 OpenZWave: Received timeout notification from HomeID: 0, NodeID: 255 (0xff) 2017-04-14 18:47:07.939 OpenZWave: Received timeout notification from HomeID: 0, NodeID: 255 (0xff) 2017-04-14 18:47:08.940 OpenZWave: Received timeout notification from HomeID: 0, NodeID: 255 (0xff) 2017-04-14 18:47:09.942 OpenZWave: Received timeout notification from HomeID: 0, NodeID: 255 (0xff)
Have many people used this method successfully with a Pi3 and a Razz2?
1. DL fresh Raspbian Jessie Image and write it to SD Card
2. Do all the apt-get update, apt-get upgrade and so on...
3. Install z-way, with following command: wget -q -O - razberry.z-wave.me/install | sudo bash
4. Shutdown z-way-server and disabling autostart with sudo update-rc.d z-way-server remove
5. Install domiticz.
6. sudo update-rc.d readKey remove
7. sudo update-rc.d mongoose remove
Code: Select all
5. sudo apt-get install rpi-update
6. sudo rpi-update
and "setup" stays desperately red...2017-11-28 09:56:33.838 OpenZWave: using config in: /home/pi/domoticz/Config/
2017-11-28 09:56:33.842 OpenZWave: Starting...
2017-11-28 09:56:33.842 OpenZWave: Version: 1.4-2501-g5af6780-dirty
2017-11-28 09:56:34.845 OpenZWave: Received timeout notification from HomeID: 0, NodeID: 255 (0xff)
2017-11-28 09:56:35.846 OpenZWave: Received timeout notification from HomeID: 0, NodeID: 255 (0xff)
2017-11-28 09:56:36.854 OpenZWave: Received timeout notification from HomeID: 0, NodeID: 255 (0xff)
2017-11-28 09:56:37.855 OpenZWave: Received timeout notification from HomeID: 0, NodeID: 255 (0xff)
2017-11-28 09:56:38.856 OpenZWave: Received timeout notification from HomeID: 0, NodeID: 255 (0xff)
2017-11-28 15:07:36.854 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2017-11-28 15:07:36.854 Always,
2017-11-28 15:07:36.855 Always, Dumping queued log messages
2017-11-28 15:07:36.855 Always,
2017-11-28 15:07:36.856 Always,
2017-11-28 15:07:36.856 Always, End of queued log message dump
2017-11-28 15:07:36.856 Always,
2017-11-28 15:07:36.857 OpenZWave: Received timeout notification from HomeID: 0, NodeID: 255 (0xff)
which probably did something on this AMA0 but I don't know what.sudo stty -F /dev/ttyAMA0 9600
Worked perfectly well for me.tontze wrote: ↑Tuesday 31 January 2017 20:18 After trying so many things, i recommend to start from the scratch and write new sd-card, after that, here is detailed guide :
With raspi-config, do following with it :Code: Select all
sudo raspi-config
Expand Filesystem
Change User Password
Change Timezone: set to appropriate timezone
In Advanced Options: Option A3. Memory Split: Set to 16M since we don't need a graphical environment
In Advanced Options: Option A0. Update
Exit and :
When rebooted, log in and do update, and upgrade system :Code: Select all
sudo reboot
Code: Select all
sudo apt-get update
When done, reboot :Code: Select all
sudo apt-get upgrade
After rebooted, log in and install rpi-update (Rpi firmware updater)Code: Select all
sudo reboot
Execute firmware updater:Code: Select all
sudo apt-get install rpi-update
Edit /boot/config.txt with nano and add following line to end of the file (it disables onboard bluetooth, needs to be disabled for razberry to work):Code: Select all
sudo rpi-update
dtoverlay=pi3-disable-bt
Edit /boot/cmdline.txt and remove this part: 'console=serial0,115200' of the string written in cmdline.txtCode: Select all
sudo nano /boot/config.txt
Disable hciuart :Code: Select all
sudo nano /boot/cmdline.txt
Finally :Code: Select all
sudo systemctl disable hciuart
Reboot again :Code: Select all
sudo stty -F /dev/ttyAMA0 9600
After rebooted, install Domoticz :Code: Select all
sudo reboot
Software part doneCode: Select all
sudo curl -L install.domoticz.com | sudo bash
![]()
Now, log in to Domoticz, go to setup --> hardware, select OpenZwave USB from dropdown menu, there should be only /dev/ttyAMA0 to select for
it. Name it as you wish, check that it is enabled and press ADD. After a while, its SETUP button should turn to blue.
When its turning to blue, it means its working as it should. When it stays red, its not working. Vesternets guide yout mentioned, is good guide for showing how you add nodes(devices).
-T
PS, i did take image of my sd-card with windows at this point. Just in case if it comes corrupted or i broke it beyond repare in other ways![]()
Users browsing this forum: No registered users and 1 guest