:hushed: Thanks Brian!!

It was the Java! I followed openhab install instructions and I readed that Java was included with raspbian, but perhaps it’s not included with raspbian lite of the emonsd.

I got it running, thanks!

This is the code for install it:
sudo apt-get install oracle-java8-jdk

Edited:
To get Openhab2 running at startup, I used this code:

sudo systemctl start openhab2.service
sudo systemctl status openhab2.service
sudo systemctl daemon-reload
sudo systemctl enable openhab2.service