Coder Social home page Coder Social logo

jochamsa / node-red-contrib-husqvarna-automower-connect Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 72 KB

Node to control and monitor Husqvarna Mower with the Automower Connect API.

License: MIT License

HTML 41.67% JavaScript 58.33%
husqvarna lawn mower red-node autmower-connect automower-connect-api

node-red-contrib-husqvarna-automower-connect's Introduction

node-red-contrib-husqvarna-automower-connect

Node to control and monitor Husqvarna Mower with the Automower Connect API. Tested on a Husqvarna Automower® 315X.

Getting started

1. Get developer access

  1. Create an account on the Husqvarna developer website
  2. Create a new application
    • Application name: Your choice
    • Description: Can be left empty
    • Redirect URLs: http://localhost (Doesn't matter because we won't use it)
  3. Connect correct API's to your newly created application (Big orange button: 'Connect new API')
    • Authentication API
    • Automower Connect API
  4. Use Application key and secret in the configuration of this node as API Key and Client Secret

2. Install the nodes in your palette

  1. Go to 'Manage palette' in the menu of node-red
  2. Go to the 'Install' tab
  3. Search for node-red-contrib-husqvarna-automower-connect
  4. Install the node

3. Configure the mower & config node

  1. Drag a 'Husqvarna Mower' node on your flow
  2. Enter the previously acquired Application Key & Application Secret
  3. Click the search button to scan for 'mowers'
  4. Select the appropriate mower
  5. Save your node
  6. Go!

Using the mower node

Receiving updates from the mower

When a status update is available for the Husqvarna mower, a new message is sent:

  • msg.mower: id & name of the mower
  • msg.payload: latest values of all attrbutes
    • connected
    • batteryPercent
    • state
    • stateTs
    • nextStartTs
    • mode
    • activity
    • errorCode
    • errorCodeTs
    • overrideAction,
    • restrictedReason
  • msg.updatesList: list of attributes which have been updated

Commanding your mower

You can command the mower by sending a message with:

  • msg.action:
    • pauseMower
    • parkUntilNextSchedule
    • parkForDurationOfTime
    • resumeSchedule
    • startMowing
  • msg.duration: Duration in minutes (only required for 'startMowing' and 'parkForDurationOfTime' actions)

Example flow

AutomowerDemoFlow

https://github.com/jochamsa/node-red-contrib-husqvarna-automower-connect/blob/main/examples/AutomowerDemoFlow.json

node-red-contrib-husqvarna-automower-connect's People

Contributors

jochamsa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.