Search found 58 matches

by glsf91
Saturday 20 January 2024 16:22
Forum: Bugs and Problems
Topic: Email problems
Replies: 41
Views: 10215

Re: Email problems

Solution is committed to the development branch of domoticz.
by glsf91
Saturday 20 January 2024 11:03
Forum: Bugs and Problems
Topic: Email problems
Replies: 41
Views: 10215

Re: Email problems

by glsf91
Friday 19 January 2024 9:58
Forum: Bugs and Problems
Topic: Email problems
Replies: 41
Views: 10215

Re: Email problems

The error feedback is that the From address is missing or malformed, although the debug also shows that the From address and the To address were accepted. Maybe there is more changed at ziggo which is causing your python problem now. But this has nothing to do with the problem in domoticz. Domoticz ...
by glsf91
Thursday 18 January 2024 19:39
Forum: Bugs and Problems
Topic: Email problems
Replies: 41
Views: 10215

Re: Email problems

I found the cause of the problem. The ziggo mailser is responding on a test messages from domoticz with: Message contains bare LF and is violating 822.bis section 2.3 It turns out that the HTMLBody contains only LF instead of CRLF. That is this part: <html> <body> <b>Domoticz test message!</body ...
by glsf91
Thursday 18 January 2024 9:44
Forum: Bugs and Problems
Topic: Email problems
Replies: 41
Views: 10215

Re: Email problems

I had the impression that if the message is sent as plain text (line 318 in SMTPclinet.cpp) that as a consequence it is sent using SMPTUTF8. I don't think so. The test message for example has this format: From: <email address> To: <email address> Subject: Domoticz test Date: Wed, 17 Jan 2024 18:14 ...
by glsf91
Thursday 18 January 2024 7:23
Forum: Bugs and Problems
Topic: Email problems
Replies: 41
Views: 10215

Re: Email problems

willemd wrote: Wednesday 17 January 2024 22:27 When I tried sending via ziggo using mail option smtputf8 I received an error message that the server does not support it (unlike gmail)
When I sent via ziggo I have to use 8bitmime currently.
Ok, but why do you think domoticz/libcurl is using smtputf8 ?
by glsf91
Wednesday 17 January 2024 21:14
Forum: Bugs and Problems
Topic: Email problems
Replies: 41
Views: 10215

Re: Email problems

in short: the Ziggo SMTP servers don't accept SMTPUTF8 anymore, only 8BITMIME. This is also visible in the debug info received from the server. Why do you think it is sending with SMTPUTF8 ? I have my doubts (sorry). I have a postfix mailserver installed relaying to smtp.ziggo.nl. When sending from ...
by glsf91
Wednesday 17 January 2024 17:55
Forum: Bugs and Problems
Topic: Email problems
Replies: 41
Views: 10215

Re: Email problems

willemd wrote: Wednesday 17 January 2024 17:39 In your first case, where you have the from email address in the message, the mail was sent, but was it also accepted by the recipient?
Yes.
by glsf91
Wednesday 17 January 2024 15:56
Forum: Bugs and Problems
Topic: Email problems
Replies: 41
Views: 10215

Re: Email problems

If you take my first curl command above, it is working with the mailfile contents: From: <email address> test But failing with: test The mailserver is responding with: SMTP600 Message is not RFC 5322 compliant: 'From' header is missing or malformed I can't see if this also is replied when sending ...
by glsf91
Wednesday 17 January 2024 15:23
Forum: Bugs and Problems
Topic: Email problems
Replies: 41
Views: 10215

Re: Email problems

willemd wrote: Wednesday 17 January 2024 12:41 This was confirmed by testing.
How did you test this ?
Because in my test above with curl there is also no mime multipart as far as I know.
by glsf91
Tuesday 16 January 2024 20:25
Forum: Bugs and Problems
Topic: Email problems
Replies: 41
Views: 10215

Re: Email problems

It is not problem caused by the new 2024.x version of domoticz. I have also this problem but using domoticz 2023.1 and also using smtp.ziggo.nl. It was working for years until a few days ago. I have also other Linux systems using sendmail and these are still working with ziggo (same account). It ...
by glsf91
Monday 31 January 2022 7:35
Forum: LUA
Topic: Solved: Problem with LUA script reading from Fronius inverter
Replies: 35
Views: 11290

