-
Notifications
You must be signed in to change notification settings - Fork 52
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
Adding Water Valve Accessory #88
base: master
Are you sure you want to change the base?
Conversation
Still haven't done the Wiki... I'll create it and push again |
actually I saw that the Wiki contains the information on the parameters so I'll supply the information here so if you pull the request you can copy this data to the Wiki:
|
Thanks a lot for this. I presume you have this device and have gotten to test your code. I will pull it in shortly. Just to educate me, can you please share the schema and signature of the device? |
sorry for the wait... here is the schema:
There is a way to create a countdown timer within the tuya app which is great for the sprinkler timer in Homekit but I didn't know how to handle with it so I did the timer internally the plugin itself. |
I have two Tuya water valves and want to connect them to home bridge. None of the plugins I’ve found support this type of device. I’m kind of a noob here. How can I add your plugin to homebridge (HOOBS) |
add Oil Diffuser
Hi, Any news about adding support for valve device yet? |
there is in the homebridge-tuya plugin... you can add valve via 'waterValve' type |
There are a lot of plugins with that name. Are you referring to this one? https://plugins.hoobs.org/plugin/@newbishme/homebridge-tuya |
Hi! I can confirm that the homebridge-tuya plugin (the one you link to looks to be the correct one, I found it here: https://github.com/iRayanKhan/homebridge-tuya) works with the "WaterValve" type. I had issues with mine defaulting to turning off after ten minutes but thanks to this thread I was able to disable that part. My relevant homebridge config looks like this: { Now, if I could only find something for my Tuya natural gas sensor... |
No description provided.