New combine_stations plugin - Printable Version +- SIP (https://nosack.com/sipforum) +-- Forum: SIP (Sustainable Irrigation Platform) (https://nosack.com/sipforum/forumdisplay.php?fid=1) +--- Forum: Announcements (https://nosack.com/sipforum/forumdisplay.php?fid=10) +--- Thread: New combine_stations plugin (/showthread.php?tid=217) Pages:
1
2
|
RE: New combine_stations plugin - dan - 2021 Aug 30 That is how I do it. You can see some of the output with Code: Code: systemctl status sip3 Take a look at signaling_examples.py in the plugins folder. it broadcasts a bunch of information when various activity cursors using the blinker module. Those signals can be used to print status information. Dan RE: New combine_stations plugin - dan - 2021 Aug 30 There is also the mobile_app.py plugin that sends out a lot of status info in json format. And there is the SIP HTTP GET commands PDF file that lists commands for controlling SIP and getting some sttus info using HTTP. It can be downloaded from: https://github.com/Dan-in-CA/SIP/wiki/SIP_GET_commands.pdf RE: New combine_stations plugin - paul - 2021 Aug 31 (2021 Aug 30, 04:03 PM)dan Wrote: Hi Paul, Hi Dan, Now it is working correctly. Also I want to confirm the obscure bug you mention (same program can't be repeated) is fixed. Thank you so very much. Paul. RE: New combine_stations plugin - paul - 2021 Aug 31 (2021 Aug 30, 06:14 PM)dan Wrote: There is also the mobile_app.py plugin that sends out a lot of status info in json format. Thank you Dan. These resources will be helpful and informative. Paul |