tnx @jvdz @waltervi
Sorry for the late reply but I do not receive notifications.
OK I will try to put the script in this box.Search found 17 matches
- Thursday 05 December 2024 10:33
- Forum: General Discussion
- Topic: telegram double account
- Replies: 5
- Views: 567
- Tuesday 19 November 2024 9:28
- Forum: General Discussion
- Topic: telegram double account
- Replies: 5
- Views: 567
telegram double account
it is possible to send notifications to different telegram accounts and not just to one . how could this be done ?
- Saturday 09 November 2024 9:44
- Forum: Bugs and Problems
- Topic: Email problems
- Replies: 41
- Views: 6646
Re: Email problems
thanks for your interest waltervl, I have tried the procedure described in the post, but the pages have changed and the procedure is cumbersome. I still managed to activate the two-step authentication, but when I ask to generate an authentication token a popup appears warning me that it is not ...
- Friday 08 November 2024 20:48
- Forum: Bugs and Problems
- Topic: Email problems
- Replies: 41
- Views: 6646
Re: Email problems
email does not work if I use gmail or hotmail SMTP. On the other hand, it works if I use other mail handlers. So I deduce that the mail servers that do not accept domoticz have implemented some devilry to block traffic that does not come from mail clients they do not like. Has anyone managed to ...
- Thursday 30 November 2023 12:56
- Forum: dzVents
- Topic: Error: EventSystem: problem writing file:
- Replies: 13
- Views: 1687
Re: Error: EventSystem: problem writing file:
I had this problem in docker when I upgraded to version 2023.1. The old version of domoticz saved the scripts in /opt/domoticz/userdata/_data..... the new version in /opt/domoticz/userdata . So in the volume we are going to retrieve or create , we have to recreate or copy the /scripts folder with ...
- Tuesday 24 October 2023 21:41
- Forum: LUA
- Topic: scripts in domoticz docker.
- Replies: 0
- Views: 5334
scripts in domoticz docker.
Where are scripts saved ; in domoticz installed in docker?
How do you deactivate or reactivate a script from domoticz gui or additional script.?
How do you deactivate or reactivate a script from domoticz gui or additional script.?
- Saturday 31 December 2022 8:54
- Forum: PHP and all others
- Topic: [NodeRed][Alexa] Read Temperature
- Replies: 7
- Views: 4690
Re: [NodeRed][Alexa] Read Temperature
@zuputrus,
I solved by having nodered read the MQTT messages .Thanks
I solved by having nodered read the MQTT messages .Thanks
- Sunday 04 December 2022 19:14
- Forum: PHP and all others
- Topic: [NodeRed][Alexa] Read Temperature
- Replies: 7
- Views: 4690
Re: [NodeRed][Alexa] Read Temperature
I wanted to have alexa read the energy and outdoor temperature sensors vocally , the system that @emme uses in the post above would be interesting but it doesn't seem to work ; I also put debugs in the process but it doesn't seem to activate,i don't want to use cloud services .I have node-red 3.0.2 ...
- Saturday 13 March 2021 9:20
- Forum: Heating/cooling
- Topic: Wemos thermostat, tasmota.
- Replies: 3
- Views: 741
Re: Wemos thermostat, tasmota.
using the setpoint function and the thermostat script, I noticed these two difficulties: firstly, the timer function only allows you to refer to a temperature at sunrise or sunset and not to a time of day. second, if there is a power failure or a restart of domoticz the temperature remains set to ...
- Tuesday 09 March 2021 15:22
- Forum: Heating/cooling
- Topic: Wemos thermostat, tasmota.
- Replies: 3
- Views: 741
Re: Wemos thermostat, tasmota.
hi kimot ,
I didn't receive the notification from the forum, I'm replying now.
I ask you , did you use a script to make a virtual thermostat or did you directly configure an idx and a gpio on the wemos?
I didn't receive the notification from the forum, I'm replying now.
I ask you , did you use a script to make a virtual thermostat or did you directly configure an idx and a gpio on the wemos?
- Saturday 27 February 2021 14:54
- Forum: Heating/cooling
- Topic: Wemos thermostat, tasmota.
- Replies: 3
- Views: 741
Wemos thermostat, tasmota.
Good morning everyone, I have a wemosD1mini with tasmota with thermostat function, is set by tasmota console with 6 temperatures during 6 periods of the day and works very well. I ask, is there a way with domoticz to manage it graphically? PS I tried to use the thermostat option already present in ...
- Monday 14 December 2020 9:24
- Forum: Examples & Solutions
- Topic: Rolling 24-hour graph using Google Charts and dzVents
- Replies: 6
- Views: 1887
Re: Rolling 24-hour graph using Google Charts and dzVents
following some posts and your indications, I was able in part to create a chart (similar to that of domoticz made with highcharts) online. I did so inserted in domoticz the script dzvents written by @waaren --[[ script to create a CSV file with following layout. now,inside,target,outside,lounge ...
- Tuesday 08 December 2020 23:37
- Forum: Temperature and Weather
- Topic: Writing temperature til text file
- Replies: 12
- Views: 1931
Re: Writing temperature til text file
works perfectly
Code: Select all
cat /tmp/temperature.js
document.write ('Temperature:1.91°C, Pressure sea level: 1007.0 Hpa, LastUpdated: 2020-12-07 15:43:10')
- Tuesday 08 December 2020 22:43
- Forum: Temperature and Weather
- Topic: Writing temperature til text file
- Replies: 12
- Views: 1931
Re: Writing temperature til text file
nothing. seems not to act on the variable
- Tuesday 08 December 2020 20:26
- Forum: Temperature and Weather
- Topic: Writing temperature til text file
- Replies: 12
- Views: 1931
Re: Writing temperature til text file
@waaren I also tried the method with otherdevices tables, but the value of the temperature contains many decimals after the comma, I tried putting .. round(otherdevices_temperature[devicename], 2) .. but it does not round. ps:is it possible to import in a web page the domoticz temperature charts? I ...
- Tuesday 08 December 2020 10:46
- Forum: Temperature and Weather
- Topic: Writing temperature til text file
- Replies: 12
- Views: 1931
Re: Writing temperature til text file
@waaren wonderful !!! it works great! TNX
- Tuesday 08 December 2020 9:22
- Forum: Temperature and Weather
- Topic: Writing temperature til text file
- Replies: 12
- Views: 1931
Re: Writing temperature til text file
thank you for your suggestions, i was able to publish the data of a bmp280 sensor online. I would also like to report the date and time of detection but I can't find the variable in domoticz. As I can do, I enclose a screenshot that shows which data I need. Schermata da 2020-12-08 09-07-03.png print ...