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
P

punter9

@punter9
About
Posts
47
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Solar Powered Soil Moisture Sensor
    P punter9

    @flopp

    guys seriously this is just yet another reason to write your reporting interval based on battery voltage and time and not on time alone.

    You are using extremely cheap systems with cheap batteries of unknown age that are likely very prone to incur reduced capacity over shorter times and memory from discharge cycles.

    See the posts above. This really is one of the greatest ideas I have seen for monitoring, just needs a tweak

    With these findings I would set a floor voltage around 1-1.1 V for the arduino to go into sleep mode (find your own floor voltage by looking at your sleep discharge rate and length of night time).

    My Project

  • Solar Powered Soil Moisture Sensor
    P punter9

    I have a couple soil sensors running with simple bolts in the ground. No two sensors will read the same in the same soil, but that is because they are just a relative setup not an accurate setup. Doing what is recommended above is necessary. Determine what % correlates to watering time on the plants. Once this is done it is set and forget.

    Also, on your batteries
    "The phenomenon itself is very real. If a NiCd battery is repeatedly charged after it has only been partially discharged it will develop a lower voltage and a lower capacity. Fortunately, this effect is reversible by conditioning NiCds."

    So I vote to help your poor cheap lamp batteries out by writing logic into your arduino that varies by battery voltage. You can write it in ranges

    battery > X volts report every Y minutes
    battery > Z volts report every P minutes
    battery > .....etc

    also to keep your battery in good shape you may consider every so many days ( 2 - 5 ) writing logic that says
    every Q days report every 20 seconds (or another interval that will drain battery) until battery voltage = min
    then
    sleep until battery voltage = max

    My Project

  • Solar Powered Soil Moisture Sensor
    P punter9

    ha you are on it! caught me editing!

    anyways I love your idea, I can guarantee I am looking for these little lights to be on sale every time I go out. This maxes out the clever scale.

    My Project

  • Solar Powered Soil Moisture Sensor
    P punter9

    @flopp
    sure is, It looks like this sketch already has already picked a set single point sleep time that achieved the discharge gradient being less than the charge gradient looking at the angles on the 7 day graph.

    My question is why wouldn't you write an algorithm for your sleep setting so you don't have to mess with it if you get a cloudy week etc? You have variable charge gradients depending on weather so why not have a simple variable discharge gradient?

    A simple one would be case A - sunny day discharge gradient B- very cloudy day discharge gradient C- emergency charge/top off battery

    you could write an equation based off your existing data but honestly you probably wouldn't get much out of it past the simple set listed above that cover 99% of conditions you will see.

    My Project

  • Solar Powered Soil Moisture Sensor
    P punter9

    side thought

    why not write your sleep setting as a variable on the arduino side that is dependent on battery voltage?

    if v>(full charge) sleep x hours
    if v>(half charge) sleep for y hours
    if v<(close to terminal voltage) sleep for z hours/days

    My Project

  • Solar Powered Soil Moisture Sensor
    P punter9

    this is genious

    My Project

  • Monitor if an outlet has power - send email
    P punter9

    I have a co-worker who wants to monitor the status of their GFCI outlet that the sump pump is hooked to. Occasionally it will trip when they use their smoker or something and they won't notice until water backs up. What they would like is a simple monitor that would send them an email when there is no power. So I am tossing around some ideas

    • current meter and a light bulb - battery pack for node power (expensive)
    • LED on all the time and light meter taped together (blocking outside light). If value goes to 0 email is sent (cheap but I wonder how reliable)

    They do not currently have a domoticz setup so I would have to get a pi to get this going, adding expense. If anyone has some very simple suggestions I am missing I would really appreciate it!

    General Discussion

  • Raspberry Pi Zero $5
    P punter9

    @Zeph

    that has nothing to do with the hardware at all, just a shoddy supply and demand scenario. If they had called me I would have said it is a specialty product for a niche more advanced user than typical and said small quantity too.

    link text

    I am personally very excited because we know that the quality of these products will be very high and consistent, which is very unlike some of my purchases for components on ebay

    General Discussion

  • Raspberry Pi Zero $5
    P punter9

    actually the more I look at this the more this really needs to be considered, cost wise it is right there with arduinos by the time you add in ancillary stuff. Reliability would be top notch too

    General Discussion

  • Raspberry Pi Zero $5
    P punter9

    this would be all kinds of awesome

    General Discussion

  • 110v-230v AC to Mysensors PCB board
    P punter9

    thanks for the update on the resettable fuses! Another rookie ?. I ordered 0.4A fuses since the 0.3A are sold out. Is this a classic dumb move thinking that 0.1A is no big deal?

    Hardware

  • 110v-230v AC to Mysensors PCB board
    P punter9

    thanks! one more question. I am really striking out finding resettable fuses for 120v US application. Anybody conquer this mole hill?

    Hardware

  • Safe In-Wall AC to DC Transformers??
    P punter9

    this doesn't mention specifically but a good read

    http://lygte-info.dk/review/Power Mains to 5V 0.6A Hi-Link HLK-PM01 UK.html

    Hardware

  • 💬 In Wall AC/DC Pcb for MySensors
    P punter9

    hey any suggestions for US spec hardware?

    OpenHardware.io pcb mysx1.4 inwall acdc

  • 110v-230v AC to Mysensors PCB board
    P punter9

    I really like that this uses the hlk power supply. Any versions of this floating around that instead of a relay do a digital/analog pinout for you to connect sensors to? That would be like a plain vanilla do anything board with safe power

    Hardware

  • ioBroker = Home automation/Node ALL in ONE/ for noobs https +Let's encrypt/MQTT/Node Red/
    P punter9

    you know call me crazy but I have been thinking it is a bit surprising a simple windows/linux/etc GUI has not been made for mysensors. I know I have enjoyed learning to code but it would be nice at times to have a drop down

    select board type
    select devices (dht22, relay,etc)
    select pin device is on
    add option for repeater
    add option for sleep
    add option for wake every xxx minutes and take reading
    hit send

    My Project

  • "Error sending switch command, check device/hardware !"
    P punter9

    Adding a capacitor to the radio is what I needed to do! Made all the difference in the world!

    Troubleshooting

  • "Error sending switch command, check device/hardware !"
    P punter9

    I have a mysensors relay node that I have been using acting very oddly. If I unplug the node and plug it back it it will work as it should a few times (on/off). After I cycle it about 3 times it stops working and instead I get the following error "Error sending switch command, check device/hardware !"

    If I unplug it, it works again about 3 times then right back into this pattern of behavior. Any ideas what to do with this?

    The sketch is unmodified from mysensors. I thought it may be a range issue so I took the gateway close to the lamp and I have the same issue.

    Domoticz V2.3530
    Raspbery PI model B
    Arduino Nano usb gateway with NRF24L01+
    Mysensors V1.5

    Troubleshooting

  • This should be a simple one! Water level test (not on constantly)
    P punter9

    @mfalkvidd said:

    thanks! That makes a ton of sense. These forums are awesome, I really appreciate everybody

    Troubleshooting
  • Login

  • Don't have an account? Register

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