Skip to content

Commit

Permalink
Merge pull request #920 from Fingerling42/master
Browse files Browse the repository at this point in the history
Added Ubuntu version + swapped buttons for new users
  • Loading branch information
nakata5321 authored Jan 14, 2025
2 parents 04b77fa + 78183a1 commit 55e2ed0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions src/docs/install-smart-home.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Smart Home Installation
contributors: [nakata5321, PaTara43]
tools:
- Ubuntu Server 24.04.1 LTS (64-bit)
https://releases.ubuntu.com/noble/
- Home-assistant-web3-build 0.0.5
https://github.com/airalab/home-assistant-web3-build
- Home Assistant 2024.11.3
Expand All @@ -20,7 +22,7 @@ tools:

## Demo

Here is an example of a complete Smart Home and Robonomics integration installation. Keep in mind that the time required may vary depending on the Internet connection.
Here is an example of a complete Smart Home and Robonomics integration installation. Keep in mind that the time required may vary depending on the Internet connection.

{% roboWikiVideo {videos:[{src: 'QmULXX4rjkuHuCF42c3V37MxEk6HpnFpJF4bZSQPR2c3Xo', type: 'mp4'}], attrs:['loop', 'controls', 'autoplay']} %}{% endroboWikiVideo %}

Expand All @@ -42,14 +44,18 @@ If you haven't already incorporated Home Assistant into your smart home setup, i
<a href="https://www.zigbee2mqtt.io/supported-devices/" target="_blank"> <b> Zigbee smart devices(Optionally) </b> </a> {% endroboWikiGrid %}
{% roboWikiGrid %} {% roboWikiPicture {src:"docs/home-assistant/need_7.png", alt:"need"} %}{% endroboWikiPicture %}
<a href="https://www.zigbee2mqtt.io/information/supported_adapters.html" target="_blank"> <b> Zigbee adapter(Optionally) </b> </a> {% endroboWikiGrid %}

{% endroboWikiGridWrapper %}


## Software you need for installation

Your Raspberry Pi must have [Ubuntu Server 24.04.1 LTS (64-bit)](https://releases.ubuntu.com/noble/) or [Ubuntu Server 22.04.5 LTS (64-bit)](https://releases.ubuntu.com/jammy/) installed. The best way to install an image for Raspberry Pi is to use the [Raspberry Pi Imager](https://www.raspberrypi.com/software/) utility.

## 1. Install Pre-requirements


{% roboWikiNote {type: "warning", title: "Important information" }%} All these steps should be done on Raspberry Pi 4 with Ubuntu sytem. {% endroboWikiNote %}
{% roboWikiNote {type: "warning", title: "Important information" }%} All these steps should be done on Raspberry Pi 4 with Ubuntu system. {% endroboWikiNote %}

Robonomics Docker contains:
- Home Assistant
Expand Down Expand Up @@ -149,14 +155,14 @@ You have more that 1 connected devices. Please choose one

## Post-installation

After everything has started, you can use the `update.sh` script to update the version of Docker packages:
After everything has started, you can use the `update.sh` script to update the version of Docker packages:
{% codeHelper {copy: true}%}

```
bash update.sh
```

{% endcodeHelper %}
{% endcodeHelper %}
This script will download new versions, delete old versions of packages, and restart everything automatically, saving all your configurations.

To stop everything, use the `stop.sh` script:
Expand All @@ -169,4 +175,4 @@ bash stop.sh
{% endcodeHelper %}


That's all. Continue to the next article.
That's all. Continue to the next article.
2 changes: 1 addition & 1 deletion src/docs/robonomics-smart-home-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Here are some simple steps to create an affordable smart home using Home Assista
We have prepared detailed guides on setting up a smart home on Robonomics. The steps may vary depending on your specific situation: whether you already have an operational Home Assistant with paired devices, or if you are starting from scratch to establish your smart home.

{% roboWikiGridWrapper {columns: '2', textAlign: center, flexible: true} %}
{% roboWikiGrid %} {% roboWikiButton {label: "For Home Assistant users", link: "/docs/sub-activate/?topic=Upgrade Home Assistant OS", block: true} %}{% endroboWikiButton %} {% endroboWikiGrid %}
{% roboWikiGrid %} {% roboWikiButton {label: "For new users", link: "/docs/install-smart-home", block: true} %}{% endroboWikiButton %} {% endroboWikiGrid %}
{% roboWikiGrid %} {% roboWikiButton {label: "For Home Assistant users", link: "/docs/sub-activate/?topic=Upgrade Home Assistant OS", block: true} %}{% endroboWikiButton %} {% endroboWikiGrid %}
{% endroboWikiGridWrapper %}

0 comments on commit 55e2ed0

Please sign in to comment.