Search found 55 matches

by RNEE
Saturday 13 September 2025 11:45
Forum: Forum feedback
Topic: This forum
Replies: 32
Views: 23163

Re: This forum

I thought i was the only one…
by RNEE
Saturday 13 September 2025 11:41
Forum: Show your projects
Topic: Easy modbus solution for Marstek home Battery
Replies: 10
Views: 2292

Re: Easy modbus solution

I currently don’t have time to work on controlling, nor do i have a need to change my current NOM workmode.

From what i know now it should not be to difficult:
You can write commands to a specific topic witch the DR134 reads.
Before someting can change you have to change the command setting in ...
by RNEE
Thursday 04 September 2025 15:12
Forum: Bugs and Problems
Topic: Installation fails
Replies: 3
Views: 104

Re: Installation fails

trying to install fresh on Ubuntu 24.04.3 LTS (for testing) (not Docker)

Same errors.

(and a lot more about libssl1.1 with where solved after reading the forum)

same as viewtopic.php?t=43892
and viewtopic.php?f=47&t=43029
by RNEE
Wednesday 03 September 2025 13:17
Forum: Blockly
Topic: using 3rd party plugins for Blockly in Domoticz
Replies: 0
Views: 51

using 3rd party plugins for Blockly in Domoticz

There are (3rd party) plugins for Blockly found here : https://www.npmjs.com/search?q=keyword%3Ablockly-plugin

Very useful would be : https://www.npmjs.com/package/@mit-app-inventor/blockly-block-lexical-variables
It seems to me that with this plugin a lot of new possibilities for scripting in ...
by RNEE
Tuesday 26 August 2025 18:40
Forum: Others
Topic: PVOutput (input) interface shows only info every second day
Replies: 9
Views: 321

Re: PVOutput (input) interface shows only info every second day

Do you have hourly values? In the other graph?
by RNEE
Saturday 09 August 2025 16:23
Forum: Bugs and Problems
Topic: MQTT Mapper conflicting with Tasmota switches
Replies: 10
Views: 799

Re: MQTT Mapper conflicting with Tasmota switches

And what @jvdz mentioned?

Maybe port 1883 conflict?
How long is keep-alive on mqttmapper and your tasmota?

Ai answer :
Port 1883, the default port for unencrypted MQTT communication, remains occupied for as long as the MQTT client and server maintain an active connection. The duration of this ...
by RNEE
Saturday 09 August 2025 15:38
Forum: Bugs and Problems
Topic: MQTT Mapper conflicting with Tasmota switches
Replies: 10
Views: 799

Re: MQTT Mapper conflicting with Tasmota switches

Did you already set the sending time from the DR134 to a slower rate ?
I have 1 second, but with a slower Mqtt broker choose a longer time?
by RNEE
Tuesday 05 August 2025 20:57
Forum: General Discussion
Topic: Someone interested by a dashboard made with e-paper
Replies: 5
Views: 892

Re: Someone interested by a dashboard made with e-paper

Thank you i downloaded the files. I see its in C++ and i should be able to understand most of it.
by RNEE
Tuesday 05 August 2025 12:22
Forum: Python
Topic: Marstek Battery plugin
Replies: 84
Views: 15415

Re: Marstek Battery plugin


Power line. Why didn’t I think of that. Ordering a puser at alie now. Thank you for all the responses.

In other news:
I made a plugin for the ct003 to get the data over to Domoticz without the need for a puser.

You can find it here: https://github.com/Haaibaai/Domoticz-Marstek


Nice!

About ...
by RNEE
Monday 04 August 2025 7:33
Forum: Python
Topic: Marstek Battery plugin
Replies: 84
Views: 15415

Re: Marstek Battery plugin

I am drilling holes everywhere in my , before ethernet, house to get cat5e everywhere.

But for the Marstek in the garage it was quite easy as my meterkast is directly connected to the garage. Just 2 holes, one for ethernet and one for connecting to a free 16amp group, where needed.

i am looking ...
by RNEE
Sunday 03 August 2025 22:12
Forum: General Discussion
Topic: Someone interested by a dashboard made with e-paper
Replies: 5
Views: 892

Re: Someone interested by a dashboard made with e-paper

