SystaPi on Raspberry Pi 3 Model B in Home Network without Wifi #15
Replies: 4 comments 1 reply
-
Hi @dehessijames,
|
Beta Was this translation helpful? Give feedback.
-
If your SystaComfort is prepared for SystaWeb, you should receive a group of 3-4 UDP packets every minute. |
Beta Was this translation helpful? Give feedback.
-
Yes I've done that both. And on the PI with DNSMASQ I can see the DNS Request: But the UDP packages do not appear. I'm complete stuck. |
Beta Was this translation helpful? Give feedback.
-
one suggestion would be to use a small 4-port switch connecting SystaPi ENC28j60 port with SysaComfortII and pellet boiler to create a small own network segment. Then you can use the defauls network setup from that project ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
first of all thank you very much for this great project.
I tried to install it on a Raspberry Pi 3 Model B Rev 1.2, but I cannot connect the Raspberry directly to the SystaComfort II, because this connection is necessary for the pellets boiler. However, the pellet boiler and the SystaComfort II are connected to my home network via cable.
Therefore I installed the Project without Wifi-Config, DNSMASQ and DHCP.
The /home/beep/SystaRESTServer/bin/SystaREST.properties I have adapted:
RESTAPI_INTERFACE=eth0
#RESTAPI_PORT should be greater than 1024. Only root can open lower port numbers
RESTAPI_PORT=1337
PARADIGMA_INTERFACE=eth0
I have configured the SystaComfort II according to the following instructions https://github.com/xgcssch/SystaComfortPrometheusExporter#configure-systacomfort-controller
Now te call of http://systapi:1337/SystaREST/findsystacomfort returns the following result
The call of http://systapi:1337/SystaREST/servicestatus returns the following result
Unfortunately, "lastDataReceivedAt"-Value is permanently set to "never" and so far I have not been able to find a way to test whether the SystaComfort II really does not send any data.
Is my idea even possible or do I have a thinking error?
I would be very glad about help!
Beta Was this translation helpful? Give feedback.
All reactions