Search found 9 matches
- Monday 04 May 2020 18:51
- Forum: Suggestions
- Topic: Baro decimal precision
- Replies: 4
- Views: 1181
Re: Baro decimal precision
I found something : In the database domoticz.bd (edited with sqlite3), I changed the subtype of my virtual sensor from 1 to 16. Now it's names "weather station" in the devices list and it displays one decimal. :) So, is there a simple way to change the subtype of a sensor ? I didn't find a list of ...
- Monday 04 May 2020 10:19
- Forum: Suggestions
- Topic: Baro decimal precision
- Replies: 4
- Views: 1181
Re: Baro decimal precision
I've go to Temp-Humidity-Baro sensors on my Domoticz server. One is mySensors and have decimals on the displayed pressure value and the other is MQTT and on this one, the displayed value is rounded to an integer.
I would like have decimals on the MQTT baro value too.
D.
I would like have decimals on the MQTT baro value too.
D.
- Sunday 03 May 2020 22:04
- Forum: Suggestions
- Topic: Baro decimal precision
- Replies: 4
- Views: 1181
Re: Baro decimal precision
I've go the same issue with Domoticz version 4.10717. When I send mosquitto_pub -h localhost -t "domoticz/in" -m '{ "idx" : 437, "nvalue" : 0, "svalue" : "19.30;52.00;2;1013.30;0" } the baro panel (437) displays 1013 and when I send mosquitto_pub -h localhost -t "domoticz/in" -m '{ "idx" : 437 ...
- Thursday 27 June 2019 10:46
- Forum: Blockly
- Topic: Event on wrong time
- Replies: 11
- Views: 2270
Re: Event on wrong time
OK
Thank you for your help.
David.
Thank you for your help.
David.
- Tuesday 25 June 2019 10:58
- Forum: Blockly
- Topic: Event on wrong time
- Replies: 11
- Views: 2270
- Tuesday 25 June 2019 8:28
- Forum: Blockly
- Topic: Event on wrong time
- Replies: 11
- Views: 2270
Re: Event on wrong time
Here is the continuation :
I changed the trigger time of the command in the script (6:25 -> 6:45).
The command is always activated at 6:05. In the log, we see that it comes from this script. The trace "Log volets 1" is found at 6:05.
I changed the trigger time of the command in the script (6:25 -> 6:45).
The command is always activated at 6:05. In the log, we see that it comes from this script. The trace "Log volets 1" is found at 6:05.
- Monday 24 June 2019 14:39
- Forum: Blockly
- Topic: Event on wrong time
- Replies: 11
- Views: 2270
Re: Event on wrong time
I done it this way.
I'm waiting for the result.
I'm waiting for the result.
- Monday 24 June 2019 13:13
- Forum: Blockly
- Topic: Event on wrong time
- Replies: 11
- Views: 2270
Re: Event on wrong time
I've just checked it and I confirm there is nothing else.
- Monday 24 June 2019 10:47
- Forum: Blockly
- Topic: Event on wrong time
- Replies: 11
- Views: 2270
Event on wrong time
<r>I have a problem with a blockly script. I send an order to open or close shutters at certain times. In my script, the opening is scheduled at 6:25 though the shutters are operated at 6:05!<br/> For other movement commands, that's fine. I do not understand where the problem comes from. Can you ...