Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add home assistant integration #66

Merged
merged 8 commits into from
Oct 8, 2024
Merged

Add home assistant integration #66

merged 8 commits into from
Oct 8, 2024

Conversation

mwood77
Copy link
Owner

@mwood77 mwood77 commented Oct 7, 2024

Following PR adds the ability to integrate Winderoo into Home Assistant via MQTT.

Screenshot 2024-10-08 at 12 08 40

The following entities are available in Home Assistant

 -  button.winderoo_start
 -  button.winderoo_stop

 -  sensor.winderoo_status            : "Winding | Stopped"
 -  sensor.winderoo_wifi_reception    : "Excellent | Good | Fair | Poor"
 
 -  number.winderoo_rotations_per_day : 100 <-> 960 

 -  select.winderoo_direction         : "CCW | BOTH | CW"
 -  select.winderoo_hour              : 00 <-> 23
 -  select.winderoo_minutes           : 00 <-> 50
 
 -  switch.winderoo_timer_enabled     : "true | false"
 -  switch.winderoo_oled              : "true | false"
 -  switch.winderoo_power             : "true | false"

Todo:

  • Add timer hours
  • Add timer minutes
  • Add power toggle
  • Add current state entity
  • Add WiFi reception entity
  • documentation

@mwood77 mwood77 changed the title add home assistant integration Add home assistant integration Oct 7, 2024
platformio.ini Outdated Show resolved Hide resolved
@mwood77 mwood77 added this to the vNext milestone Oct 7, 2024
@mwood77 mwood77 added the 2.0.0 label Oct 7, 2024
@mwood77 mwood77 linked an issue Oct 7, 2024 that may be closed by this pull request
@mwood77 mwood77 added 3.0.0 and removed 2.0.0 labels Oct 7, 2024
@mwood77 mwood77 merged commit 4422787 into main Oct 8, 2024
4 checks passed
@mwood77 mwood77 deleted the home-assistant-integration branch October 8, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Home Assistant Integration
1 participant