Fixed IP address

  1. Format a USB stick with FAT32/EXT4/NTFS and name it CONFIG.
  2. Create directory within the USB drive: network
  3. Create file resin-sample in network folder.

resin-sample file:

[connection]
id=hassos-network
type=ethernet
uuid=d55162b4-6152-4310-9312-8f4c54d86afa
interface-name=eth0
permissions=
secondaries=

[ipv4]
address1=xxx.xxx.x.xxx/24,192.168.1.1
dns=8.8.8.8;8.8.4.4;
dns-search=
method=manual

  1. Change xxx.xxx.x.xxx to IP you like to use.
  2. Connect USB drive to Rasbery PI 3.
  3. Login to local http://ip-address:8123
  4. Go to Hass.io ==> System, Click IMPORT FROM USB. Wait, after finish reboot host.

Working step by step configuration.
Tested on Hassio 0.78.0.

2 Likes