www/domoticz: Update to 2024.7

This will update www/domoticz to 2024.7. Updated Makefile as www/domoticz-devel.

Changelog between 2024.4 to 2024.7:

Version 2024.7 (July 13th 2024)
- Implemented: P1 Meter, Report, Header now also supports simple mode (No T1/T2/R1/R2 but just total)
- Fixed: Google Cloud Messaging (GCM/FCM) possible crash when notification needed to be send

Version 2024.6 (July 8th 2024)
- Fixed: EventSystem, LOG_FORCE now always logged
- Changed: Google Cloud Messaging (GCM) now uses the new v1 API of Google's Firebase Cloud Messaging (FCM)

Version 2024.5 (July 7th 2024)
- Implemented: Currency Symbol in Location Settings
- Implemented: dzVents, Added historical data helper 'med' to calculate the median value
- Implemented: dzVents, Improved logging
- Implemented: Energy Dashboard
- Implemented: Enever, Added Budget Energy and Eneco
- Implemented: Enphase, Live storage data
- Implemented: Enphase, Option for more Inverter details (ac/dc voltage, temperature, lastupdate)
- Implemented: Event Editor, Close/Close All menu dropdown
- Implemented: Event Editor, Storing/Loading opened events
- Implemented: Hour chart for P1 log
- Implemented: MQTT-AD Climate Fan Mode
- Implemented: MQTT-AD Climate Swing Mode
- Implemented: OpenWeatherMap, API 3.0 support
- Implemented: P1 Meter, option to specify view (low/high tariff or simple (dynamic contract))
- Implemented: Possible to query a range of device states via JSON
- Implemented: SolarEdge, polling Storage devices
- Fixed: Data Pushers, Forecast for Weather Station subtypes
- Fixed: Floorplan, better detection of switches
- Fixed: Hardware Setup, hiding extra parameters when selecting a python plugin
- Fixed: PythonEx framework, two notifications where send for switch type devices
- Fixed: Python framework, custom image loading
- Removed: Cereal Proxy (not used anymore)
- Changed: EvoHome, now making use of general logging system
- Changed: MQTT-AD, now also handles brightness scale number values as string
- Changed: SBFSpot, disabled error 28 error
- Changed: Selector switch now displays correct state in Data field (and devices overview)

Approved by:	0mp (mentor)
This commit is contained in:
Xavier Beaudouin 2024-12-31 11:22:35 +01:00
parent 68886887a4
commit 99eafb33ad
3 changed files with 35 additions and 36 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= domoticz
DISTVERSION= 2024.4
PORTREVISION= 3
DISTVERSION= 2024.7
CATEGORIES= www
MAINTAINER= kiwi@FreeBSD.org
@ -15,47 +14,41 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libjsoncpp.so:devel/jsoncpp \
libmosquitto.so:net/mosquitto
BUILD_DEPENDS= cereal>=1.2.2:devel/cereal
USES= cmake compiler:c++11-lang cpe minizip pkgconfig ssl lua:53 sqlite
OPTIONS_SUB= YES
OPTIONS_DEFINE= PYTHON TELLDUS PRECOMP
OPTIONS_DEFAULT= PYTHON PRECOMP
PYTHON_DESC= Enable Python for Plugins and Event-Scripts
TELLDUS_DESC= Enable Tellstick Telldus support
PRECOMP_DESC= Enable usage of precompiled header to speed build time
.include <bsd.port.options.mk>
USE_GITHUB= yes
USE_RC_SUBR= domoticz
CMAKE_OFF+= GIT_SUBMODULE \
USE_STATIC_BOOST \
USE_OPENSSL_STATIC \
USE_STATIC_BOOST \
USE_BUILTIN_SQLITE \
USE_BUILTIN_MINIZIP \
USE_BUILTIN_JSONCPP \
USE_BUILTIN_MQTT \
USE_STATIC_OPENZWAVE
CMAKE_INSTALL_PREFIX= ${PREFIX}/domoticz
CONFLICTS_INSTALL= domoticz-devel-[234]*
EXTRACT_AFTER_ARGS= --exclude ${PORTNAME}-${PORTVERSION}/hardware/plugins/Include \
--no-same-owner --no-same-permissions
USERS= domoticz
GROUPS= domoticz
CMAKE_INSTALL_PREFIX= ${PREFIX}/domoticz
CMAKE_OFF+= GIT_SUBMODULE USE_STATIC_BOOST USE_OPENSSL_STATIC USE_STATIC_BOOST \
USE_BUILTIN_SQLITE USE_BUILTIN_MINIZIP USE_BUILTIN_JSONCPP \
USE_BUILTIN_MQTT USE_STATIC_OPENZWAVE
OPTIONS_DEFINE= PRECOMP PYTHON
OPTIONS_DEFAULT= PRECOMP PYTHON
OPTIONS_SUB= YES
.if ${PORT_OPTIONS:MPYTHON}
CMAKE_ON+= USE_PYTHON
USES+= python:3.9+
.else
CMAKE_OFF+= USE_PYTHON
.endif
PRECOMP_DESC= Enable usage of precompiled header to speed build time
PYTHON_DESC= Enable Python for Plugins and Event-Scripts
.if ${PORT_OPTIONS:MTELLDUS}
LIB_DEPENDS+= libtelldus-core.so:comms/telldus-core
.endif
PRECOMP_CMAKE_BOOL= USE_PRECOMPILED_HEADER
.if ${PORT_OPTIONS:MPRECOMP}
CMAKE_ON+= USE_PRECOMPILED_HEADER
.else
CMAKE_OFF+= USE_PRECOMPILED_HEADER
.endif
PYTHON_USES= python:3.9+
PYTHON_CMAKE_BOOL= USE_PYTHON
post-install:
${MKDIR} ${STAGEDIR}/var/db/domoticz ${STAGEDIR}/var/run/domoticz

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1714821392
SHA256 (domoticz-domoticz-2024.4_GH0.tar.gz) = d87113d7cacd0b52b9126fcc1ef24e140a4f7042d5bc6262e86e4b4752f5cf38
SIZE (domoticz-domoticz-2024.4_GH0.tar.gz) = 13221980
TIMESTAMP = 1735584809
SHA256 (domoticz-domoticz-2024.7_GH0.tar.gz) = 6ceabbfe36ada4b7c2ebb42c523d723c87e6444b87db6bbb1703d92f38ee754d
SIZE (domoticz-domoticz-2024.7_GH0.tar.gz) = 13258596

