Open testpaul999 opened 2 years ago
Hi @testpaul999 , thanks that you like my small project :+1: Q: Do you have only one phase or all three available in Tasmoto? In order to emulate the EM24, you need all three phases and a few other values. Further details can be found here: https://github.com/victronenergy/venus/wiki/dbus#grid-and-genset-meter
Hi,
Yes I have only one energy meter who have the summary of all phases. But I’d like to have this only for display not for adjustment of power. I have fix limit for my MultiPlus.
Viele Grüße
Jens-Uwe Franz
Am 18.03.2022 um 19:37 schrieb Patrick @.***>:
Hi @testpaul999https://github.com/testpaul999 , thanks that you like my small project 👍 Q: Do you have only one phase or all three available in Tasmoto? In order to emulate the EM24, you need all three phases and a few other values. Further details can be found here: https://github.com/victronenergy/venus/wiki/dbus#grid-and-genset-meter
— Reply to this email directly, view it on GitHubhttps://github.com/stormmurdoc/victron_sdm630_bridge/issues/1#issuecomment-1072696076, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIPS4U6SVTH6ZHFK4YCGXOLVATEPHANCNFSM5RBC27LA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.***>
Well, the JSON object only states the phases as a sum ? In this case we would have to divide the sum by 3. However, we need the 3 phases as individual values.
Hi, You mean it is not possible only L1 use? I have only one MultiPlus on one phase. You can set L2 and L3 fix to „0“.
possible?
Hey, yes in my point of view it is possible. I don't know when I'll get to it yet, but I have an idea of how I can make it happen. Cost you a beer :D
Hi, not a problem with the beer I live in Berlin where are you from? And thx for you engagement.
Viele Grüße
Jens-Uwe Franz
Am 20.03.2022 um 13:27 schrieb Patrick @.***>:
Hey, yes in my point of view it is possible. I don't know when I'll get to it yet, but I have an idea of how I can make it happen. Cost you a beer :D
— Reply to this email directly, view it on GitHubhttps://github.com/stormmurdoc/victron_sdm630_bridge/issues/1#issuecomment-1073240236, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIPS4U2OPFBQG2BL6IKSGMLVA4KRRANCNFSM5RBC27LA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.***>
Hi, I found you interesting project, but I have no experience with GO and so. My MQTT looks like this. Topic tele/Strom_21F4D0/SENSOR/#
{"Time":"2022-03-18T08:52:00","SML":{"DJ_TPWRIN":1754.83,"DJ_TPWROUT":87.43,"DJ_TPWRCURR":149.90,"Meter_number":"0901454d4800009c86bf"},"ESP32":{"Temperature":53.3},"Verbrauch Tag":"2.38","Verbrauch Monat":"1754.83","Verbrauch Jahr":"1754.83","Einspeisung Tag":"0.00","Zählerstand 0:00Uhr":"1752.45","Zählerstand Monatsanfang":"0.00","Zählerstand Jahrenanfang":"0.00","Kosten dieses Jahr":"512.61","TempUnit":"C"}
so I need only DJ_TPWRCURR":149.90 to know the current sum at my Main energy meter. and this i'd like bring to the venus os.
regards