Skip to content

Access the Husqvarna automower api to control your mowers

License

Notifications You must be signed in to change notification settings

philhug/go-automower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Control your Husqvarna AutoMower

This project is not affiliated with Husqvarna and their APIs could change at any time and break this implementation. Use at your own risk.

Quick start

c, err := client.NewClientWithUserAndPassword(MOWER_USER, MOWER_PW)
if err != nil {
        log.Println(err)
}
mowers, err := c.Mowers()
if err != nil {
        log.Println(err)
}
fmt.Println(mowers)

Documentation

https://pkg.go.dev/github.com/philhug/go-automower/pkg/automower?tab=doc

TODO

Switch to official API

About

Access the Husqvarna automower api to control your mowers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages