Navigation

    • Register
    • Login
    • Search
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. iguaan
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by iguaan

    • iguaan

      Domoticz weather sensor presentation
      Domoticz • • iguaan  

      3
      0
      Votes
      3
      Posts
      37
      Views

      grumpazoid

      I use a BME280 sensor for outside and some 18b20's for inside. Domoticz works with these without problems but I do not use OTA - not figured that out yet I had to cut out all the weather prediction code on for the BME280 to make it run on a pro mini 3.3 but Domoticz has basic prediction built in.
    • iguaan

      Presenting and controlling variables in domoticz
      Domoticz • • iguaan  

      4
      0
      Votes
      4
      Posts
      1407
      Views

      iguaan

      @pjr said in Presenting and controlling variables in domoticz: Cannot get the point what you exactly mean but I think you should check for what child the message is for: if(message.sensor == CHILD_ID_aeg2** && message.type == ...) { ..do suff.. } Thank you, message.sensor was the thing i needed. Browsed cpp and h files in mysensors library and googled, but couldn't find variables to use with message.*.