Navigation

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

    Topics created by fabix68

    • fabix68

      ds18b20 and negative temperature values
      NodeManager • • fabix68  

      6
      0
      Votes
      6
      Posts
      2837
      Views

      user2684

      Sorry for the delayed answer! Referencing https://github.com/mysensors/NodeManager/issues/219 to follow the resolution which as I mentioned might be a bit more complex unfortunately
    • fabix68

      Setpoint Value
      Domoticz • • fabix68  

      3
      0
      Votes
      3
      Posts
      1331
      Views

      fabix68

      Set the room temperature from a remote node. I have a node with a display that shows the values ​​of various sensors node (electricity production, consumption, temperature, state boiler). I want from this node also switch on the boiler by setting the reference temperature. Currently only displays on the display the set temperature on the setpoint and switches on and switches off the boiler but I can not change the value set on the setpoint (thought to 2 switches up and down)
    • fabix68

      MySensors V2 - Gateway to Domoticz TSF:CHKUPL:FAIL !TSM:UPL:FAIL
      Troubleshooting • • fabix68  

      2
      0
      Votes
      2
      Posts
      1052
      Views

      fabix68

      This is output with V2.0.0 Beta All OK Starting repeater (RNNRA-, 2.0.0-beta) Radio init successful. Test V_text send: 18-18-0-0 s=255,c=3,t=15,pt=6,l=2,sg=0,st=ok:0100 send: 18-18-0-0 s=255,c=0,t=18,pt=0,l=10,sg=0,st=ok:2.0.0-beta send: 18-18-0-0 s=255,c=3,t=6,pt=1,l=1,sg=0,st=ok:0 read: 0-0-18 s=255,c=3,t=6,pt=0,l=2,sg=0:M send: 18-18-0-0 s=255,c=3,t=11,pt=0,l=6,sg=0,st=ok:V_TEXT send: 18-18-0-0 s=255,c=3,t=12,pt=0,l=3,sg=0,st=ok:0.1 send: 18-18-0-0 s=2,c=0,t=36,pt=0,l=19,sg=0,st=ok:Lightning Intensity send: 18-18-0-0 s=1,c=0,t=0,pt=0,l=0,sg=0,st=fail: Init complete, id=18, parent=0, distance=1 send: 18-18-0-0 s=2,c=2,t=47,pt=0,l=0,sg=0,st=ok: read: 0-0-18 s=2,c=2,t=47,pt=0,l=11,sg=0:2517.5,827 Incoming change for sensor:2, New status: 1 Nuovo Messaggio ricevuto -> 2517.5,827 Primo Valore -> 2517 Secondo Valore -> 5,827```
    • fabix68

      [BETA 2.0] Manual node id
      Development • • fabix68  

      2
      0
      Votes
      2
      Posts
      1081
      Views

      scalz

      hello. at the beginning of your sketch, you can add #define MY_NODE_ID x where "x" is your node id. If this line is commented, or not present, then it's auto mode.