Releases: seydx/homebridge-camera-ui
Releases · seydx/homebridge-camera-ui
v5.0.17
Other Changes
- i18n: Thai (th) language added by @tomzt (camera.ui)
- i18n: French (fr) language added by @NebzHB (camera.ui)
- i18n: Spanish (es) language added by @mastefordev (camera.ui)
- Improved videoanalysis (camera.ui)
- Minor UI improvements (camera.ui)
- Bump dependencies
Bugfixes
- Fixed an issue where pinging camera sources with
non-break spaces
failed (camera.ui) - Fixed an issue where Doorbell Topic and Message were not displayed in the interface (camera.ui)
- Fixed an issue where changing
recordOnMovement
in the ui settings was resetted after restart (camera.ui) - Fixed an issue where notifications were saved to the database even if the notifications were disabled in the settings (camera.ui)
- Fixed an issue where Telegram sometimes could not send videos (camera.ui)
- Fixed an issue where the privacy image was still displayed even when privacy mode was disabled
- Minor bugfixes
v5.0.16
v5.0.15
Other Changes
- Improved debug/error logging for recording (camera.ui)
- Minor ui improvements (camera.ui)
Bugfixes
- Fixed an issue where "motion timeout" was not reset when recording was cancelled by HSV
- Fixed an issue where the custom interface (homebridge-config-ui-x) could not be opened.
- Minor bugfixes
v5.0.14
Other Changes
- Improved adding of cameras within the interface (camera.ui)
- Added a new "Reports" page (atm its only placeholder) (camera.ui)
- Redesigned the "save" button in camera settings page (camera.ui)
- Reduced system payload (camera.ui)
- Added more translations (camera.ui)
Bugfixes
- Fixed an issue where filtering of recordings and/or notifications did not work if end date was before start date (camera.ui)
- Fixed an issue where it was possible to add multiple cameras with the same name through the interface (camera.ui)
- Fixed an issue where a maximum of only 6 cameras could be displayed on Dashboard and Camview (camera.ui)
- Fixed an issue where the config generator failed (camera.ui)
- Minor bugfixes
v5.0.13
Other Changes
- Refactored recordings/notifications filter (camera.ui)
- Refactored config generator (camera.ui)
Bugfixes
- Fixed an issue where camera names were displayed incorrectly in recordings (camera.ui)
- Fixed an issue where the recordings/notifications could not be filtered properly (camera.ui)
- Fixed an issue where config.json was not created in standalone mode (camera.ui)
- Fixed an issue where deleting the camera via the interface caused errors (camera.ui)
- Fixed an issue where the
prebufferLength
of the camera in config.json was multiplied by 1000 - Fixed an issue where the doorbell/motion switch was exposed to HomeKit even if motion/doorbell was not turned on
- Minor bugfixes
v5.0.12
v5.0.11
Other Changes
- Refactored logging into file (camera.ui)
- Minor improvements
Bugfixes
- Fixed an issue where the reason for stopping the recording process was always
undefined
. - Fixed an issue where the absence of stillImageSource/subSource in config.json could cause the Homebridge to crash
- Fixed an issue where the log entries were not displayed in color (homebridge-config-ui-x)
- Minor bugfixes
v5.0.10
Breaking Changes
- homebridge-camera-ui / camera.ui has been refactored and is now a ESM package.
- ATTENTION: Windows users MUST update Homebridge to the current v1.4.0, otherwise you cannot use homebridge-camera-ui as it is NOT compatible with Homebridge < v1.4.0 (windows)
Notable Changes
- homebridge-config-ui-x (config.schema.json)
"unbridge"
is now set totrue
by default in config.schema.json ! If nofalse
is entered in config for"unbridge"
, then homebridge-config-ui-x will change it totrue
and on the next restart of Homebridge your bridged camera will be passed to Homebridge as unbridged (which is also recommended)!
- The database has been completely updated and will not be read/written again when the data is changed. Instead, any changes are cached and saved when logging out/restarting/closing camera.ui (camera.ui)
Other Changes
- Database: Changed to
@seydx/lowdb
(camera.ui) - Videoanalysis: It is now possible to set the internal "forceClose" timer for video analysis via the interface (camera.ui)
- Videoanalysis: A "reset" button has been added (interface) to reset the values for video analytics to default values (camera.ui)
- SMTP: The SMTP server can now also search the content of an email if no camera could be assigned to the email addresse(s) (camera.ui)
- HSV: The warning that a recording was canceled by HSV now contains a more understandable reason
- More translations (camera.ui)
- Minor UI improvements (camera.ui)
- Bump dependencies
Bugfixes
- Fixed an issue where triggering the doorbell conflicted with the motion sensor when
motionDoorbell
was enabled - Fixed an issue where the "exclude switch" also activated the "privacy switch".
- Fixed an issue where it sometimes happened that the recording process (hsv) was not closed.
- Fixed an issue where camera.ui took the user path instead of the homebridge storage path
- Fixed an issue where some values were set by default for config.json (homebridge-config-ui-x)
- Fixed an issue where recordings displayed an invalid date (camera.ui)
- Fixed an issue where mapping mqtt messages failed (camera.ui)
- Fixed an issue where references were obtained instead of (copied) values when reading from the database (camera.ui)
- Fixed an issue where the "videoanalysis" image was not displayed (camera.ui)
- Fixed a bug where a removed camera widget (when Snapshot was set) tried to refresh the image in the background even though the widget no longer existed. (camera.ui)
- Fixed an issue where notification cleartimer not resetted if notification was removed (camera.ui)
- When writing or reading from the database, unnecessary actions to the database are prevented (Windows:
EMFILE
) (camera.ui) - Pinned
"mqtt"
to v4.2.8 to fixRangeError: Maximum call stack size exceeded
(camera.ui) - Minor bugfixes
v5.0.9
Other Changes
- Videoanalysis: Improved log output (debug level) (camera.ui)
- Videoanalysis: Dwell time is now configurable within interface (minimum 15s) (camera.ui)
- SMTP: It is now possible to modify the email adress for a camera (Settings > Cameras > Camera > Alarm > SMTP) (camera.ui)
- Added
"smtp.email"
to config.schema.json incameras
block- The email address (without everything after @) to be assigned to this camera (e.g. "my test camera". If not defined, the camera name will be used)
- Improved config.schema.json (@grzegorz914)
- Telegram: Switched to
node-telegram-bot-api
(camera.ui) - Minor UI improvements (camera.ui)
Bugfixes
- Fixed an issue that sometimes prevented the interface from loading (camera.ui)
- Fixed an issue where the profile picture did not update immediately after uploaded a new one (camera.ui)
- Fixed translation issues on
/start
page (camera.ui) - Fixed an issue where the MQTT messages could not be mapped correctly (camera.ui)
- Minor bugfixes
Supporter
A big THANK YOU goes to everyone who supports this project. I could fix so many bugs and make it even better for everyone. Also thank you very much for your donations, more features will come in the future once v5.0 is stable enough for everyone. Thank you very much ❤️
v5.0.8
Other changes
- Videoanalysis: Using a default zone if none was created (camera.ui)
- Videoanalysis: Increases default sensitivity (camera.ui)
- Telegram: Stop Telegram bot after message is send (camera.ui)
- Added default values to config.schema.json
- Added
"useInterfaceTimer"
to config.schema.json- If enabled, the recording timer from camera.ui will be used for
"motionTimeout"
.
- If enabled, the recording timer from camera.ui will be used for
- Bump dependencies
Bugfixes
- Fixed an issue where it was not possible to set the value for "motionTimeout" below 15s via homebridge-config-ui-x
- Fixed an issue where the max motion detection timer did not reset itself when the motion sensor was turned off.
- Minor bugfixes