while the standard Zigbee is simply not comprehensive enough for our product scenario
Looking at the range of sensors and actuators supported by zigbee2mqtt, this sounds like BS
I assume they want to constrain their support use cases, and prevent loss of sales if people buy only the valve not the hub. Which is absolutely fair
I have a good feeling for the developers of link-tap. They respond quickly to customer enquiries and seem to be switched on about their user community.
I asked them about availability in the UK and got quick reply and followup when stock levels were replenished. They also confirmed for me the LAN API, but were less committal about a HA component.
This is awesome, got it working in my UI now.
any way to add some more info to this?
things like the battery, current work mode, wireless signal strength, watering history(if possible?!)
I found this very useful. I have it working with two taps. I did make a few tweaks that make it work better for what I wanted, but you got me started in the right direction. Thank you!
Hi Lessmann, any chance you could link the exact components that you used for this very good looking build? I’m in an area with 230v power grid, did you need to do any voltage changes for it to work?
Your original ebay link no longer works, but I found these which have a 220v versions. If I just hook up this to a Sonoff Basic and the tap connectors it should be good to go right? First time with anything like this so would appreciate some laymens terms if possible.
I’m no electrician but the 220v or 240v should work just fine. I think I have a 240v.
The solenoid is one directional so check which way the water flows and make sure the water is flowing when the magnet is “open”. It gets pretty hot after a while if there is no water flowing through it and I did burn one out. Getting the plumbing adaptors down to the tap connection size I needed was the biggest challenge
I’ve just happened to buy this exact junction box and have a very similar solenoid and am struggling to find the right pieces so I can extend out the water connections to the outside of the box. Would you please be able to link me to what you bought to get that perfect length! Thanks again, your build looks spot on and I’m almost there!
Great Work! I’m a bit late to the party but just bought a LinkTap G2 so thought I’d have a go at interfacing with the API’s myself.
I have built upon what you started and use two of the API’s to provide a faster update of the watering status and flow rate as well as provide info on connection status, battery level and device fault alarms.
I’ve added the battery. It’s pretty easy to add the work mode and wireless signal strength. Watering history you would probably have to use the homeassistant recorder for - using the watering status. You could totalise the flow rate too, but the flow is updated at every 30 seconds (best API poll time).
Let me know if you still want the work mode and signal strength and I’ll put up a snippet.
I was just about to start an update of my own config from last year now that some calls have been added to the API. Would you mind posting your configuration?