Navigation

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

    Topics created by Kurt

    • Kurt

      Method to OTA a sleeping node
      Development • • Kurt  

      6
      2
      Votes
      6
      Posts
      2126
      Views

      martinhjelmare

      Home assistant also supports smartsleep.
    • Kurt

      Enable 'SOFTSPI' in codebender for Wiznet - Ethernetgateway
      Development • • Kurt  

      2
      0
      Votes
      2
      Posts
      759
      Views

      hek

      You must download and install the Arduino IDE to change those settings using the 1.5 version.
    • Kurt

      Scrambled UI - not reading sensors
      MyController.org • • Kurt  

      4
      0
      Votes
      4
      Posts
      1766
      Views

      jkandasa

      @Kurt said: Thx! Turned out to be a combination of cached data and a power delivery problem at my gateway. All working fine now. Any hints at how to test the (guess alpha) MQTT broker? Kurt @Kurt To use MySensors.org 1.6 dev branch MQTT gateway we should(I guess) have a MQTT broker. So I have added inbuilt MQTT broker to provide easy setup for users. Two options available for MQTT broker. Use MyController.org MQTT broker (by default will be enabled, configuration will be available in mycontroller/conf/mycontroller.properties). You can modify or use default port number(1883) Use external MQTT broker. In this case if you use external MQTT broker on the same machine, you should disable MQTT broker of MyController.org. You have to configure MQTT client details here mycontroller/conf/mycontroller.properties you have to change the following lines based on MySensors.org MQTT gateway configuration mcc.gateway.mqtt.topic.publish=mygateway-in mcc.gateway.mqtt.topic.subscribe=mygateway-out
    • Kurt

      'production' setup - how do you guys do it?
      General Discussion • • Kurt  

      15
      0
      Votes
      15
      Posts
      6443
      Views

      Fabien

      @Yveaux For your influx flow you can try this : [{"id":"8347dab9.7cb828","type":"mqtt-broker","broker":"localhost","port":"1883","clientid":""},{"id":"d92d398d.26d2c8","type":"mqtt in","name":"Temperature Bureau","topic":"MySensors/4/1","broker":"8347dab9.7cb828","x":159,"y":103,"z":"183ecd0f.e7c133","wires":[["a929fd06.56d6"]]},{"id":"a929fd06.56d6","type":"function","name":"","func":"var newMsg={};\nnewMsg.payload = new Buffer(\"temp,location=Bureau value=\"+msg.payload,\"binary\");\nreturn newMsg;","outputs":1,"noerr":0,"x":354,"y":103,"z":"183ecd0f.e7c133","wires":[["4b2e850f.b4d17c"]]},{"id":"4b2e850f.b4d17c","type":"http request","name":"","method":"POST","ret":"bin","url":"http://localhost:8086/write?db=test","x":505,"y":103,"z":"183ecd0f.e7c133","wires":[[]]}]
    • Kurt

      Intel Edison controller
      Controllers • intel edison co • • Kurt  

      2
      0
      Votes
      2
      Posts
      2180
      Views

      Chancla

      Hello Kurt Sorry I can´t help you with your question but I´m trying to install Mongodb in the Edison board. Can you please give me any hint on how to install it? Many thanks