The sketch works with both reeds switches (2 windows) but how to integreate it with DS18B20 temp sensor? I also power it with battery, so I would like to check the temp eg every 5min and if it is changed then send the new value to the controler. How to wake up arduino only if any window is opened or temp is changed (after 5 min)
Thanks
treb0r
Posts made by treb0r
-
RE: gw.sleep on battery powered magnet door switch
-
RE: One for All
When you add scene it is displayed in Scenes section, not in the switches section.
-
RE: 433mhz outlet
@jribera Your sketch works perfectly
I am trying to add also 433 receiver to allow domoticz update states of the switches is the Socket is switched on or off by remote control. Does anybody know how to do that? After receiving certain code change the state of the corresponding socket.
treb0r -
RE: Wind sensors
@NeverDie said:
That seems like a great prices on the wind sensor. Unfortunately, it looks as though Malin won't ship to the USA.
You can always find somebody who can buy and send it for you I have this privilege that my friend goes to UK very often so he brought me some pcs from Maplin
treb0r -
RE: Wind sensors
I have this one:http://www.maplin.co.uk/search?text=Maplin+Replacement+Wind+Speed+Sensor+for+N96FY
Is much cheaper and works. It has one reed switch, and one turn/s indicates 2,4 km/h
For rain gauge I have also this part. http://www.maplin.co.uk/search?text=Maplin+Replacement+Wind+Speed+Sensor+for+N96FY
Works in the same way
Here you have how it looks inside: http://www.philpot.me/weatherinsider.html
and here you have some code:
http://sandaysoft.com/forum/viewtopic.php?f=16&t=10868treb0r
-
RE: ATtiny supported?
@marceltrapman
Because in case of door/window sensor it is better looking, when you have sth small sticked to the frame -
RE: ATtiny supported?
I found such board with ATtiny84 and NRF24L01.
http://nettigo.pl/products/bezprzewodowy-sensor-tinybrd
I am trying to find out from the producers if mysensors library will also work on it.
What do you think? Hardware site is already done. Will it be possible to run sketches with mysensors on it?
Regards -
tinyBrd = NRF24L01 + ATtiny84
Hi
I have found such connection of NRF24L01 and ATtiny84. Do you think that mysensors could also work on such "tinyBrd" If you need some help with translation, do not hesitate to ask. I am at your disposal
http://nettigo.pl/products/bezprzewodowy-sensor-tinybrd
treb0r -
RE: Irrigation Controller (up to 16 valves with Shift Registers)
@BulldogLowell
OK, I will post the video. If I will manage I will also post serial output
treb0r -
RE: Irrigation Controller (up to 16 valves with Shift Registers)
@BulldogLowell
Yes, RTC is connected and tested with different sketches (just to check if RTC work correctly). Works ok.
With your correctes projects, as above mentioned: On LCD there is no info neither about Time Synchronisation, nor about Time Synchronisation fail. It stops, as previously on info: Updating Valve : 0
treb0r -
RE: Irrigation Controller (up to 16 valves with Shift Registers)
@BulldogLowell
HI
Thanks for the post. On LCD there is no info about Time Synchronisation fail. It stops, as previously on info: Updating Valve : 0
So I cant check if the RTC is working
treb0r -
RE: Combined MySensor Gateway with 433Mhz transmitter (HomeEasy/Klik-Aan-Klik-uit)
@BartE
I would also be interested in Domoticz version -
RE: Irrigation Controller (up to 16 valves with Shift Registers)
requestTime() seems not be supported. A have rtc ds3231 or ds1307. They can use the same commands and libraries. If you would change the code that would perfect As you proposed you would also include in the code the timers for zones, instead of requesting them from Domoticz. As I understand these timers are only for manuals starts (via button) right?
-
RE: Irrigation Controller (up to 16 valves with Shift Registers)
@BulldogLowell
I am afraid that Domoticz doesn't have such advanced options of configuration of devices. Or maybe I am wrong? Is there any chance to bypass the V_VAR1 variables? -
RE: Irrigation Controller (up to 16 valves with Shift Registers)
@BulldogLowell said:
@treb0r said:
Shall it be working withou any problems with Domoticz on Raspberry Pi?
I assume so. It is using S_LIGHT, one of the most used device types. I am unsure however if Domoticz supports V_VAR1 & V_VAR2 for that device type, so you may have to check with other forum members who use Domoticz.
Well, it is not working. Domoticz finds 5 switches, but on LCD there is Message: Failed Clock Synchronisation, and the Updating Valves but still 0 Is the problems with V_VAR1 & V_VAR2 variables?
-
RE: Irrigation Controller (up to 16 valves with Shift Registers)
Regarding the Video presenting this irrigation project: is the 15 min time, which is counting down after starting the valve via pressing the button, programed somewhere in the arduino code? Or it is taken from timer set in the Vera (or Domoticz) controller?
-
RE: Irrigation Controller (up to 16 valves with Shift Registers)
thank you for this modification. I will test it today. Shall it be working withou any problems with Domoticz on Raspberry Pi?