Homey Self-Hosted Server on UGREEN NASync | Megathread

In this thread we can discuss running Homey Self-Hosted Server on UGREEN NASync.

Installation

Learn how to Install Homey Self-Hosted Server on UGREEN NASync.

Known Limitations

None at this moment.

What antennas do i need to have Zigbee Zwave Matter Thread networks??

You need the Homey Bridge, according to the website

Not very usefull then. No Matter No Thread, Only Zwave and Zigbee and Wifi….

Matter over Wifi works out of the box with Homey Self-Hosted Server, Matter over Thread does also work if you have a Thread Border Router on your network

Why is there no energy visible, I don’t mean the section in the app but for flows.
I was importing/exporting flows and then I got stuck because the energy is not there in SHS.
Why is there no energy in SHS? Please say that this will come soon!

Confirmed (linux/Docker & H.A. add-on)

It should be there, did you set-up the tariffs within Homey Energy? Otherwise the section won’t be there.

that was the solution !
I totally forgot about that! After filling in the costs and selecting 15M interval, the section appeared again in the flows.

Man, you may call me stupid :face_with_peeking_eye::joy:

Hi, I am following the guide to install this on my UGREEN Nas but I keep getting the following message:

Volumes parameter configuration error: NAS path not found (Line 9)

The script is this:

services:

homey-shs:

image: Package homey-shs · GitHub

container_name: homey-shs

restart: unless-stopped

network_mode: host

privileged: true

volumes:

  - /volume1/docker/homey-shs/:/homey/user

What am I doing wrong? Can anyone please help as I am a little lost.

EDIT:

Ah worked it out, I am installing it onto volume 3 not 1, changed the value to 3 and it is working fine now.