Search found 64 matches
- Thursday 20 February 2025 14:26
- Forum: Other questions and discussions
- Topic: Error in the logs when sending SMS
- Replies: 18
- Views: 2396
Re: Error in the logs when sending SMS
The sms operator should supply a 200 feedback in order for Domoticz not to give an error. Well, this is wishful thinking. The truth is that the operator is probably the only one in France to offer this service for free with its package. As long as it works, he will do nothing. And for my part, I am ...
- Wednesday 19 February 2025 12:44
- Forum: Other questions and discussions
- Topic: Error in the logs when sending SMS
- Replies: 18
- Views: 2396
Re: Error in the logs when sending SMS
Is it an official described API or is it build up by some script? It is an official API. Moreover, the URL is a direct copy of the one given by my operator in my account which include the account number and the pass. The only difference is of course the text of the message where all spaces must be ...
- Tuesday 18 February 2025 18:51
- Forum: Other questions and discussions
- Topic: Error in the logs when sending SMS
- Replies: 18
- Views: 2396
Re: Error in the logs when sending SMS
Can you show the script? return { on = { devices = {15}, httpResponses = { 'Sending SMS' } }, execute = function(domoticz, device) local MotionSensor = domoticz.devices(15) -- variable of the device if (MotionSensor.lastUpdate.secondsAgo > 2) then if (MotionSensor.state == 'On') then domoticz ...
- Tuesday 18 February 2025 18:43
- Forum: Other questions and discussions
- Topic: Error in the logs when sending SMS
- Replies: 18
- Views: 2396
Re: Error in the logs when sending SMS
OK @waltervl, but if it was the case, delivery of the SMS should fail.
If an error in the format, the same URL would give an error in my browser. As well, if the certificate of my operator was not good, an error would be reported in my browser.
So, I don't understand why this error in the log.
If an error in the format, the same URL would give an error in my browser. As well, if the certificate of my operator was not good, an error would be reported in my browser.
So, I don't understand why this error in the log.
- Tuesday 18 February 2025 18:16
- Forum: Other questions and discussions
- Topic: Error in the logs when sending SMS
- Replies: 18
- Views: 2396
Re: Error in the logs when sending SMS
@habahabahaba Yes, all of them. Just for testing purpose, I have reactivated an old script in DzVents and here is the log: 2025-02-18 17:50:06.244 Error: Error opening url: https://smsapi.myoperator/sendmsg?user=<MyUserNumber>&pass=<MyPass>&msg=My%20test%message 2025-02-18 17:50:06.273 dzVents ...
- Tuesday 18 February 2025 17:06
- Forum: Other questions and discussions
- Topic: Error in the logs when sending SMS
- Replies: 18
- Views: 2396
Re: Error in the logs when sending SMS
Hello @waltervl As I indicated in my first message, this error appears regardless of the origin in Domoticz: action on/off, blocky script, DzVents, Lua. curl -k https://smsapi.myoperator/sendmsg?user=<MyUserNumber>&pass=<MyPass>&msg=The%20text%20of%20my%20message gives : [1] 3769 [2] 3770 and curl ...
- Tuesday 18 February 2025 11:24
- Forum: Other questions and discussions
- Topic: Error in the logs when sending SMS
- Replies: 18
- Views: 2396
Re: Error in the logs when sending SMS
Thanks @FlyingDomotic
This is probably a subject to be reported in the bug section I guess.
I don't know if it is possible for an admin or moderator to move this discussion to this section.
This would avoid creating a duplicate topic.
This is probably a subject to be reported in the bug section I guess.
I don't know if it is possible for an admin or moderator to move this discussion to this section.
This would avoid creating a duplicate topic.
- Monday 17 February 2025 10:30
- Forum: Other questions and discussions
- Topic: Error in the logs when sending SMS
- Replies: 18
- Views: 2396
Re: Error in the logs when sending SMS
@FlyingDomotic No error code in the browser. As I said, SMS is send without any message of any sort. All is working like a charm. The URL is in this form : "https://smsapi.myoperator/sendmsg?user=<MyUserNumber>&pass=<MyPass>&msg=The%20text%20of%20my%20message" (as the URL is truncated, the real ...
- Monday 17 February 2025 0:14
- Forum: Other questions and discussions
- Topic: Error in the logs when sending SMS
- Replies: 18
- Views: 2396
Re: Error in the logs when sending SMS
Thanks @Flying Domotic What does return the command when you copy/paste it into a browser? Nothing special. The SMS is send and received, that's all. In the html type the following resources are used : load resource:///modules/FaviconLoader.sys.mjs:175:20 load resource:///modules/FaviconLoader.sys ...
- Sunday 16 February 2025 18:02
- Forum: Blockly
- Topic: Blockly scripts display distorted
- Replies: 25
- Views: 20459
Re: Blockly scripts display distorted
Hello, Same thing here. This is quite annoying because blocky become unreadable. As suggested, I have reloaded the blocky without success. I have open the Browser development tool and I find some lines with "require.min.js:5" under JS menu. I don't know what it means. Domoticz is running on a Rasp ...
- Sunday 16 February 2025 16:09
- Forum: Other questions and discussions
- Topic: Error in the logs when sending SMS
- Replies: 18
- Views: 2396
Error in the logs when sending SMS
Hello, I have an error message every time I send an SMS that appears in the logs: Error: Error opening url: https://myurl,mymessage And yet the SMS arrives on my smartphone which excludes a problem with the URL. I use it without any problem both on "action on" and "action off" of devices and in ...
- Tuesday 28 January 2025 15:27
- Forum: Other questions and discussions
- Topic: How to setup an hourmeter ?
- Replies: 3
- Views: 210
Re: How to setup an hourmeter ?
Thank you waltervl for your positive reply.
It looks like exactly what I am searching.
It looks like exactly what I am searching.
- Tuesday 28 January 2025 15:20
- Forum: Temperature and Weather
- Topic: Visual Crossing Weather as replacement of Darksky (obsolete)
- Replies: 27
- Views: 3756
Re: Visual Crossing Weather as replacement of Darksky (obsolete)
Hello, I answer myself: The data is not directly accessible by sensors. My aim was to retrieve the minimum and maximum forecast temperatures but the same following process can be applied to other data delivered via the API. I created two virtual devices for temperature readings and added the ...
- Saturday 25 January 2025 13:08
- Forum: Other questions and discussions
- Topic: How to setup an hourmeter ?
- Replies: 3
- Views: 210
How to setup an hourmeter ?
Hello everyone, I have been struggling for a few days to set up an hour meter on the closing of a contact. I have not found on the forum or elsewhere how to implement this function which seems quite simple at the start. I have tried by creating several types of virtual counters but none seems ...
- Wednesday 22 January 2025 15:16
- Forum: Temperature and Weather
- Topic: Visual Crossing Weather as replacement of Darksky (obsolete)
- Replies: 27
- Views: 3756
Re: Visual Crossing Weather as replacement of Darksky (obsolete)
Hello, I just created an account at visual crossing to retrieve weather information in domoticz. I created the hardware and I have the data that was added to the devices. Fine. However, I am mainly looking to get the forecasts and in particular the maximum temperature forecast for the day and ...
- Sunday 08 December 2024 16:45
- Forum: Z-Wave
- Topic: Help with Z-Wave Device Inclusion Failing Intermittently
- Replies: 2
- Views: 420
Re: Help with Z-Wave Device Inclusion Failing Intermittently
@monovone8084 I recently faced a malfunction of my Z-Wave UZB stick with the RPI4. Like you, it was almost impossible to include new sensors and the interview of existing nodes was not successful. According to some messages on this subject, it seems that there is an interference problem when the ...
- Thursday 05 December 2024 18:29
- Forum: Z-Wave
- Topic: Migration of Zwavejs-ui and ZME UZB from RPI3 to RPI4
- Replies: 15
- Views: 810
Re: Migration of Zwavejs-ui from RPI3 to RPI4
Hello, As promised I come back to give you a final report. I received the Z-Wave key and the USB extension cable today. But before putting the key into service, I thought it was worth trying to install the sensors with the UZB connected to the extension cable in order to eliminate any possible ...
- Monday 02 December 2024 22:15
- Forum: Z-Wave
- Topic: Migration of Zwavejs-ui and ZME UZB from RPI3 to RPI4
- Replies: 15
- Views: 810
Re: Migration of Zwavejs-ui from RPI3 to RPI4
I've read the same. I have ordered a 2m extension cable with the stick. I should receive them on friday.
- Monday 02 December 2024 11:18
- Forum: Z-Wave
- Topic: Migration of Zwavejs-ui and ZME UZB from RPI3 to RPI4
- Replies: 15
- Views: 810
Re: Migration of Zwavejs-ui from RPI3 to RPI4
There have been a lot of issues with the newer stick 7 and I think later versions of the 5 stick had the USB problems dealt with. I have 50 nodes on a 5 stick, not had problems since the switch to zwavejsUI. Thanks solarboy for this information. I didn't have any problems either when I did the ...
- Friday 29 November 2024 11:49
- Forum: Z-Wave
- Topic: Migration of Zwavejs-ui and ZME UZB from RPI3 to RPI4
- Replies: 15
- Views: 810
Re: Migration of Zwavejs-ui from RPI3 to RPI4
Thanks theo11 for these explanations. I am not really used to the Zwave-JS-UI interface, so I had not noticed the "+" button at the bottom of this page and what it was hiding. I followed the procedure and as I feared, it still does not work. I came to the conclusion that the problem is in the UZB. I ...