Hi @iguaan
I can confirm that I have Domoticz running in TrueNAS (formerly FreeNAS) 12 jail.
Actually I had it already successfully installed yesterday, however I did not start it correctly.
Like you said it was easy, but I did it in a somewhat different way.
Step 1.
Create the jail in the TrueNAS Gui. I called it Domoticz

- Screenshot_TrueNAS-Domoticz_Setup.png (30.56 KiB) Viewed 1472 times
Step 2.
Go to the Shell. You will be greeted by:
Step 3
In the shell run the following commands.
You will see:
root@domoticz:~ # pkg update
The package management tool is not yet installed on your system.
Do you want to fetch and install it now? [y/N]:
Answer: y
Bootstrapping pkg from pkg+
http://pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly, please wait...
Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
[domoticz] Installing pkg-1.15.10...
[domoticz] Extracting pkg-1.15.10: 100%
Updating FreeBSD repository catalogue...
[domoticz] Fetching meta.conf: 100% 163 B 0.2kB/s 00:01
[domoticz] Fetching packagesite.txz: 100% 6 MiB 6.3MB/s 00:01
Processing entries: 100%
FreeBSD repository update completed. 30622 packages processed.
All repositories are up to date.
This will probably end with "Your packages are up to date".
You will see that several new packages will be installed:
The following 19 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
boost-libs: 1.72.0_2
c-ares: 1.16.1
ca_root_nss: 3.58
curl: 7.72.0
domoticz: 2020.2_1
e2fsprogs-libuuid: 1.45.6
gettext-runtime: 0.21
icu: 67.1,1
indexinfo: 0.3.1
jsoncpp: 1.9.4
libedit: 3.1.20191231,1
libffi: 3.3_1
libnghttp2: 1.41.0
lua53: 5.3.5_3
minizip: 1.2.11
mosquitto: 1.6.7
python37: 3.7.9
readline: 8.0.4
sqlite3: 3.33.0,1
readline: 8.0.4
sqlite3: 3.33.0,1
Number of packages to be installed: 19
Install the packages
Step 4
Go to:
and edit rc.conf
And add the line:
Step 5
Issue the command:
Code: Select all
cd /usr/local/etc/rc.d/domoticz start
(If you issue the command without start, you will get all other options.)
and go to your browser: http://<Your IP address>:8080

- Screenshot_TrueNAS Domoticz.png (29.53 KiB) Viewed 1472 times
The first item, I configured were the "Motherboard Sensors".
Only one is available and that is Memory Usage with a negative value of -1%.
It gives also an error on the https port. But that is not so difficult to solve.

- Screenshot_TrueNAS error.png (75.85 KiB) Viewed 1472 times
Also it does not give you the version number (except 2020.2), but I assume it is the most recent.
See:
https://freebsd.pkgs.org/13/freebsd-arm ... 1.txz.html and
https://www.freshports.org/www/domoticz
Regards