Feller-AG / wiser-api

MIT License
12 stars 1 forks source link

Looking for HomeKit Green integration #29

Open WebGooner opened 1 week ago

WebGooner commented 1 week ago

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 commented 1 week ago

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 commented 1 week ago

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

mgoeller commented 1 week ago

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 commented 1 week ago

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 https://github.com/Feller-AG/wiser-api/issues/29#issuecomment-2178239591, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP2NQ5IT3GLDLVUZKQOC7VLZIFHQNAVCNFSM6AAAAABJOCMLD6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZYGIZTSNJZGE . You are receiving this because you commented.Message ID: @.***>

TimMayle commented 1 week ago

This will greatly simply integration with automation solutions.

Looking forward to it.

Tim

Le mer. 19 juin 2024, 11:51, mgoeller @.***> a écrit :

Just as a side information: we will soon introduce a Plugin for our Atios KNX Bridge https://atios.ch/en/produkt/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).

— Reply to this email directly, view it on GitHub https://github.com/Feller-AG/wiser-api/issues/29#issuecomment-2178252470, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP2NQ5MKPVQFC2RUM33NUK3ZIFIC5AVCNFSM6AAAAABJOCMLD6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZYGI2TENBXGA . You are receiving this because you commented.Message ID: @.***>

WebGooner commented 1 week ago

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 commented 1 week ago

@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 ?