SIP
Plugin that adds water tank info to the home page - Printable Version

+- SIP (https://nosack.com/sipforum)
+-- Forum: SIP (Sustainable Irrigation Platform) (https://nosack.com/sipforum/forumdisplay.php?fid=1)
+--- Forum: Writing plugins (https://nosack.com/sipforum/forumdisplay.php?fid=8)
+--- Thread: Plugin that adds water tank info to the home page (/showthread.php?tid=318)

Pages: 1 2


RE: Plugin that adds water tank info to the home page - dan - 2023 Dec 30

Nice one!

I will add your plugin to the main SIP plugin repo.
I ordered a waveshare RPi Relay Board (B) so I can try it out.

Dan

P.S.

There was a bug in waveshare_relay_board.py line 188:
Code:
return template_render.relay_board(params)
I changed it to:
Code:
return template_render.waveshare_relay_board(params)



RE: Plugin that adds water tank info to the home page - ahat - 2024 Jan 07

(2023 Dec 30, 03:45 PM)dan Wrote: Nice one!

I will add your plugin to the main SIP plugin repo.
I ordered a waveshare RPi Relay Board (B) so I can try it out.

Dan

P.S.

There was a bug in waveshare_relay_board.py line 188:
Code:
return template_render.relay_board(params)
I changed it to:
Code:
return template_render.waveshare_relay_board(params)

Thanks Dan.