Lakritzator / harmony

C# library for connecting to and controlling the Logitech Harmony Hub.
MIT License
5 stars 0 forks source link

Logitech closed API #20

Open damonbrodie opened 5 years ago

damonbrodie commented 5 years ago

This week Logitech closed the API that this code depended on:

Logitech Support

It seems there is still a webhook API that is still available. The HASS folks are updating pyharmony to use this API:

pyharmony

The above link is where active development is going on, it might get merged by the time this is read.

I'll start looking into porting this code into this .net Harmony code, but it will take me a long time to do it myself.

damonbrodie commented 5 years ago

Also found this project that uses webhooks as well, and it is .net: Harmony.NET