[mbsystem-moonset] string appears in email **solved**
Moderator: Mattk
[mbsystem-moonset] string appears in email **solved**
I have a daily email that goes out including the moonrise and moonset. It was worked fine for weeks, but this morning's email contains the string literal [mbsystem-moonset] instead of a time. I'm not sure what would cause this.
Re: [mbsystem-moonset] string appears in email
When you do not add a "no data" string to a Metehub/Meteobridge sensor the whole sensor name is returned when there is no data to return.LAWx wrote:I have a daily email that goes out including the moonrise and moonset. It was worked fine for weeks, but this morning's email contains the string literal [mbsystem-moonset] instead of a time. I'm not sure what would cause this.
And supprisingly even for weather people: Not every day there is a moonrise, or a moonset either.
So you should always for EVERY sensor add a string for when there is no data available.
[mbsystem-moonset:--] or [mbsystem-moonset:before midnight] would probably work.
Succes, Wim
Re: [mbsystem-moonset] string appears in email
Wim, I couldn't have explained better, thanks!