Navigation

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

    Topics created by Inso

    • Inso

      Switching from ethernet gateway to MQTT
      Troubleshooting • • Inso  

      2
      0
      Votes
      2
      Posts
      847
      Views

      Inso

      Update: rebuild from the bones. Raspi-OS, Domoticz, Mosquitto, MySensors. I don´t get a version of my gateway nether. Sensors run but have to be renamed complete within Domotics (database backup did not help), and all data is lost.
    • Inso

      MySensors needs restart to communicate
      Troubleshooting • • Inso  

      4
      0
      Votes
      4
      Posts
      1065
      Views

      gohan

      Cheap clones are often a pain. Look on the store links on mysensors.org, the most expensive ones are the ones I have and work perfectly with my rpi3
    • Inso

      How to send serial commands (v_var) from Domoticz to serial gateway
      Domoticz • • Inso  

      2
      0
      Votes
      2
      Posts
      2477
      Views

      iahim67

      @Inso - you can eventually register a few TEXT devices with one of your Arduino sensors, like: present(LCD_LINE1_CHILD_ID, S_INFO, LCD_LINE1); then periodically ask data back from Domoticz like: if (!line1received) { request(LCD_LINE1_CHILD_ID, V_TEXT); #if DEBUG == 1 Serial.println("Requested line1 from gw !"); #endif wait(5000, 2, V_TEXT); // wait for 5s or until a message of type V_TEXT is received } just define this first: bool line1received = false; For more details on the DzVents (2.4x) side have a look in the Domoticz installation folder, there are a few good DzVents examples, this is the path in Windows7: C:\Program Files (x86)\Domoticz\scripts\dzVents\examples Hope it helps ...
    • Inso

      A few noob questions
      Troubleshooting • • Inso  

      7
      0
      Votes
      7
      Posts
      1790
      Views

      mfalkvidd

      @Inso great work. Thanks for reporting back.