manio / skymax-demo

https://skyboo.net/2017/03/monitoring-voltronic-power-axpert-mex-inverter-under-linux/
GNU General Public License v2.0
52 stars 29 forks source link

cant startup? #5

Closed kxn25 closed 5 years ago

kxn25 commented 5 years ago

Hello, iam trying to connect my inverter to my Pi 3 b+. so far i hava followed your instructions... iam stuck at running cmake . && make Command not found! And how do i call ./ inverter_poller -h

Iam looking for a way to get the inverter data into my iobroker. There are somany programms and threads but i cant get i working :-(

manio commented 5 years ago

First you need some basic knowledge about compiling under linux. Start with 'apt install build-essential cmake'

kxn25 commented 5 years ago

Sorry for that did not know about cmake. But thank you for your answer.