Skip to content

banny310/hoymiles-dtu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages