Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swoboda1337/ventus-esphome

ESPHome Ventus W132 wind sensor / anemometer component, code taken from random source, code quality is questionable, ported for someone else, haven't cleaned it up, no hardware to test with
https://github.com/swoboda1337/ventus-esphome

Last synced: 10 days ago
JSON representation

ESPHome Ventus W132 wind sensor / anemometer component, code taken from random source, code quality is questionable, ported for someone else, haven't cleaned it up, no hardware to test with

Awesome Lists containing this project

README

        

ESPHome Ventus W132 wind sensor / anemometer component, code taken from random source, code quality is questionable, ported for someone else, haven't cleaned it up, no hardware to test with

external_components:
- source:
type: git
url: https://github.com/swoboda1337/ventus-esphome
ref: main
refresh: 1d

w132:
pin: 13

sensor:
- platform: w132
xwind_direction:
name: "Direction"
xwind_gust:
name: "Gust"
xwind_speed:
name: "Speed"
xwind_temperature:
name: "Temperature"
xwind_humidity:
name: "Humidity"