You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recordings: The recordings section has been redesigned and now includes another list mode to view the recordings. The filter function has been redesigned.
Camera: Added a new endpoint for direct streaming (/cameras/:name/feed)
Cameras: The cameras section has been redesigned and now includes another list mode to view the cameras.
Notifications: The filter function has been redesigned.
Console: Added a new filter function
System: Improved loading time (npm)
Config:
Top level "debug" in config.json is deprecated now. Replaced with "logLevel". Log Level: Show only defined log level. (Info = Show informative messages during processing. This is in addition to warnings and errors - Debug: Show everything, including debugging information - Warning: Show only warnings and errors - Error: Show only errors)
Added "hksvConfig" to the camera block next to "videoConfig". Here various parameters are defined for the HKSV recording process only, such as a different source, vcodec, acodec, etc.
Added "disable" parameter to the camera block. The parameter disables the camera and removes it from HomeKit.
MQTT: When motion is detected, the messages are now also published via MQTT to the topic configured under Settings > Cameras > Notifications > MQTT Publish Topic