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

Looking for HomeKit Green integration #29

Open
WebGooner opened this issue Jun 17, 2024 · 10 comments
Open

Looking for HomeKit Green integration #29

WebGooner opened this issue Jun 17, 2024 · 10 comments

Comments

@WebGooner
Copy link

Hello has anyone created an integration or HACS for transferring wiser by feller devices into home assistant (I have Green) .. so it can be pushed to HomeKit , so they can be controlled by Siri . I’m focused on light switches for lights and shutters

@TimMayle
Copy link

Hello WG,
I can partially reply to your wish.

I interact with my Feller devices with Home Assistant.
I created REST commands that I call as services.

For instance:

rest_command:
  blind_cmd:
    url: "http://192.168.XX.XX/api/loads/{{ motor }}/target_state"
    method: put
    headers:
      authorization: !secret wieser_api_secret
    content_type: "application/json"
    payload: '{ "level":{{ level }}, "tilt":{{ tilt }} }'

You can then call your service in automation or else providing your specific data:
image

I put all my commands into a file under the packages subdirectory.
I added this line into my configuration:
packages: !include_dir_named packages

If you want to have "sensors" for your devices, you could use Node Red to connect to your main Wiser WLAN device and create sensors reflecting the devices states.
But this is a complete other chapter :)

Tim

@WebGooner
Copy link
Author

WebGooner commented Jun 19, 2024

Hi Tim,
Thanks for the suggestion !

You are indeed correct, sensors are a different/future topic 😀

My focus now is purely on Wiser wall switches ( Dali enabled) for Lights and shutters only.

Just to confirm, once the wiser switches are called via services, can I still push theses devices into HomeKit, to be controlled by Siri ?

Thanks again

@mgoeller
Copy link

Just as a side information: we will soon introduce a Plugin for our Atios KNX Bridge (don't be confused by the name) for compatibility with Feller Wiser networks. As a stand-alone device this will add Apple Home, Google Home, Samsung SmartThings and Amazon Alexa compatibility to your Wiser system via the new Matter standard (certified).

@TimMayle
Copy link

TimMayle commented Jun 19, 2024 via email

@TimMayle
Copy link

TimMayle commented Jun 19, 2024 via email

@WebGooner
Copy link
Author

Yes, of course. All works in parallel. As best as the Wiser device can handle :) Tim. Le mer. 19 juin 2024, 11:46, WebGooner @.> a écrit :

Hi Tim, Thanks for the suggestion ! You are indeed correct, sensors are a different/future topic 😀 My focus now is purely on Wiser wall switches ( Dali enabled) for Lights and shutters only. Just to confirm, once in wiser switches are called via services, can I still push theses devices into HomeKit, to be controlled by Siri ? Thanks again — Reply to this email directly, view it on GitHub <#29 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP2NQ5IT3GLDLVUZKQOC7VLZIFHQNAVCNFSM6AAAAABJOCMLD6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZYGIZTSNJZGE . You are receiving this because you commented.Message ID: @.
>

That’s great to hear :)
Will test when back !

@WebGooner
Copy link
Author

@mgoeller this will be excellent.
Really looking forward to it .

Appreciate go lives are usually tough, but any chance of an indication of when you will launch this ?

@rolfscherer
Copy link

I wrote a small bridge that supports the matter protocol. https://github.com/rolfscherer/wiser-matter-bridge I use the matter.js implementation, which is written in typescript. #https://github.com/project-chip/matter.js/ The integration in Google Home and the control via Google Nest works without any problems. I installed the bridge on a Raspberry PI. I use PM2 to start the script. It's certainly not a professional solution, nor is it a certified one. But for my own use, it works reliably.

@thomail
Copy link

thomail commented Feb 23, 2025

@woodworm
Copy link
Member

It's amazing how you all make your projects happen! 🎉🔥🚀💥 A true pleasure! 🎊🎆🥳🎇🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants