myopenHab

I started myopenHab communication with Windows, but after moving to raspberry communication stops working, do you have any idea?

When you moved a new uuid and secret file were created. Did you update your myopenhab account with these new values?

Are you running Oracle Java 1.8.0_101 or newer?

uuid and secret not chended, Do I have to generate new files?

Java 1.8.0

1.8.0 doesn’t tell if you have 1.8.0**_100** or newer!
This one isn’t installed via apt-get ( only if you installed openHabian)

Try stopping OH. Remove those files and then restart. The binding should regenerate them.

i can’t update Java:(

This kind of answer doesn’t really make it easy for us to help!

Why can’t you update? What happens? Or better: what does not happen? Error messages? Error logs? Anything?

There are a lot of informations to be found here:

If you have followed the tutorial for a linux installation on a raspberry pi, these commands should update java:

sudo su
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee /etc/apt/sources.list.d/webupd8team-java.list
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
apt-get update
apt-get install oracle-java8-installer
exit

when you try to install I have a message: “Could not find package oracle-java8-installer”

Tell us about your linux installation. Which distribution do you use? Debian based or Ubuntu based? How did you install the OS? Have you followed the official installation instructions from openhab?

I was able to update java, now everything works
Very thanks for your help