1.9 KiB
EgwProxy.Shelly Library
Documentazione relativa alla libreria di interfaccia con sistemi Shelly x controllo domotico e del consumo energetico.
Disponibile in forma di pacchetto nuget sul repo aziendale nexus.steamware.net: i pacchetti sono disponibili all'indirizzo
https://nexus.steamware.net/#browse/browse:nuget-hosted
Vedere la sezione Articles per maggiori informazioni sulle definizioni, l'impiego ed esempi.
L'oggetto id base è *EgwProxy.Shelly.Clients. **
Si sono provati apcchetti nuget ma non essendo soddisfacenti si è sviluppato custom da zero (partendod a esempi di chiamate nuget...)
Riferimenti documentazione per Shelly:
- https://shelly-api-docs.shelly.cloud/gen2/#status
- https://shelly-api-docs.shelly.cloud/gen2/Devices/Gen3/Shelly1PMG3/
- https://shelly-api-docs.shelly.cloud/gen2/General/ComponentConcept/
- https://www.codeproject.com/Articles/5373077/Smart-Home-Controlling-Shelly-Devices-Part-1
- https://www.codeproject.com/Articles/5374102/Smart-Home-Controlling-Shelly-Devices-Part-3
- https://www.codeproject.com/Articles/5375803/Smart-Home-Controlling-Shelly-Devices-Part-4-Prope
- https://github.com/nrjohnstone/shelly.net/blob/master/src/Shelly.Net/Clients/ShellyClientBase.cs
Link dispositivi interni
Valutazioni standard x Flur vs RestSharp:
- https://flurl.dev/
- https://jeremylindsayni.wordpress.com/2018/12/27/comparing-restsharp-and-flurl-http-while-consuming-a-web-service-in-net-core/
- https://stackoverflow.com/questions/26996489/when-consuming-restful-apis-when-do-you-recommend-using-restsharp-and-when-http
- https://medium.com/@sudipdevdev/choosing-the-best-api-request-library-for-c-a-comparison-of-refit-flurl-and-restsharp-ff339c407c38
Articles
Per maggiori dettagli, definizioni e demo funzionamento si rimanda alla sezione Articles
Api
Per ogni dettaglio e riferimento alla libreria si rimanda alla sezione Api Documentation