Giter Club home page Giter Club logo

home-assistant-tutorials's People

Contributors

smarthomejunkie avatar xirixiz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

home-assistant-tutorials's Issues

Name 2nd automation in dashboard is incorrect in my opinion.

Hi Ed,
Great job, Really love what you made.

I'm quite new to HASS, so I might be mistaken.
But I think there is a small mistake in the YAML for the dashboard.
The name of the 2nd automation should be:"Sprinkler: Check if Garden Should be Watered"
not "sprinkler_water_the_garden" (that's the script yo created).

All the best.

Afvalwijzer has fault in config file.

Hello,

At first i want to thank you for all the great instruction video's you make, they where really helpfull for me!
Now i want to install this trash collection integration, but when i copied and pasted all the yaml text, i got an error message:

The system cannot restart because the configuration is not valid: Error loading /config/configuration.yaml: while scanning for the next token found character '%' that cannot start any token in "/config/integrations/../entities/templates/afvalwijzer.yaml", line 4, column 6

I don't know what the problem is.

As you see, i use packages, so i made a new yaml file with the template sensor in the templates folder. I added the yaml file with the integration sensor into the integrations folder, i added the customize code in the customize.yaml file and the icons in the www/afvalwijzer folder.

Plastic (PBD, PMD)

Is there any change that the pickup for plastic (PBD) will be added? By "ophaaldagen" i managed to add the icon with the date. But for today and tomorrow it is more difficult then i thought.

Afvalwijzer

Hello,

Since the update 2022.10 i get an error:

The entity defination format under tamplate: differs from the platform configuration format.

I think it's the old format used in the template sensor. But i don't know how to fix it into the new.
Can you please help me out?

Thanks in advance!

Error on script

Hi Sir, I found an error when copying the code in configuration.yaml

error:

bad indentation of a mapping entry at line 34, column 3:
- platform: template
^

example with more than one valve in the irrigation tuttorial

I have used you code for building the irrigation system. In your automation there is only one "switch". Tried adding more switches to that code, having the same

- delay: minutes: | {{ states("input_number.sprinkler_watering_duration") | int }}

part repeated in between the devices to switch. Since they need to start and stop one after an other.
Not working, getting some error complaining about the sequence. So how to fit in additional switches (in my case some magnetic valves).

Simplification

Instead of

| int) / 10) | round(0) * 10 

you can use

| int // 10

Latest HA update breaks sensor

Hi,

I'm using the sprinkler project for weeks now and so far it really works well and I'm loving it! Thank you for your work!

Since the last update of HA to 2022.7.0 the below error appears and the sensor is unavailable though. Any idea why this happens?

Cheers
Marco

Logger: homeassistant.helpers.template
Source: helpers/template.py:1926
First occurred: 7. Juli 2022, 10:03:55 (1367 occurrences)
Last logged: 08:49:20

Template variable error: None has no element 0 when rendering '{%- set totalprecipitation = 0 | float(0) -%} {%- set ns = namespace() -%} {%- set ns.totalprecipitation = 0 -%} {%- for daypart in range(0, 7) -%} {%- set precipitation = state_attr('weather.openweathermap', 'forecast')[daypart].precipitation -%} {%- set precipitation_probability = state_attr('weather.openweathermap', 'forecast')[daypart].precipitation_probability / 100 %} {% if precipitation_probability > 0 -%} {%- set precipitation = precipitation * precipitation_probability -%} {%- endif -%} {%- set ns.totalprecipitation = ns.totalprecipitation + precipitation -%} {%- endfor %} {{ ns.totalprecipitation | float(0) | round(2) }}'

time automation

hi, your chanel is great! thx, can u pls make a video that explains how to make a simple time automation. example: I want lights X to turn on Sunday + monday at 22:00 and turn off 23:00, please...

Question about the "Check if Garden should be Watered" automation logic

Hey there,

I'm currently scratching my head a bit looking at the "Check if Garden should be Watered" automation.

Is my understanding correct, that not watering will be started if the temperature is below 15.1 degrees? Looking at the last part of the automation, the helpers are reset if they haven't been watered between 3 and 4 days and the temperature was not above 15.1 degrees.

Wouldn't it make sense to enhance it and start the watering again after 7 days or so?

I'm using your automations in node red btw, so thanks for posting your configuration. Really provided a good starting point for me.

Template sensor for low battery

Sensor code for low batteries
I don't mind paying for something but the example that you send does not work...

The error I get is:
Missing Property Platform

I'm not a Home Assistant expert so any help would be appreciated...

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.