banny310 / hoymiles-dtu

Get solar data using direct communication with Hoymiles DTU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hoymiles solar data provider

Build project

mvn clean compile assembly:single

Compile *.proto

./protoc --java_out=./src/main/java ./src/main/resources/proto/*.proto

Enable experimental on docker-machine

  1. Login into docker machine

docker-machine ssh

  1. Believe it or not, enabling the experimental features on the daemon side of things is actually quite simple. In order to do this, log into your server and issue the command:

sudo nano /etc/docker/daemon.json

This is a new file, so you won’t find anything contained within. Paste the following contents into this file:

{
"experimental": true
}
  1. Restart docker-machine

docker-machine restart

  1. Register qemu

docker run --rm --privileged multiarch/qemu-user-static:6.1.0-8 --reset -p yes

  1. Test

docker run -t --rm --platform linux/arm/v7 alpine:latest uname -a

About

Get solar data using direct communication with Hoymiles DTU


Languages

Language:Java 92.8%Language:Shell 5.0%Language:JavaScript 1.0%Language:Dockerfile 0.9%Language:Twig 0.3%