Releases: GollmerSt/SolvisSmartHomeServer
V01.05.02-rc1
Only for debugging!
V01.05.01
Overview of the main changes since the last release:
Following features added:
-
The Linux Makefile has been improved. The Makefile now creates a user solvis, under which the server runs. In this way, the Makefile's FHEM dependency no longer exists.
-
Errors in the ExceptionMail tag are only reported if this is also used in the current configuration.
-
Library tinylog updated to 2.4.1
The following bugs have been fixed:
-
Fixed some JSON package bugs in the server-client interface. See here: https://forum.fhem.de/index.php/topic,27855.msg1193721.html#msg1193721
-
After synchronization of the burner time, Control remained on monitoring.
-
FHEM module: Negative set values cause a rounding error so that a higher value is set.
-
If the screen content was shifted vertically due to the Solvis calibration, the OCR-supported recognition of the screen page no longer worked.
Important:
From this version on, the server runs under the user solvis. The Makefile creates this user with the home directory /opt/solvis with the appropriate rights. In the previous base.xml there is writablePathLinux = "/opt/fhem". You should change that to writablePathLinux = "/opt/solvis". If /opt/solvis is not entered here, the path must be given to the user solvis writing and reading rights.
See also:
https://github.com/GollmerSt/SolvisSmartHomeServer/wiki/Installation#user-kennung-solvis-ab-v010501
https://github.com/GollmerSt/SolvisSmartHomeServer/wiki/FAQs#was-unter-linux-bei-einem-wechsel-von-einer-niedrigeren-version-als-v010501-zu-beachten-ist
A complete overview of the change history can be found in the CHANGES.txt file.
V01.05.01-rc5
Overview of the main changes since the last release:
- If the screen content was shifted vertically due to the Solvis calibration, the OCR-supported recognition of the screen page no longer worked. Fixed.
A complete overview of the change history can be found in the CHANGES.txt file.
V01.05.01-rc4
Overview of the main changes since the last release:
- Fixed rounding error with negative set values.
A complete overview of the change history can be found in the CHANGES.txt file.
V01.05.01-rc3
Overview of the main changes since the last release:
- JSON Set Package with an integer value was ignored. Fixed.
A complete overview of the change history can be found in the CHANGES.txt file.
V01.05.01-rc2
Overview of the main changes since the last release:
- After synchronization, Control remains on monitoring. Fixed.
- JSON Package Exception Handling improved
- Library tinylog updated to 2.4.1
A complete overview of the change history can be found in the CHANGES.txt file.
V01.05.01-rc1
Overview of the main changes since the last release:
Following bugs fixed:
- A null pointer exception was caused by an empty or incorrectly formatted data parameter of the set command. Fixed.
A complete overview of the change history can be found in the CHANGES.txt file.
V01.05.00
Overview of the main changes since the last release:
Following features added:
-
The base.xml was extended by the ChannelOptions section. With this it is possible for each channel to correct the value reported to the SmartHome system or to transfer it with a delay after a power on of the system. In addition, the system values can also be set permanently. This section replaces and extends the previous FixChannelValues section.
-
The interface command SERVICE_RESET is also used to reset user access.
Important:
It may be that the base.xml has to be changed. If the FixChannelValues section was used, it must be replaced by the new ChannelOptions.
A complete overview of the change history can be found in the CHANGES.txt file.
V01.04.06
Overview of the main changes since the last release:
Most important bug fixes :
-
With the new Max7 firmware of the SolvisControl, the detection of the screen saver no longer worked, fixed.
-
Mode learning SolvisMax 7 improved.
-
The different language settings of the SolvisControl are now also supported.
A complete overview of the change history can be found in the CHANGES.txt file.
V01.04.06-rc2
Overview of the main changes since the last release:
Most important bug fixes/improvements :
- Mode learning SolvisMax 7 improved
A complete overview of the change history can be found in the CHANGES.txt file.