andrei-tatar / nora-service

NORA backend service
https://node-red-google-home.herokuapp.com
34 stars 30 forks source link

Added Fan Device Support #34

Open CapnScabby opened 4 years ago

CapnScabby commented 4 years ago

As Per issue 7: https://github.com/andrei-tatar/node-red-contrib-nora/issues/7

We are adding fan support.

This adds support for fans with 4 speed modes, and percentage based fan speeds.

It does not support fans that are reversible.

It includes a node js test service that can be used to verify that fans are working.

I created a full test environment and verified that all google fan control commands were working as intended.

Depends on: https://github.com/andrei-tatar/nora-common/pull/2

feededandrea commented 3 years ago

Hi, I have a question, how do you add the fan accessory to Nora? Thanks in advance

CapnScabby commented 3 years ago

https://github.com/andrei-tatar/nora-common

I have this PR here

CapnScabby commented 3 years ago

You have to have both, and then you can add the fan devices. But there isn't a any changes to the node red UI to allow fans to be created there.