RingApi icon indicating copy to clipboard operation
RingApi copied to clipboard

Api in .NET 6 to communicate with the Ring Doorbell services

Results 6 RingApi issues
Sort by recently updated
recently updated
newest added

Getting the following exception during authentication: .\RingRecordingDownload.exe -username XXXXX -password XXXXX -deviceid 44233031 -startdate "03-07-2024" -ignorecachedtoken Ring Recordings Download Tool v2.1.0.1 by Koen Zomers Connecting to Ring services Authenticating using...

investigating

Updating .NET to version 8, the latest-long term support version Main project file changes: * `Api/Api.csproj`: Updated the target framework version from `net6.0` to `net8.0`, changing the project to use...

Happy to find this library, and I coded up a simple program to run on my raspberry pi to ring a doorbell by polling history events. it works. wondering if...

**Describe the bug** var devices = await session.GetRingDevices(); throws an exception. AggregateException: One or more errors occurred. (The JSON value could not be converted to KoenZomers.Ring.Api.Entities.MotionZone. Path: $.stickup_cams[0].settings.motion_zones | LineNumber:...

investigating

**Describe the bug** Once I have an authenticated Session (`KoenZomers.Ring.Api.Session`), I attempt to call GetDoorbotsHistory like this: `var doorbotHistoryItems = session.GetDoorbotsHistory(DateTime.MinValue, DateTime.MaxValue).Result;` This call hangs for a very, very long...

investigating

**Describe the bug** Throws exception when requesting devices. Exception caught: System.Text.Json.JsonException: 'The JSON value could not be converted to System.Nullable`1[System.Int32]. Path: $.doorbots[0].battery_life | LineNumber: 0 | BytePositionInLine: 173.' Inner exception:...

investigating