View File

@ -264,6 +264,7 @@ domoticz/scripts/templates/Device.dzVents
domoticz/scripts/templates/ExecuteShellCommand.dzVents
domoticz/scripts/templates/Group.dzVents
domoticz/scripts/templates/HTTPRequest.dzVents
domoticz/scripts/templates/Logging.dzVents
domoticz/scripts/templates/Scene.dzVents
domoticz/scripts/templates/Security.Lua
domoticz/scripts/templates/Security.dzVents
@ -288,6 +289,7 @@ domoticz/www/app/DPMQTTController.js
domoticz/www/app/DashboardController.js
domoticz/www/app/DeviceLightEdit.js
domoticz/www/app/DummyController.js
domoticz/www/app/EnergyDashboardController.js
domoticz/www/app/FloorplanController.js
domoticz/www/app/FloorplanEditController.js
domoticz/www/app/ForecastController.js
@ -402,6 +404,7 @@ domoticz/www/app/log/TextLog.js
domoticz/www/app/log/chart-compare-temp.html
domoticz/www/app/log/chart-compare.html
domoticz/www/app/log/chart-day.html
domoticz/www/app/log/chart-hour.html
domoticz/www/app/log/chart-month.html
domoticz/www/app/log/chart-week.html
domoticz/www/app/log/chart-year.html
@ -599,6 +602,7 @@ domoticz/www/images/Door48_Off.png
domoticz/www/images/Door48_On.png
domoticz/www/images/Down48.png
domoticz/www/images/Down48_2.png
domoticz/www/images/EHome48.png
domoticz/www/images/Fan48_Off.png
domoticz/www/images/Fan48_On.png
domoticz/www/images/Fireplace.png
@ -735,6 +739,7 @@ domoticz/www/images/doorbell48.png
domoticz/www/images/down.png
domoticz/www/images/edit.png
domoticz/www/images/empty16.png
domoticz/www/images/energy.png
domoticz/www/images/equal.png
domoticz/www/images/events.png
domoticz/www/images/evohome/Auto.png
@ -1138,6 +1143,7 @@ domoticz/www/views/dpgooglepubsub.html
domoticz/www/views/dphttp.html
domoticz/www/views/dpinflux.html
domoticz/www/views/dpmqtt.html
domoticz/www/views/energy_dashboard.html
domoticz/www/views/floorplanedit.html
domoticz/www/views/floorplans.html
domoticz/www/views/forecast.html