Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to set up a slave controller?
#6
Paul,

A method I frequently use to diagnose problems is to start SIP manually:
SSH into the Pi and cd into the SIP directory and stop sip with
Code:
systemctl stop sip3

then start sip from the command line:
Code:
python3 sip.py
When sip starts several lines of information will be printed including any error messages. Pay close attention to the first couple of lines which is where any plugin errors usually appear.

Another useful tool is a MQTT monitoring program. I have used mqtt-spy which is a java based app. Unfortunately I recently upgraded the version of Java on my main computer and now mqtt-spy and a couple of other java based programs refuse to load.

With a tool like mqtt-spy or MQTT Explorer you can subscribe to the topic sip is using and see what is being sent.

Dan
<p><br></p>
Reply


Messages In This Thread
how to set up a slave controller? - by paul - 2021 Jul 21, 05:48 PM
RE: how to set up a slave controller? - by dan - 2021 Jul 21, 06:40 PM
RE: how to set up a slave controller? - by paul - 2021 Jul 22, 11:47 AM
RE: how to set up a slave controller? - by dan - 2021 Jul 21, 08:49 PM
RE: how to set up a slave controller? - by dan - 2021 Jul 21, 10:08 PM
RE: how to set up a slave controller? - by dan - 2021 Jul 22, 02:05 PM
RE: how to set up a slave controller? - by paul - 2021 Jul 23, 11:42 AM
RE: how to set up a slave controller? - by dan - 2021 Jul 23, 02:06 PM
RE: how to set up a slave controller? - by paul - 2021 Jul 23, 02:32 PM
RE: how to set up a slave controller? - by paul - 2021 Jul 25, 09:29 AM
RE: how to set up a slave controller? - by dan - 2021 Jul 23, 06:15 PM

Forum Jump:


Users browsing this thread: 6 Guest(s)