System Manager
Query system information — version, time, configuration, and database state.
Access via grocy.system.
info = grocy.system.info()
print(f"Grocy {info.grocy_version}")
time = grocy.system.time()
print(f"Server time: {time.time_utc}")
Class Reference
SystemManager(api_client)
Access Grocy system information and configuration.
Access via grocy.system.
info()
Get Grocy system version and environment info.
time()
Get the server's current time and timezone.
config()
Get the Grocy system configuration.
db_changed_time()
Get the timestamp of the last database change.