Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 760 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 760 Bytes

go-smafs

Go Package

A FUSE filesystem implementation for the integrated logger of SMA solar inverters.

Getting Started

To run the go-smafs daemon, you need to provide the URL of your SMA inverter and a mountpoint for the FUSE filesystem. Optionally, you can set the following environment variables:

  • SMAFS_USER: The username for the SMA inverter (also called "Profile")
  • SMAFS_PASS: The password for the SMA inverter
go run main.go [-debug] [-insecure ]<url> <mountpoint>
# example:
go run main.go -debug https://sma733147246.lan/ /mnt/smafs

License

This project is licensed under the GPLv3 license - see the LICENSE.md file for details