The Ring Node Server retrieves your Ring devices and allows you to get motion and ring events, and also control floodlights.
The settings for this node are:
- The interval used to poll the battery level
- The interval used to resubscribe to Ring events
- shared
- Set to "true" to include shared devices
- You will need to re-run device discovery after
- PG3x (eisy, or Polisy updated with PG3x)
- ISY firmware 5.6.0 or later
- PG3 Remote connection must be enabled and active
- Settings are in Portal under Select Tools | Maintenance | PG3 Remote connection
- 1.2.1 11/05/2024
- Removed test code which use to set the short poll to 13
- 1.2.0 08/13/2024
- Switched to Python interface OAuth class
- 1.1.7 12/15/2023
- Fix doorbell battery level
- 1.1.6 08/08/2023
- Updated logging.
- 1.1.5 07/23/2023
- Enhanced error handling in case of exceptions.
- 1.1.4 07/20/2023
- Added driver names which can be seen in PG3, when looking at the node details.
- 1.1.3 07/17/2023
- When updating properties, always send them to IoX. This is to prevent blank properties.
- 1.1.2 07/05/2023
- Enhanced error handling when nodeserver is not yet linked to a Ring account
- 1.1.1 05/23/2023
- Fixed logging
- 1.1.0 05/16/2023
- Added support for shared devices
- 1.0.5 05/15/2023
- Fixed bug with ownership verification when using shared devices
- 1.0.4 04/18/2023
- Initial working beta version published to github