Navigation

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

    mysensors-6043

    @mysensors-6043

    1
    Reputation
    35
    Posts
    394
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    mysensors-6043 Follow

    Best posts made by mysensors-6043

    • RE: [solved] Problem with ioBroker and MySensors 2.0

      Hi, I have iobroker running on a rasPi3 and an instance of mysensors configured. This is working so far. On a nodeMCU, mysensors 2.0 is used. I can pass data between.

      cheers

      posted in IOBroker
      mysensors-6043
      mysensors-6043

    Latest posts made by mysensors-6043

    • ESP8266 and mysensors to connect to NodeRed mysensors Node

      Hi
      I have a ESP8266 up and running on my WLAN and I want to send an analog to a RedMatic mysensors Node.
      Has anybody such a config in place ?
      https://www.npmjs.com/package/node-red-contrib-mysensors

      cheers and thanks in advance

      posted in General Discussion
      mysensors-6043
      mysensors-6043
    • RE: nodeMCU, MY_GATEWAY_ESP8266 and Temp Sensor

      Hey Folks
      Thank's a lot, the issue is solved. nodeMCU as a gateway measures the temperature, pass it over to an iobroker / mysensors instance. There with a JavaScript, I set a Homematic System Variable which is displayed in the iPad.
      So now, I know, when the coffee machine has the right temp.

      cheers

      posted in Troubleshooting
      mysensors-6043
      mysensors-6043
    • RE: nodeMCU, MY_GATEWAY_ESP8266 and Temp Sensor

      ok, looks better, I included the library from Paul Stoffregen and commented out #define MY_RADIO_RFM69.
      So far no exception. I still can join my home WLAN, but sensor data can not be read.
      All I Need is a temp sensor and send the data do a iobroker instance.

      The question is whether I'm on the right track with a nodeMCU ?

      posted in Troubleshooting
      mysensors-6043
      mysensors-6043
    • RE: nodeMCU, MY_GATEWAY_ESP8266 and Temp Sensor

      yes, but i'm not shure whether this is correct
      All I Need is a sensor that sends the temperature via WLAN to UDP Port 5003 of the iobroker (acting as Controller)

      Could also be an Arduino Nano with a Radio, e.g. NRF24L01

      posted in Troubleshooting
      mysensors-6043
      mysensors-6043
    • RE: nodeMCU, MY_GATEWAY_ESP8266 and Temp Sensor

      Hi, yes, the Hardware is ok. running a Dallas example script shows the temperature from the sensor.
      The Gateway is on the Network, I see a DHCP request and get Messages on the iobroker.

      posted in Troubleshooting
      mysensors-6043
      mysensors-6043
    • RE: nodeMCU, MY_GATEWAY_ESP8266 and Temp Sensor

      ok, i'll try, hmmmm how to import / use this lib ?

      posted in Troubleshooting
      mysensors-6043
      mysensors-6043
    • RE: ESP8266 Gateway restarts when data is received from node [Solved]

      Yes I use one DS18B20.

      posted in Troubleshooting
      mysensors-6043
      mysensors-6043
    • RE: nodeMCU, MY_GATEWAY_ESP8266 and Temp Sensor

      ok, yes lokks like this. A soon as I try to get temp values then I run into an exception again.

      void loop() {
        // Send locally attached sensors data here
        Serial.print("Requesting temperatures...");
        sensors.requestTemperatures(); // Send the command to get temperatures
        Serial.println("DONE");
        delay(1000);
      }
      
      posted in Troubleshooting
      mysensors-6043
      mysensors-6043
    • RE: nodeMCU, MY_GATEWAY_ESP8266 and Temp Sensor

      Hey great, I started with a new sketch and did what You recommended. I get the number of sensors now without exception and stack trace. On a good way now I guess. Many thank's and best regards from Switzerland

      posted in Troubleshooting
      mysensors-6043
      mysensors-6043