Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
T

treb0r

@treb0r
About
Posts
18
Topics
1
Shares
0
Groups
0
Followers
0
Following
2

Posts

Recent Best Controversial

  • gw.sleep on battery powered magnet door switch
    T treb0r

    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

    My Project

  • One for All
    T treb0r

    When you add scene it is displayed in Scenes section, not in the switches section.

    Domoticz domoticz

  • Trying to combine Temp + Battery level-sketch, What is wrong?
    T treb0r

    @Cliff-Karlsson said:

    int numSensors=0;

    It seems that you have 0 temp sensors
    treb0r

    Troubleshooting

  • 433mhz outlet
    T treb0r

    @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

    Troubleshooting 433mhz

  • Wind sensors
    T treb0r

    @NeverDie said:

    That seems like a great prices on the wind sensor. Unfortunately, it looks as though Malin won't ship to the USA. :anguished:

    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

    Hardware

  • Wind sensors
    T treb0r

    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=10868

    treb0r

    Hardware

  • ATtiny supported?
    T treb0r

    @marceltrapman
    Because in case of door/window sensor it is better looking, when you have sth small sticked to the frame :)

    Hardware

  • ATtiny supported?
    T treb0r

    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

    Hardware

  • tinyBrd = NRF24L01 + ATtiny84
    T treb0r

    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

    General Discussion

  • Irrigation Controller (up to 16 valves with Shift Registers)
    T treb0r

    @BulldogLowell
    OK, I will post the video. If I will manage I will also post serial output
    treb0r

    My Project

  • Irrigation Controller (up to 16 valves with Shift Registers)
    T treb0r

    @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

    My Project

  • Irrigation Controller (up to 16 valves with Shift Registers)
    T treb0r

    @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

    My Project

  • Combined MySensor Gateway with 433Mhz transmitter (HomeEasy/Klik-Aan-Klik-uit)
    T treb0r

    @BartE
    I would also be interested in Domoticz version :)

    My Project

  • Irrigation Controller (up to 16 valves with Shift Registers)
    T treb0r

    @BulldogLowell

    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?

    My Project

  • Irrigation Controller (up to 16 valves with Shift Registers)
    T treb0r

    @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?

    My Project

  • Irrigation Controller (up to 16 valves with Shift Registers)
    T treb0r

    @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?

    My Project

  • Irrigation Controller (up to 16 valves with Shift Registers)
    T treb0r

    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?

    My Project

  • Irrigation Controller (up to 16 valves with Shift Registers)
    T treb0r

    thank you for this modification. I will test it today. Shall it be working withou any problems with Domoticz on Raspberry Pi?

    My Project
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular