Releases: briis/securityspy
Version 0.9.0 Beta 7
I had changed the services names, and forgot to update the switch entity. Should all work now
Version 0.9.0 Beta 6
- This adds the option to see Schedule Presets and to enable these using a new service, called
securityspy.enable_schedule preset
- I also cleaned up a lot of the code, and found some minor inconsistencies, that were corrected.
Version 0.9.0 Beta 5
This is the final release for the day. I have rewritten parts of the modules to handle the different Arming Modes (A, C, M). This will create a few new sensor entities and some will go away. Also there is now a switch for each of the arming to be set individually.
So I have partially fixed issue #9, but still need to look at the Schedule Settings - that will one of the next days.
NOTE Sorry for the inconvenience, but once again you will have to delete the Integration and re-add it, so that the old entities will be cleared.
Version 0.9.0 Beta 4
According to my own tests, this should now be a stable release, where everything that is there should work.
Please create an issue if this is not the case.
Version 0.9.0 Beta 3
I did some work on this, and have ironed out some of the bugs. I still see Issue#7 but it does not seem to impact the system, but must be fixed before release.
Switches should now be able to be created, and update frequency should also be enhanced.
NOTE: You will need to delete the Integration from the Integrations page, and re-add it, as I have changed the Unique ID's
v0.9.0-beta-2
Tried to fix a few errors, but as I cannot simulate them all, they might not have been fixed yet.
Issues I know of:
- When trying to re-load the Integration, it will fail with
TypeError: object NoneType can't be used in 'await' expression
. Will be the same when HA is topped. - Still no Audio in the Stream - I have not spend a lot of time on that yet.
Version 0.9.0 Beta 1
This is a complete rewrite of the SecuritySpy Integration and the underlying Python IO Library that communicates with SecuritySpy. It is now fully working system, with basic functionality for a Video Surveillance integration.
If you have already installed the previous version, please de-install it before you install this release.
ADDED
: New push model, that removes the need for polling the SecuritySpy server every 2 seconds. Now data are pushed to HA, whenever a change occur.ADDED
: Binary Motion Sensor, that shows if motion occurs or not. Please note, this will only be activated if the camera is set to record continuosly or on motion. If the AI features are activated in SecuritySpy, there will be an attribute calledevent_object
that tells you if a Human or a Vehicle has been detected.- Also this module is a complete rewrite, so it needs extensive testing. Please report any issues in the Issues log on Github.
As stated above, this is a rudimentary implementation, so if there are features you need, please also open an Issue on Github.
Version 0.1.2
This is the initial release, with support for Cameras, Motion Status and Switches for activating/deactivating recording.
There is NO support in this release for Motion Sensors from the Cameras. This is being worked on, but I don't know when it will be done.
Version 0.1.1
- Added better debugging for the IO Component
Version 0.1.0
This is the initial release, and will most likely still contains a few bugs. Breaking changes might occur in coming releases.