Difference between revisions of "HestiaPi Workshop 1"

From Hackerspace.gr
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
https://i1.wp.com/hestiapi.com/wp-content/uploads/kipseliA2.png
 
https://i1.wp.com/hestiapi.com/wp-content/uploads/kipseliA2.png
  
A few useful commands/file locations:
+
 
 +
Useful information:
 +
 
 +
Default SSH credentials:
 +
 
 +
pi/hestia
 +
 
 
Change WiFi details:
 
Change WiFi details:
 +
 
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
 
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
  
 
Startup script:
 
Startup script:
 +
 
/home/pi/scripts/openhabloader.sh
 
/home/pi/scripts/openhabloader.sh
 +
 
Startup HTML template:
 
Startup HTML template:
 +
 
/home/pi/scripts/openhabloader.blank.html
 
/home/pi/scripts/openhabloader.blank.html
 +
 
Items file:
 
Items file:
 +
 
/etc/openhab2/items/default.items
 
/etc/openhab2/items/default.items
 +
 
Sitemap file:
 
Sitemap file:
 +
 
/etc/openhab2/sitemaps/default.sitemap
 
/etc/openhab2/sitemaps/default.sitemap
  
 
URL to visit HestiaPi from your laptop:
 
URL to visit HestiaPi from your laptop:
http://[YOUR_HESTIAPI_IP]:8080
+
 
 +
http://YOUR_HESTIAPI_IP:8080
 +
 
 
Choose Basic UI
 
Choose Basic UI
 +
 +
Αν αλλάξετε κάτι που ζητάει restart το OpenHAB2
 +
 +
sudo service openhab2 restart
 +
 +
Reboot ολόκληρο το HestiaPi
 +
 +
sudo reboot
 +
 +
Shutdown το HestiaPi
 +
 +
sudo shutdown -h now
 
|eventowner=User:Ppapadeas
 
|eventowner=User:Ppapadeas
 
|url=https://hestiapi.com
 
|url=https://hestiapi.com

Latest revision as of 04:05, 2 October 2017

Hestiapi-logo.png

external link
Starts Organizer
Sat 30 Sep 2017 18:00
Ends Event Owner
Sat 30 Sep 2017 22:00 User:Ppapadeas

HestiaPi Touch is an Open Smart Thermostat with Touch Screen running OpenHAB2 on RaspberryPi Zero.

Pad https://pad.hackerspace.gr/p/hestiapi

A workshop where everybody will make their own HestiaPi Touch to take home.

kipseliA2.png


Useful information:

Default SSH credentials:

pi/hestia

Change WiFi details:

sudo nano /etc/wpa_supplicant/wpa_supplicant.conf

Startup script:

/home/pi/scripts/openhabloader.sh

Startup HTML template:

/home/pi/scripts/openhabloader.blank.html

Items file:

/etc/openhab2/items/default.items

Sitemap file:

/etc/openhab2/sitemaps/default.sitemap

URL to visit HestiaPi from your laptop:

http://YOUR_HESTIAPI_IP:8080

Choose Basic UI

Αν αλλάξετε κάτι που ζητάει restart το OpenHAB2

sudo service openhab2 restart

Reboot ολόκληρο το HestiaPi

sudo reboot

Shutdown το HestiaPi

sudo shutdown -h now