Raspberry - Jessie image
Posted: Fri Mar 17, 2023 9:45 am
Nu är det en ny NexaHome image på gång, till en början enbart engelsk men det är ju bara att ändra till svenska för den som har bråttom och inte vill vänta på att jag lägger upp en sådan
http://nexahome.se/rpi/2016-03-18-jessi ... -eng-v1.7z (engelsk)
Jag ser att det finns ett menyalternativ för 'Activate Telldus Live' i TelldusCenter, någon kanske kan testa
Se även "Tips: NexaHome - Raspbian wheezy - TellStick - RaZberry"
http://www.telldus.com/forum/viewtopic.php?f=23&t=3157
readme.txt
Edit: 2016-04-03, ny image upplagd

http://nexahome.se/rpi/2016-03-18-jessi ... -eng-v1.7z (engelsk)
Jag ser att det finns ett menyalternativ för 'Activate Telldus Live' i TelldusCenter, någon kanske kan testa

Se även "Tips: NexaHome - Raspbian wheezy - TellStick - RaZberry"
http://www.telldus.com/forum/viewtopic.php?f=23&t=3157
readme.txt
Code: Select all
******************************************************************************************************
NexaHome, TellStick/RaZberry and x11vnc starts automatically.
******************************************************************************************************
To change the current x11vnc password (raspberry), type the following line in a terminal window.
x11vnc -storepasswd
The VNC Viewer can be found at www.realvnc.com
******************************************************************************************************
SSH is enabled, user "pi" and password "raspberry".
******************************************************************************************************
How do I upgrade NexaHome?
Type the following lines in a terminal window (replace NexaHome_4.0.9.jar with the latest version).
cd /home/pi/nexahome
wget http://nexahome.se/NexaHome_4.0.9.jar
Also update the version information in the following file, run_nexahome.sh
******************************************************************************************************
How do I add/configure new devices?
This is done in TelldusCenter, restart NexaHome to get the new devices imported.
Sensors and groups are added by clicking on the 'Devices/Groups/Sensors: Add' button in NexaHome.
******************************************************************************************************
Can I operate Z-Wave power plugs using the NexaHome software?
Yes, if you connect a RaZberry to your RPi.
What is RaZberry?
RaZberry turns your Raspberry Pi platform into fully featured Z-Wave Home Controller. A little
daughter board module is just plugged on the GPIO of the Raspberry PI board (not blocking a
USB port).
Please find more information at http://razberry.z-wave.me/
******************************************************************************************************
How do I install/update the RaZberry software?
Type the following line in a terminal window.
wget -q -O - http://razberry.z-wave.me/install | sudo bash
Open NexaHome 'Config' tab, enter the RPi IP address and portnumber 8083 at the 'Z-Wave.Me' section.
Close NexaHome (File -> Exit).
Restart your RPi.
Configure the RaZberry by entering the following url in the RPi web browser (without any spaces).
http://localhost: 8083
Set a new password, give the username 'admin' and type your new password the next time you access
the url.
******************************************************************************************************
How do I clone/make a backup of the SD-card to a new with the same size, smaller or bigger?
Connect a SD-card adapter with a new memory card to one of the USB ports.
Start the backup by typing the following lines in a terminal window.
cd /home/pi/rpi-clone
./clone-to-usb-sd-card.sh
******************************************************************************************************