Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. mysensors 2.0.0
    Log in to post

    • micah

      How to send updated V_TEXT/S_INFO to controller?
      Troubleshooting • domoticz mysensors 2.0.0 vtext sinfo • • micah  

      8
      0
      Votes
      8
      Posts
      3917
      Views

      micah

      @hek Oh, I didn't know I needed to use both. Well I tried a million combinations after seemingly reading everything on the subject, and I still couldn't get {int + char + int} converted into a char[] using strcpy and strcat for some reason my brain is just not wrapping itself around the concept today... maybe I'll come back to it tomorrow. In the mean time, I tried the following and it worked. char buf[20]; sprintf(buf, "%d.%d", Alarm1_Time_Local[0], Alarm1_Time_Local[1]); send(MySensors_MSG_Alarm1_Time.set(buf), true); I've read that using sprintf increases the size of your sketch... but for now I'm fine with it, since it works and I can move on to being creative and productive.. lol
    • pinkkoff

      [Solved] MQTT gateway problem
      Troubleshooting • mqtt ethernet mosquitto mysensors 2.0.0 • • pinkkoff  

      13
      0
      Votes
      13
      Posts
      5623
      Views

      ikkeT

      nevermind. now after all upgrades AND BATTERY CHANGE to sensebender it's all fine
    • tekka

      New nRF24 driver in MySensors 2.0.0
      Announcements • nrf24 mysensors 2.0.0 • • tekka  

      10
      13
      Votes
      10
      Posts
      4858
      Views

      tbowmo

      @GertSanders No, you have to update manually...