Search found 12 matches
- Wednesday 31 October 2018 14:45
- Forum: Temperature and Weather
- Topic: I need to measure temperatures up to 300 degrees.
- Replies: 4
- Views: 1469
I need to measure temperatures up to 300 degrees.
I need to measure temperatures up to 300 degrees. I will measure the flue gases out of my fireplace to control different contacts as well as show the current temperature in Domoticz. Can you help me. I have looked at 1-wire solutions but do not know how to put these together practically. Do you have ...
- Thursday 16 August 2018 10:00
- Forum: Cameras
- Topic: Stream cameras and level of user?
- Replies: 2
- Views: 1115
Re: Stream cameras and level of user?
Where can I report this as a "bug"
- Thursday 09 August 2018 20:07
- Forum: Cameras
- Topic: Stream cameras and level of user?
- Replies: 2
- Views: 1115
Re: Stream cameras and level of user?
i meant right of users. its seems That only admin have rights to see camera view. who can i ask?
rgds ingemar w
rgds ingemar w
- Wednesday 08 August 2018 13:30
- Forum: Cameras
- Topic: Stream cameras and level of user?
- Replies: 2
- Views: 1115
Stream cameras and level of user?
Hi It's seems that the only way to se live stream och pics in cameras in Andriod app if I am a "admin"? I would like to create a "viewer" that I could sen to my family and they only have on tab with all four cameras in. A backup would be to choose "cameras" from meny and see all four cameras. Have ...
- Wednesday 01 November 2017 10:08
- Forum: Rfxcom Transceiver
- Topic: Temperature & Humidity Sensor compatible with RFXCOM/Domoticz
- Replies: 64
- Views: 47662
looking for a thermometer that can handle high temperatures
I have used Rubicson's bending thermometer but it works badly. Is anyone who has tried any other thermometer or solution where you can measure temperatures up to 300 degrees?
Rgds Ingemar
Rgds Ingemar
- Tuesday 11 April 2017 15:20
- Forum: LUA
- Topic: How to activate Armed Home or Away by lua and trigged by time?
- Replies: 3
- Views: 1285
Re: How to activate Armed Home or Away by lua and trigged by time?
Many thanks!
/Ingemar
/Ingemar
- Friday 24 March 2017 10:31
- Forum: LUA
- Topic: How to activate Armed Home or Away by lua and trigged by time?
- Replies: 3
- Views: 1285
How to activate Armed Home or Away by lua and trigged by time?
I want to activate "arm Home" at weekdays between 07:00 - 20:00 adn deactivate the rest of the time?
Have anyone did this before and can you share your script?
/Ingemar
Have anyone did this before and can you share your script?
/Ingemar
- Friday 24 March 2017 10:27
- Forum: Blockly
- Topic: How to activate Armed Home or Away by blockly?
- Replies: 3
- Views: 1410
Re: How to activate Armed Home or Away by blockly?
ohhh. that's bad. Ok Thanks and i will put a post och Lua thread instead
- Tuesday 14 March 2017 14:09
- Forum: Blockly
- Topic: How to activate Armed Home or Away by blockly?
- Replies: 3
- Views: 1410
How to activate Armed Home or Away by blockly?
I want to activate "alarm Home" at weekdays between 0700 - 2059
and "Armed away" between 21:00 to 0659 every day
Is it possible to do a blockly script for this?
/Ingemar
and "Armed away" between 21:00 to 0659 every day
Is it possible to do a blockly script for this?
/Ingemar
- Tuesday 17 January 2017 13:34
- Forum: PHP and all others
- Topic: Only send notification once when temp changes?
- Replies: 5
- Views: 3423
Re: Only send notification once when temp changes?
Thanks This works
- Tuesday 17 January 2017 13:11
- Forum: PHP and all others
- Topic: Only send notification once when temp changes?
- Replies: 5
- Views: 3423
Re: Only send notification once when temp changes?
ahhh ok so if i have a variable send= 1 or 0
If temp is higher then 90 then send = 1
If temp is lower than 90 and send = 1 then send message and then set send = 0
Nice thanks
If temp is higher then 90 then send = 1
If temp is lower than 90 and send = 1 then send message and then set send = 0
Nice thanks
- Tuesday 17 January 2017 12:22
- Forum: PHP and all others
- Topic: Only send notification once when temp changes?
- Replies: 5
- Views: 3423
Only send notification once when temp changes?
I try to build an events that will send a single messages when temperature drop below 90 degree C. In this examples its start to send message when temperature is under 90 but it’s continue to send until I deactivate the events How to make this event to send just one message when temperature passes ...