All Projects → Limych → ha-car_wash

Limych / ha-car_wash

Licence: other
Car Wash Binary Sensor for Home Assistant

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ha-car wash

bom-weather-card
Custom Animated Weather Card for any weather provider
Stars: ✭ 111 (+65.67%)
Mutual labels:  home-assistant, weather-forecast
node-homeassistant
Node.js wrapper for the home-assistant websocket api
Stars: ✭ 27 (-59.7%)
Mutual labels:  home-assistant
car-logos-dataset
Collection of 374 car logos images with few variations of sizes and JSON file for better usability.
Stars: ✭ 47 (-29.85%)
Mutual labels:  car
addon-tailscale
Tailscale - Home Assistant Community Add-ons
Stars: ✭ 47 (-29.85%)
Mutual labels:  home-assistant
yahoo-weather-java-api
A Java API for the yahoo weather service
Stars: ✭ 26 (-61.19%)
Mutual labels:  weather-forecast
home assistant tractive
Custom component for Tractive
Stars: ✭ 34 (-49.25%)
Mutual labels:  home-assistant
CarLens-iOS
CarLens - Recognize and Collect Cars
Stars: ✭ 124 (+85.07%)
Mutual labels:  car
ocpp
Home Assistant integration for electric vehicle chargers that support the Open Charge Point Protocol (OCPP).
Stars: ✭ 82 (+22.39%)
Mutual labels:  home-assistant
home-assistant-config
🏠 Home Assistant Configuration & Documentation for my smart home using Node-RED for automations. Press ⭐ for notification of updates.
Stars: ✭ 34 (-49.25%)
Mutual labels:  home-assistant
carmechanic
Car Mechanic Simulator mechanics in Unity
Stars: ✭ 39 (-41.79%)
Mutual labels:  car
autodo
A flexible, intuitive ToDo list app for keeping track of your cars' maintenance needs.
Stars: ✭ 47 (-29.85%)
Mutual labels:  car
NodeMCU-BlackBox
ESP8266 based CAN-Bus Diagnostic Tool
Stars: ✭ 28 (-58.21%)
Mutual labels:  car
homeassistant-plant
Alternative Plant component of home assistant
Stars: ✭ 62 (-7.46%)
Mutual labels:  home-assistant
DonkeyDrift
Open-source self-driving car based on DonkeyCar and programmable chassis
Stars: ✭ 15 (-77.61%)
Mutual labels:  car
ha-iaquk
Indoor Air Quality Sensor Component for Home Assistant
Stars: ✭ 57 (-14.93%)
Mutual labels:  home-assistant
AZ-Touch-Pi0-Weather
AZ-Touch PiZero Weatherstation
Stars: ✭ 31 (-53.73%)
Mutual labels:  weather-forecast
MacchinaM2-J2534-Rust
Cross platform J2534 API for Macchinas M2 UTD module
Stars: ✭ 17 (-74.63%)
Mutual labels:  car
EvilSploit
EVILSPLOIT – A UNIVERSAL HARDWARE HACKING TOOLKIT
Stars: ✭ 63 (-5.97%)
Mutual labels:  car
tehybug
Low Power WIFI environmental data trackers based on ESP8266 Module
Stars: ✭ 15 (-77.61%)
Mutual labels:  home-assistant
ha-illuminance
Home Assistant Illuminance Sensor
Stars: ✭ 53 (-20.9%)
Mutual labels:  home-assistant

Please this repo if you find it useful

Car Wash Binary Sensor for Home Assistant

GitHub Release GitHub Activity License

hacs Project Maintenance Support me on Patreon

Community Forum

This component checks the weather forecast for several days in advance and concludes whether it is worth washing the car now.

example

I also suggest you visit the support topic on the community forum.

Installation

Install from HACS (recommended)

  1. Have HACS installed, this will allow you to easily manage and track updates.
  2. Search for "Car Wash".
  3. Click Install below the found integration.

... then if you want to use configuration.yaml to configure sensor...

  1. Add car_wash sensor to your configuration.yaml file. See configuration examples below.
  2. Restart Home Assistant

Manual installation

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called car_wash.
  4. Download file car_wash.zip from the latest release section in this repository.
  5. Extract all files from this archive you downloaded in the directory (folder) you created.

... then if you want to use configuration.yaml to configure sensor...

  1. Add car_wash sensor to your configuration.yaml file. See configuration examples below.
  2. Restart Home Assistant

Configuration Examples

# Example configuration.yaml entry
binary_sensor:
  - platform: car_wash
    weather: weather.gismeteo_daily

* * *

I put a lot of work into making this repo and component available and updated to inspire and help others! I will be glad to receive thanks from you — it will give me new strength and add enthusiasm:


Patreon
or support via Bitcoin or Etherium:
Bitcoin
16yfCfz9dZ8y8yuSwBFVfiAa3CNYdMh7Ts

Configuration Variables

Note:
This sensor should work with any weather provider in any of it settings. But please note that the sensor cannot see further than the weather provider shows. Therefore, it is recommended to set the daily mode in the weather provider settings. If necessary, you can configure a separate weather provider instance especially for this sensor.

weather:
(string) (Required)
Weather provider entity ID.

unique_id
(string) (Optional)
An ID that uniquely identifies this sensor. Set this to a unique value to allow customization through the UI.

Note:
If you used the component version 1.4.0 or earlier, you can specify the special value __legacy__, so that no duplicates of already existing sensors are created.
The use of this special value in newly created sensors is not recommended.

Another way is to manually delete all old sensors via Configuration > Entities. Then restart HA and all the _2’s were was the original sensors again complete with their history.
My Entities

name:
(string) (Optional) (Default value: 'Car Wash')
Name to use in the frontend.

days:
(positive integer) (Optional) (Default value: 2)
The number of days how far forward the sensor looks for the weather forecast.

Usage examples

Follow the link to see example how you can use this sensor in automations.

Note:
You can find a real example of using this component in my Home Assistant configuration.

Track updates

You can automatically track new versions of this component and update it by HACS.

Troubleshooting

To enable debug logs use this configuration:

# Example configuration.yaml entry
logger:
  default: info
  logs:
    custom_components.car_wash: debug

... then restart HA.

Contributions are welcome!

This is an active open-source project. We are always open to people who want to use the code or contribute to it.

We have set up a separate document containing our contribution guidelines.

Thank you for being involved! 😍

Authors & contributors

The original setup of this component is by Andrey "Limych" Khrolenok.

For a full list of all authors and contributors, check the contributor's page.

This Home Assistant custom component was created and is updated using the HA-Blueprint template. You can use this template to maintain your own Home Assistant custom components.

License

creative commons Attribution-NonCommercial-ShareAlike 4.0 International License

See separate license file for full text.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].