The next version of PlaatBattery is released.
Version 2.2.0 (11-06-2026)
– Added support for second kWh HomeWizard device
– Added configuration chart
– Added heating chart
– Updated main menu
More information click here
PlaatSoft is a christian non profit organisation
The next version of PlaatBattery is released.
Version 2.2.0 (11-06-2026)
– Added support for second kWh HomeWizard device
– Added configuration chart
– Added heating chart
– Updated main menu
More information click here
A new version of PlaatService was released
Version 1.2.0 (09-06-2026)
– Added graph datastore layer
– Added graph compact tasks
– Added modern graph maintenance APIs
– Added modern /user, /score, /product APIs
– Protect modern APIs with Bearer token
The next release of RedSquare for Java is released. The following changes are made:
07-06-2025 Version 1.0.0
– Catch exception when audio fails
– Fix animation speed on linux OS
– Fix cloud user call
– Replace Maven with Gradle
– Upgraded OpenFX from 8 to 25
– Upgraded Java from 8 to 25
– Upgraded Log4J to 2.26.0
Click here to download the latest version.
– Check which version of java you are running.
java -version
– Download the OpenFX linux version (same version as java) from https://gluonhq.com/products/javafx
– Install openFx software in following path
/usr/lib/jvm
– Create symlink
sudo ln -s /usr/lib/jvm/javafx-sdk-25.0.3 /usr/lib/jvm/javafx
– Run JavaFx jar on commandline
java -jar –module-path /usr/lib/jvm/javafx/lib –add-modules javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web –enable-native-access=javafx.media –enable-native-access=javafx.graphics *.jar
– Enjoy
– Check which version of java you are running.
java -version
– Download the windows OpenFX (same version as java) from https://gluonhq.com/products/javafx
– Install openFx software in following path
C:\Program Files\Java
– Run JavaFx jar on commandline
java -jar –module-path “C:\Program Files\Java\javafx-sdk-26.0.1\lib” –add-modules javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web –enable-native-access=javafx.media –enable-native-access=javafx.graphics *.jar
– Enjoy
A new version of PlaatService was released
Version 1.1.0 (07-06-2026)
– Added Legacy V2 (2010 – 2020 period) APIs
/action=getVersion?product=X?version=Y?os=Z
/action=getProduct?product=X?version=Y?os=Z
/action=getUser?username=X&nickname=Y
/action=setUser?username=X&nickname=Y
/action=setScore?uid=X&pid=Y&dt=12345&score=10&level=1
/action=getLocalScore?uid=X&pid=Y
/action=getGlobalScore?pid=Y
– Enabled log4j request/response logging
– Added workaround to fix legacy V2 IP lookup logic
– Added workaround to fix legacy V2 double POST parameter values
– Added new modern /release-notes API
The next version of PlaatBattery is released.
Version 2.1.0 (05-06-2026)
– Tune battery charge mode forecast logic
– Improve new version check logic
– Enable log4j logging to disk to monitor access
– Added total saved money to export chart
– Improve color schema for native Android mode
More information click here
The next version of PlaatBattery is released.
Version 2.0.0 (31-05-2026)
– Adding Solax support
– Adding Fuseki compact logic
– Hide swagger API’s which are only used my developers
– Added new version check
– Upgraded installation manual on plaatsoft.nl
– Upgraded Java from 21 to 25
More information click here
A new version of PlaatService was released
Version 1.0.0 (31-05-2026)
– Rewrite service with SpringBoot 4.x and Spring 7.x
– Update product versions
– Added product icons
– Added Legacy V1 (2006 – 2010 period) APIs
– Added new APIs: /info, /swagger, /product
– Upgrade to Java 25
The next version of PlaatBattery is released.
Version 1.9.0 (28-05-2026)
– Added Light / Dark mode
– Fix mode chart issue when some data is missing
– Fix nightly SolarEdge task
– Fix chart rendering when there is no data
– Disable water & gas chart drill-in logic
– Change default password
More information click here
The next version of PlaatBattery is released.
Version 1.8.0 (22-05-2026)
More information click here
The next version of PlaatBattery is released.
Version 1.7.0 (20-05-2026)
More information click here
The next version of PlaatBattery is released.
Version 1.6.0 (17-05-2026)
Redesigned Battery Mode Chart page

More information click here
The next version of PlaatBattery is released.
Version 1.5.0 (16-05-2026)
More information click here
Today i have installed “PiHole” on a Raspberry Pi and changed my Internet Provider DNS IP address to PiHole. Within 30 minutes everything was up and running. Now all the DNS requests are locally cached and bad DNS requests (for example to Ads providers) are blocked. So now i can browser without ads. Life is beautifull again! 🙂
The next version of PlaatBattery is released.
Version 1.4.0 (03-05-2026)
More information click here
The next version of PlaatBattery is released.
Version 1.3.0 (25-03-2026)
More information click here
PlaatSoft has released a next version of PlaatBattery.
Version 1.2.0 (15-02-2026)
More information click here
The next version of PlaatBattery is released.
Version 1.1.0 (08-02-2026)
More information click here
PlaatSoft has released the first version of PlaatBattery.
Version 1.0.0 (25-01-2026)
More information click here
# Install Docker
sudo apt install docker.io docker-compose -y
# Install Fuseki
sudo docker pull secoresearch/fuseki:latest
sudo docker run -d –name fuseki –restart unless-stopped -p 3030:3030 -v fuseki-data:/fuseki -e ADMIN_PASSWORD=admin -e ENABLE_DATA_WRITE=true -e ENABLE_UPDATE=true -e ENABLE_SHACL=true -e QUERY_TIMEOUT=100000 secoresearch/fuseki:latest
# Remove Fuseki
sudo docker stop fuseki
sudo docker remove fuseki
# Control Fuseki
sudo docker ps
sudo docker start fuseki
sudo docker stop fuseki
# Show Fuseki logging
sudo docker logs -f fuseki
# Install SNAP
sudo apt-get install snap
# Upgrade SNAP
sudo snap install snapd
# Install kubernetes on master node
sudo snap install microk8s –classic
# Check kubernetes master node status
sudo snap run microk8s kubectl get all –all-namespaces
# Analyze failing pod
sudo snap run microk8s kubectl describe pod
sudo snap run microk8s kubectl describe pod calico-node-w75q9 -n kube-system
# Remove kubernetes on master node
sudo snap remove microk8s
sudo snap remove core20
PlaatSoft has released a new version of the BassieMusic Android App in the Google Play Store.
The following changes were made:
– Various changes to modernize the codebase
– Update the icon to have some more shadow
– Add themed monochrome icon
– Move some buttons around in the app bar
– Build for Android 16
Click here to download the latest version.
The next version of PlaatRisk is released
Version 0.4.0 (12-04-2025)
– Frontend: Make it compliant with backend again
– Frontend: Now Popup also show info for City without Player
– Backend: Added graph datastore (Apache Fuseki)
– Backend: Added game reset logic
– Backend: Geometry of new city if automatically added
– Backend: Added BAG service connection