Skip to content
forked from alexej86/systa

Reads parameters from Paradigma SystaCompact II water heater and provides them to HomeAssistant

License

Notifications You must be signed in to change notification settings

JPRauwolf/systa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

systa

Reads parameters from Paradigma SystaCompact II water heater and provides them to HomeAssistant

goal

I want to create a binary, which reads various parameters from the Paradigma SystaCompact II water header and provide them to HomeAssistant via well known interface. I know, that there are many solutions which already can read systaXXX devices using UDP protocol, but I have an old version of this heater which is not compatible with existing solutions. I think that the "remoteportal" feature is just not activated in my water heater, and I do not know how to activate it. I found some hints in the internet that the early variants, which does not have the MAC-address on the type label, can not be activated for remoteportal. But I saw in wireshark, that the water heater already sends some data over udp to paradigma.remoteportal.de in the "0-frame" and I already was able to decode some values. Any help and suggestions about how the values can be sent to HomeAssistant are appreciated.

build from source

Dependencies

Debian

following packages are needed gcc cmake build-essentials libmosquitto-dev

buildscript

run build.sh from the root of the repository

Runn

After running the buildscript the executable is located in build/src/systa

runn it with the parameters like so ./systa <mqtt_host> <mqtt_user> <mqtt_passwd>

About

Reads parameters from Paradigma SystaCompact II water heater and provides them to HomeAssistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.7%
  • CMake 2.9%
  • Shell 0.4%