Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/swoboda1337/ventus-esphome
- Owner: swoboda1337
- Created: 2024-04-11T17:25:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-19T00:21:38.000Z (9 months ago)
- Last Synced: 2024-04-19T01:29:03.579Z (9 months ago)
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"