Testers wanted for dzVents 2.2.0
Posted: Wednesday 26 July 2017 8:59
Update: It got merged.
Hi folks,
I have prepared a Pull Request for merging dzVents 2.2.0 into Domoticz. All seems to work quite well but before merging this into the main branch I'd like to have some more people test this branch with their system. The branch can be found in here. It is up to date with current Domoticz master.
So, please download or do a check-out of this branch. Compile it and run it with (a copy of) your database and let me know if it works for you as expected or not. If you do a checkout don't forget to switch to 'dev' branch!!
I want to have this in Domoticz before a new stable is made available because it has a couple of necessary bug fixes.
Changes for 2.2.0:
- Fixed typo in the doc WActual > WhActual.
- Updated switch adapter to match more switch-like devices.
- Added Z-Wave Thermostat mode device adapter.
- Fixed a problem with thermostat setpoint devices to issue the proper url when updating.
- Added secondsSinceMidnight to time attributes (e.g. lastUpdate.secondsSinceMidnight)
- Added 4 new time-rules: xx minutes before/after sunset/sunrise.
- Added example script to fake user presence.
- Fixed support for uservariables with spaces in their names.
- Show a warning when an item's name isn't unique in the collection.
- Show a warning if the scene or group isn't available right after creating it. Needs a Domoticz restart.
- Added timing options for security methods armAway, armHome and disarm.
- Added idx, deviceId and unit to device objects. Don't confuse deviceId with device.id(x) which is actually the index of the device.
- Added instructions on how to create a security panel device in Domoticz. This device now has a state that has the same value as domoticz.security.
We also fixed a few things in Domoticz: new scenes/groups are now immediately available to the event system (lua/dzVents etc). lastUpdate is now correctly passed to the event system so it does show the previous update correctly for the device that was triggered (instead of the current time).
Hi folks,
I have prepared a Pull Request for merging dzVents 2.2.0 into Domoticz. All seems to work quite well but before merging this into the main branch I'd like to have some more people test this branch with their system. The branch can be found in here. It is up to date with current Domoticz master.
So, please download or do a check-out of this branch. Compile it and run it with (a copy of) your database and let me know if it works for you as expected or not. If you do a checkout don't forget to switch to 'dev' branch!!
I want to have this in Domoticz before a new stable is made available because it has a couple of necessary bug fixes.
Changes for 2.2.0:
- Fixed typo in the doc WActual > WhActual.
- Updated switch adapter to match more switch-like devices.
- Added Z-Wave Thermostat mode device adapter.
- Fixed a problem with thermostat setpoint devices to issue the proper url when updating.
- Added secondsSinceMidnight to time attributes (e.g. lastUpdate.secondsSinceMidnight)
- Added 4 new time-rules: xx minutes before/after sunset/sunrise.
- Added example script to fake user presence.
- Fixed support for uservariables with spaces in their names.
- Show a warning when an item's name isn't unique in the collection.
- Show a warning if the scene or group isn't available right after creating it. Needs a Domoticz restart.
- Added timing options for security methods armAway, armHome and disarm.
- Added idx, deviceId and unit to device objects. Don't confuse deviceId with device.id(x) which is actually the index of the device.
- Added instructions on how to create a security panel device in Domoticz. This device now has a state that has the same value as domoticz.security.
We also fixed a few things in Domoticz: new scenes/groups are now immediately available to the event system (lua/dzVents etc). lastUpdate is now correctly passed to the event system so it does show the previous update correctly for the device that was triggered (instead of the current time).