Navigation

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

    Topics created by David Marlinge

    • David Marlinge

      Wrong data from mysensors.
      Domoticz • • David Marlinge  

      2
      0
      Votes
      2
      Posts
      39
      Views

      nagelc

      Hi @David-Marlinge I have struggled with these meters in Domoticz also. I am using an S_Power meter for an energy monitor which looks like what you are using. This is my understanding: The value on the top of the bar is the power you have most recently sent (in Watts). Domoticz calculates kWh from the watts and the time it was sent. kWh used today is shown on the Utility screen (your 2036.992). Overall kWh is what is shown on the device tab (your 2311414.016). I present an S_POWER device, then measure the current and multiply by the voltage to get the power in watts. Then I send that with a V_WATT message. I don't calculate the kWh. Domoticz calculates kWh from the Watts I send and time I send it. For example: present(CHILD_ID_PWR, S_POWER, "Emon 38/26H"); . . . . . . . . MyMessage Msg_Pwr(CHILD_ID_POWER, V_WATT); . . . . . . send(Msg_Pwr.set(Pwr, 1)); Then the Pwr value should show up in that top bar. Domoticz will calculate the kWh used based on the time of the power updates. I have not really used the V_KWH variable, so I'm not sure how that fits in with this one.
    • David Marlinge

      Serial gateway : receiving same message in loop
      Troubleshooting • • David Marlinge  

      2
      0
      Votes
      2
      Posts
      18
      Views

      mfalkvidd

      @David-Marlinge welcome to the forum. Could you post the debug output from the node? If you haven’t already, see https://forum.mysensors.org/topic/666/read-this-first-it-could-save-you-a-lot-of-time/ for what information will lead us quickest towards a solution.
    • David Marlinge

      Wemos d1 mini : gateway error .
      Troubleshooting • • David Marlinge  

      13
      0
      Votes
      13
      Posts
      36
      Views

      David Marlinge

      So I check the wiring. I think a wire was not well plugged. Now it works. I have such "sentences" : 11:52:22.169 -> 12496 GWT:TIN:CONNECTING... 11:52:22.499 -> scandone 11:52:23.204 -> 13525 GWT:TIN:CONNECTING... 11:52:23.204 -> 13555 GWT:TIN:IP: 192.168.1.111 11:52:23.251 -> 13588 MCO:BGN:STP 11:52:23.251 -> 13607 MCO:BGN:INIT OK,TSP=1 11:52:23.298 -> 13637 TSM:READY:NWD REQ 11:52:23.346 -> 13665 ?TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=20,pt=0,l=0,sg=0,ft=0,st=OK: 11:52:23.535 -> pm open,type:2 0