Giter VIP home page Giter VIP logo

maytag_dryer_homeassistant's Introduction

maytag_dryer_homeassistant

Washer is untested

Core-2021.12.1 or later required

Installation

HACS (prefered)

  1. Add this repository to HACS as an integration: https://github.com/jdeath/maytag_dryer_homeassistant
  2. Install the integration
  3. Add an entry under sensors in in configuration.yaml:
- platform: maytag_dryer
    user: "[email protected]"
    password: "your password"
    dryersaids:
       - "your dryer SAID" # done to allow multiple devices on your account. Use uppercase letters, use the "SAID" shown in the maytag app
    washersaids:
       - "your washer SAID" # done to allow multiple devices on your account. Use uppercase letters, use the "SAID" shown in the maytag app

Note: If you do not have a washer or a dryer, you need to have the washersaids and dryersaids keys in your configuration, just do not put a - "your said" in it. eg:

- platform: maytag_dryer
    user: "[email protected]"
    password: "your password"
    dryersaids:
       - "your dryer SAID" # done to allow multiple devices on your account. Use uppercase letters, use the "SAID" shown in the maytag app
    washersaids:

Manual

  1. Copy the content of custom_components/maytag_dryer_homeassistant into your custom_components/maytag_dryer_homeassistant.
  2. Restart your instance
  3. Add an entry under sensors in configuration.yaml:
- platform: maytag_dryer
    user: "[email protected]"
    password: "your password"
    dryersaids:
       - "your dryer SAID" # done to allow multiple devices on your account. Use uppercase letters, use the "SAID" shown in the maytag app
    washersaids:
       - "your washer SAID" # done to allow multiple devices on your account. Use uppercase letters, use the "SAID" shown in the maytag app

Note: If you do not have a washer or a dryer, you need to have the washersaids and dryersaids keys in your configuration, just do not put a - "your said" in it. eg:

- platform: maytag_dryer
    user: "[email protected]"
    password: "your password"
    dryersaids:
       - "your dryer SAID" # done to allow multiple devices on your account. Use uppercase letters, use the "SAID" shown in the maytag app
    washersaids:

Usage

You should have a sensor called sensor.maytag_dryer_"said" and/or sensor.maytag_washer_"said"(the said will be lowercase)

It is compatable with https://github.com/rianadon/timer-bar-card

type: custom:timer-bar-card
entity: sensor.maytag_dryer_xxxxxxx
bar_width: 35%
active_state:
  - Running

You can make an automation to tell you the dryer is done

alias: Dryer Done
description: Dryer is Done
trigger:
  - platform: state
    entity_id: sensor.maytag_dryer_xxxxx
    to:
      - Cycle Complete
      - Wrinkle Prevent
condition: []
action:
  - service: notify.mobile_app_xxxxx
    data:
      message: Dryer Done
mode: single

If you want to show other attributes, you can use the entities card

type: entities
entities:
  - type: attribute
    entity: sensor.maytag_dryer_xxx
    attribute: applianceid

You can also make template sensors in your configuration.yaml

sensor:
  - platform: template
    sensors:
      washer_temp_setting:
        friendly_name: "Dryer Temperature"
        value_template: "{{ state_attr('sensor.maytag_dryer_xxxx', 'temperature') }}"

maytag_dryer_homeassistant's People

Contributors

chayden avatar jdeath avatar mkmer 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.