Oke, thank you.

My original idea was to simply show what is going on behind the door of the electricity closet, so electricity in / out etc. Just simple text that fits on a 2,9 inch.

The e-paper is new to me so i have to see what happens.

But ideed flickering could be an isue.
by RNEE
Sunday 03 August 2025 21:20
Forum: Python
Topic: Marstek Battery plugin
Replies: 84
Views: 15415

Re: Marstek Battery plugin

I have the dr164 too and it hasn’t edgecomputing.

Only the latest dr134 has it.

I asked Puser and they confirmed that. I told them there could be a hugh demand for an edgecomputing wifi device.
Maybe in the future.

You can use a ethernet powerline adapter. TP-link has several sets.
I tested one ...
by RNEE
Saturday 02 August 2025 20:38
Forum: Python
Topic: Marstek Battery plugin
Replies: 84
Views: 15415

Re: Marstek Battery plugin

Yes that did it :
Changed MPWR to : "mapping": {"item": "params/r_data/2/value ;~0 ", "multiplier": -1, "digits": 1}

Now the actual power value is displayed in the device mentioned before : T: 0.000 kWh, A: -467 Watt.

Since the power is positive and negative Total will be the balance (loss went to ...
by RNEE
Saturday 02 August 2025 19:14
Forum: General Discussion
Topic: Someone interested by a dashboard made with e-paper
Replies: 5
Views: 892

Re: Someone interested by a dashboard made with e-paper

Nice project. In september 24 i bought a small 2,9 inch e paper module to build a display of energy usage/flows for my energy closet door. I did not find the time to get this running Domoticz, so a starting point would be very nice. In time i will pick it up and see if i can fit the energy flows etc ...
by RNEE
Saturday 02 August 2025 13:10
Forum: Python
Topic: Marstek Battery plugin
Replies: 84
Views: 15415

Re: Marstek Battery plugin

The actual power in watt is avaiable , in my opinion wh does not work here. These are different values and are read in the P1 device.

For me the current results are fine they show me exactly what i want , per second.

We should not forget this is basicly a work around.

But i like it that much, and ...
by RNEE
Saturday 02 August 2025 10:38
Forum: Python
Topic: Marstek Battery plugin
Replies: 84
Views: 15415

Re: Marstek Battery plugin

@eddib : ive gone through al that, but the final result was not usable for the task.
i can accept that something doen't work in one way , but works great for my needs.


@waltervl , there is only one value. any other counter that is useable? (also in the power dashboard)
by RNEE
Saturday 02 August 2025 9:46
Forum: Python
Topic: Marstek Battery plugin
Replies: 84
Views: 15415

Re: Marstek Battery plugin

I have that too.

But the power is displayed correctly in energy dashboard (and calculated with) and on my dashboard (when starred) and on the setup>devices tab.

https://i.postimg.cc/GpvC7XtG/IMG-1806.jpg

I dont know why the values can’t be seen in the forementioned device itself, there is also ...
by RNEE
Friday 01 August 2025 23:35
Forum: Python
Topic: Marstek Battery plugin
Replies: 84
Views: 15415

Re: Marstek Battery plugin

you have to leave out the slashes !

happy to hear you got it working to!

you can easily add your own readings from registers.
by RNEE
Tuesday 29 July 2025 22:19
Forum: Show your projects
Topic: Easy modbus solution for Marstek home Battery
Replies: 10
Views: 2292

Easy modbus solution for Marstek home Battery

Have a modbus device like the Homebattery Marstek Venus V2 5,12 Kwh and want a direct connection not using the API ?

No more waiting until data synchronize or wondering where the data went.

Like this ?

https://i.postimg.cc/CxkKfRCr/showoff.png

With just a few minutes of your time, a few easy ...
by RNEE
Saturday 26 July 2025 22:48
Forum: Python
Topic: Marstek Battery plugin
Replies: 84
Views: 15415

Re: Marstek Battery plugin

.counter didn't work.

But i had unforeseen success with getting value's directly into the P1 device from Mqttmapper !!
(tried a lot of things before but didn't work out)

Current working:

"Battery": {
"topic": "Marstek",
"key":"Battery",
"type": "250", "subtype": "1", "switchtype": "0 ...