Dan

Results 39 comments of Dan

I agree that eliminating external dependencies is a good thing. Just wondering: Is the browser not caching the fonts? Have you been using your modified css for a while? Go...

I did some tinkering with SIP's base.css file. Replacing `@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,700);` with `@font-face { font-family: Quicksand; src: url(./fonts/Quicksand-VariableFont_wght.ttf); }` and adding a local copy of the .ttf font. That seems...

The update has been pushed to the SIP repo. I actually added several font files to handle different weights. The variable weight file didn't seem to work properly Dan

I am curious why the system on/off button is off. What happens of you change it to on? Do you have any plugins installed? If so could you try disabling...

Thanks for the feedback. I'll take a look at the email plugin and get back to you.

It looks like a lot has changed since the email_adj plugin was created. The Python3 email module will require change that are not easy to make both python 2 and...

Alan, I am considering a couple of ways to increase the number of SIP events that can be selected for email notifications. What would you like to be able to...

Thanks, It is fixed now for anyone wanting run under Python2. It had to do with the new named program feature and caused a hiccup in converting the name from...

@AlanTHumphreys , The new Python3 email plugin named "sip_email" has now been posted to the SIP plugins repo. Let me know if it does what you need or if there...

Welcome. Have you installed the MQTT plugins? I will take a look at sending messages from manual mode and get back to you. Dan