Re: Solved: Problem with LUA script reading from Fronius inverter

Get the current value of day energie and use this as last value.
domoticz.devices('Fronius_Total_Energy').counterToday
by glsf91
Sunday 30 January 2022 19:43
Forum: LUA
Topic: Solved: Problem with LUA script reading from Fronius inverter
Replies: 35
Views: 11290

Re: Solved: Problem with LUA script reading from Fronius inverter

How would I set the "Fronius_Opbrengst" to 0 in the part after sunset/before sunrise? Schermafbeelding 2022-01-30 180759.png Do something like this after "domoticz.log('Sunset in minutes: ' ..timeofday['SunsetInMinutes'] + 60, domoticz.LOG_DEBUG)": -- set day energie to 0 at start of day if ...
by glsf91
Sunday 30 January 2022 10:43
Forum: LUA
Topic: Solved: Problem with LUA script reading from Fronius inverter
Replies: 35
Views: 11290

Re: Solved: Problem with LUA script reading from Fronius inverter

2022-01-30 10:39:00.376 "Reason" : "CGI-Args: Invalid parameter '' for attribute 'DeviceId' (must be numeric)", This is the problem. Look at my post a few above yours. It is caused by a firmware update. Search for DeviceID and change to DeviceId. It is in the url sended to Fronius inverter.
by glsf91
Friday 20 August 2021 11:38
Forum: LUA
Topic: Solved: Problem with LUA script reading from Fronius inverter
Replies: 35
Views: 11290

Re: Solved: Problem with LUA script reading from Fronius inverter

Does this script still run after updating the Fronius Inverters? I had some issues with openWB but they fixed it there ;-) However in Domoticz I need to adjust the script. Any idea how? Thanks Joachim There is a change in an url parameter. I used before "DeviceID". It should be "DeviceId" now.
by glsf91
Wednesday 07 April 2021 19:17
Forum: Examples & Solutions
Topic: Solar Data script : Azimuth, Altitude, Lux
Replies: 39
Views: 9322

Re: Solar Data script : Azimuth, Altitude, Lux

Regarding the source for the cloud cover: www.ogimet.com give good information but only every hours and with a delay (during the lock-down there were very few update for my site: an airport!) Other weather services integrated in Domoticz are not so good at the present time as you shown it ...
by glsf91
Wednesday 07 April 2021 19:00
Forum: Examples & Solutions
Topic: Solar Data script : Azimuth, Altitude, Lux
Replies: 39
Views: 9322

Re: Solar Data script : Azimuth, Altitude, Lux

Many of you make the mistake. Look at the wiki for the creation of the devices. There is even a screenshot for the devices to be created. https://www.domoticz.com/wiki/Lua_dzVents_-_Solar_Data:_Azimuth_Altitude_Lux But under the picture with the devices is stated: "Sun Radiation : Virtual sensor ...
by glsf91
Friday 20 November 2020 14:11
Forum: Speech & Voice Systems
Topic: notifications to chromecast
Replies: 58
Views: 26543

Re: notifications to chromecast

RvD wrote: Friday 18 January 2019 13:49 Now all I need is a way to automatically resume playing what was played before, eg. a Spotify-song or a TuneIn Radio station...
It is a long time ago but did you find a way to resume playing?
by glsf91
Thursday 07 May 2020 19:10
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 649385

Re: Domoticz app 2.0

It didn't work at first as it seems it is still trying to open /logincheck first, and since that call fails in my ancient setup, it still failed, so I simply created a empty file logincheck in directory \home\pi\domoticz\www which fixed that. 8-) Tested this work-around on v3.8793 and v4.1062. Jos ...
by glsf91
Wednesday 06 February 2019 20:39
Forum: LUA
Topic: Solved: Problem with LUA script reading from Fronius inverter
Replies: 35
Views: 11290

Re: Solved: Problem with LUA script reading from Fronius inverter

The script that was posted here, didn’t give me the result I wanted (it didn’t give me a result at all). It took me a while to get things working for me, as I’m no expert in scripting. This script runs between sunrise – 30 min and sunset +30 min After that it looks at the state of the converter, if ...