coolchip/luxtronik2

Request for Energy Consumption

moritzschrader opened this issue · 7 comments

Hi guys,

I recently discovered that my Webserver UI also displays the consumed energy in kWh ("Eingesetzte Energie"). I'm posting the xml response I get after login below.

I was not able to find anything resembling the values when dumping all calculations and parameters (also tried the bouni python version). Was anyone able to find it and could we add it here? Are they maybe encoded in any other way?

It also would be great to have the current power consumption, if anyone can find it. I know I could also take the time derivative of the energy in kWh, but that is quite slow/delayed. Instantaneous power would be amazing!

Thanks for any help, love what you've done so far!

<Navigation id="0x7cb050">
   <item id="0x7cd740">
      <name>Informationen</name>
      <item id="0x7ca200">
         <name>Temperaturen</name>
      </item>
      <item id="0x7ccf70">
         <name>Eingänge</name>
      </item>
      <item id="0x7c8ea0">
         <name>Ausgänge</name>
      </item>
      <item id="0x7ccf28">
         <name>Ablaufzeiten</name>
      </item>
      <item id="0x7c8f30">
         <name>Betriebsstunden</name>
      </item>
      <item id="0x7ccba0">
         <name>Fehlerspeicher</name>
      </item>
      <item id="0x7ccbe8">
         <name>Abschaltungen</name>
      </item>
      <item id="0x7cc6a8">
         <name>Anlagenstatus</name>
      </item>
      <item id="0x7cc6e0">
         <name>Energiemonitor</name>
         <item id="0x7c7d20">
            <name>Wärmemenge</name>
         </item>
         <item id="0x7caa50">
            <name>Eingesetzte Energie</name>
         </item>
      </item>
      <item id="0x7cc728">
         <name>GLT</name>
      </item>
   </item>
   <item id="0x7cc770">
      <name>Einstellungen</name>
      <item id="0x7cb1c8">
         <name>Betriebsart</name>
      </item>
      <item id="0x7cc298">
         <name>Temperaturen</name>
      </item>
      <item id="0x7ce928">
         <name>System Einstellung</name>
      </item>
   </item>
   <item id="0x7ca498">
      <name>Zeitschaltprogramm</name>
      <readOnly>true</readOnly>
      <item id="0x7cb290">
         <name>Heizung</name>
         <readOnly>true</readOnly>
         <item id="0x7ce480">
            <name>Woche</name>
         </item>
         <item id="0x7ce2e0">
            <name>5+2</name>
         </item>
         <item id="0x7cdd58">
            <name>Tage (Mo, Di...)</name>
         </item>
      </item>
      <item id="0x7cdb48">
         <name>Warmwasser</name>
         <readOnly>true</readOnly>
         <item id="0x7cdae0">
            <name>Woche</name>
         </item>
         <item id="0x7cda78">
            <name>5+2</name>
         </item>
         <item id="0x7cd958">
            <name>Tage (Mo, Di...)</name>
         </item>
      </item>
   </item>
   <item id="0x7cd648">
      <name>Zugang: Benutzer</name>
   </item>
   <item id="0x7ce348">
      <name>Fernsteuerung</name>
   </item>
</Navigation>

Hello @moritzschrader. This Node-RED node is using the excellent smartmeter-obis module to parse all the data from smartmeters. So the work has to be done at the smartmeter-obis node. Also it would be very helpfull to know which smartmeter you are using.

Hi @coolchip, as far as I understood, the heat pump has a rudimentary power calculation by itself. There's no smart meter connected to the heat pump.

I think then this is the wrong node for you. Perhaps there is a dedicated node for your heat pump.

Hello,
@moritzschrader is right, the the new Luxtronik2 FW which is read by this Module, will cover power consumtion in addition. There are lots of user without powermeter in front of the heatpump. So it would make sense to have that featcher request to Luxtronik. As you can see the registers are already offeren by a web session to Luxtronik.

I already did a short test and compared my powermeter against the internal calculation and it looks simular, if you do it on a base of kWh.

Best regards
Christian
(native German)