Code Monkey home page Code Monkey logo

Comments (3)

Paulus88 avatar Paulus88 commented on May 27, 2024 3

ETA is an attribute of the sensor (remain_time).
All additional value can be calculated using the platform "template".
The issue #13 was created to discuss about this and there are already some suggestion.

I'm available to add other attributes or dedicated sensors, but I'd like to see some discussion with the community to identify what is really useful.

Thanks ollo69!
I looked at #13 but found it had no real conclusion before I opened this ticket, but template is perfect, I still have to look at that Jinja code for a more advanced solution but this seems to work fine.

I managed to get something working with:

  - platform: template
    sensors:
      wash_state:
        friendly_name: "Wash State"
        icon_template: mdi:washing_machine
        value_template: >
          {{state_attr('sensor.washer', 'remain_time')}}

It just simply counts down the remaining time which is pritty much all I really needed :)
For the washing machine I can't really think of any other improvements, maybe that you can start a spin cycle like you can do with the ThinQ app.

I will also get Google Assistant soon and start testing it with voice controls :)

from ha-smartthinq-sensors.

Hyrules avatar Hyrules commented on May 27, 2024

If possible indeed it would be interesting to get the ETA of the drying and washing machine. Keep up the good work here your plugins is working really well with my lg dryer and washer. thanks.

from ha-smartthinq-sensors.

ollo69 avatar ollo69 commented on May 27, 2024

ETA is an attribute of the sensor (remain_time).
All additional value can be calculated using the platform "template".
The issue #13 was created to discuss about this and there are already some suggestion.

I'm available to add other attributes or dedicated sensors, but I'd like to see some discussion with the community to identify what is really useful.

from ha-smartthinq-sensors.

Related Issues (20)

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.