Search found 355 matches

by eddieb
Monday 04 August 2025 16:26
Forum: Python
Topic: Marstek Battery plugin
Replies: 82
Views: 8591

Re: Marstek Battery plugin

I dumped the CT003 for a HomeWizzard P1 ...
The CT003 was way to unstable for me
by eddieb
Monday 04 August 2025 10:14
Forum: Python
Topic: Marstek Battery plugin
Replies: 82
Views: 8591

Re: Marstek Battery plugin

it would be nice if USR woulld combine the DR134 software with wifi and release an update for the DR164 that includes the functions needed ...
by eddieb
Monday 04 August 2025 7:08
Forum: Python
Topic: Marstek Battery plugin
Replies: 82
Views: 8591

Re: Marstek Battery plugin

I also use a powerline adapter to get to my garage where my Marstek is ...
the wifi part of that powerline adapter makes the Marstel connection to my wifi way more stable too !!!
So it is just waiting for PUSR to release firmware for the DR164 that supports the same as the DR134
by eddieb
Sunday 03 August 2025 15:22
Forum: Python
Topic: Marstek Battery plugin
Replies: 82
Views: 8591

Re: Marstek Battery plugin

I just tried the PUSR-DR164 and at least the menu's are totally different. I doubt if that one is going to work, perhaps some other device ???? there is some mqtt but no "point" menu where the modbus registers can be configured no edge menu either ... Screenshot 2025-08-03 at 15.21.18.png
by eddieb
Sunday 03 August 2025 14:42
Forum: Python
Topic: Marstek Battery plugin
Replies: 82
Views: 8591

Re: Marstek Battery plugin

I also have a wifi version of the adapter, I will power it on and compare
by eddieb
Saturday 02 August 2025 10:31
Forum: Python
Topic: Marstek Battery plugin
Replies: 82
Views: 8591

Re: Marstek Battery plugin

tnx @walthervl http://IP/json.htm?type=command&param=getdevices&rid=225 that is the battery device, gives (not complete) { "AddjMulti" : 1.0, "AddjMulti2" : 1.0, "AddjValue" : 0.0, "AddjValue2" : 0.0, "BatteryLevel" : 255, "Counter" : "102.150", "CounterDeliv" : "83.230", "CounterDelivToday" : "2 ...
by eddieb
Saturday 02 August 2025 10:15
Forum: Python
Topic: Marstek Battery plugin
Replies: 82
Views: 8591

Re: Marstek Battery plugin

Ok, the reason for not showing up is that an attribute is not filled for this device. each device type has a certain amount of attributes that can be filled. I still can not find a list of devices with there attributes and how to fill them ... in the dzevents examples there is -- kWh, Electricity ...
by eddieb
Saturday 02 August 2025 5:32
Forum: Python
Topic: Marstek Battery plugin
Replies: 82
Views: 8591

Re: Marstek Battery plugin

Hi @RNEE it is indeed working. But, not all, for example : MPWR is not returning any value thru mqttmapper... {"params":{"dir":"up","id":"02103225071800005978","r_data":[{"name":"batterySOC","value":"31","err":"0"},{"name":"ACpower","value":"289","err":"0"},{"name":"MTCE","value":"10185","err":"0 ...
by eddieb
Friday 01 August 2025 20:56
Forum: Python
Topic: Marstek Battery plugin
Replies: 82
Views: 8591

Re: Marstek Battery plugin

found it !

had /Marstek as topic, it seems to be working now
by eddieb
Friday 01 August 2025 20:53
Forum: Python
Topic: Marstek Battery plugin
Replies: 82
Views: 8591

Re: Marstek Battery plugin

Sorry, what do you mean ?
by eddieb
Friday 01 August 2025 19:33
Forum: Python
Topic: Marstek Battery plugin
Replies: 82
Views: 8591

Re: Marstek Battery plugin

So today I received my PUSR-DR134 setting up needed a windows laptop here because the PUSR-DR134 default does NOT use dhcp but starts on 192.168.0.7 ... after using the setuptool from the PUSR website on windows it is working on DHCP following the instructions on https://github.com/RneeJ/Domoticz ...
by eddieb
Wednesday 30 July 2025 6:41
Forum: Show your projects
Topic: Easy modbus solution
Replies: 1
Views: 438

Re: Easy modbus solution

Nice work @RNEE ...
Hope to receive my PUSER-DR134 soon and follow your work to get stuff going.
by eddieb
Thursday 24 July 2025 8:17
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Update from Beta need to reinstall solaredge
Replies: 4
Views: 4037

Re: Update from Beta need to reinstall solaredge

add the following lines to /opt/stacks/domoticz/config/customstart.sh
echo installing python requirements for solaredge-modbus-tcp
cd /opt/domoticz/userdata/plugins/domoticz-solaredge-modbustcp-plugin/
python3 -m pip install -r requirements.txt --upgrade
echo done
by eddieb
Wednesday 23 July 2025 21:57
Forum: Python
Topic: Marstek Battery plugin
Replies: 82
Views: 8591

Re: Marstek Battery plugin

RNEE wrote: Wednesday 23 July 2025 13:36 The data in the Marstek app, are not available anymore when the modbus connection is used.
Thats oke for me when i can get them into Domoticz.
Is it only the "sluggish" presentation in the app ?
The app is needed to connect to wifi and to a p1, or are those fields availiable in mqtt ?
by eddieb
Wednesday 23 July 2025 21:30
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 380
Views: 59265

Re: Python Plugin: MqttMapper

I have the following json description "Modes": { "topic": "myhome/topic/Modes", "type": "244", "subtype": "62", "switchtype": "18", "options": {"SelectorStyle":"0", "LevelOffHidden": "true", "LevelNames":"Off|normal|turbo|quiet"}, "mapping": {"item": "", "default": "0", "values": {"Off": "0 ...
by eddieb
Wednesday 23 July 2025 14:08
Forum: Python
Topic: Marstek Battery plugin
Replies: 82
Views: 8591

Re: Marstek Battery plugin

I recently started playing with mqttmapper and I found it really nice.
transformed the nodered implementation for my HaierAC into mqttmapper and that works realy well
by eddieb
Wednesday 23 July 2025 13:56
Forum: Python
Topic: Marstek Battery plugin
Replies: 82
Views: 8591

Re: Marstek Battery plugin

I had the same issue with the Battery, it had a too weak wifi signal. Putting an old accesspoint close to it made it work much better ... I also swapped the CT003 for a HomeWizzard P1 ... Looks it is stable for a couple of days now. The original app is sluggish ... My modbus-wifi adapter arrived ...
by eddieb
Saturday 19 July 2025 6:22
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 380
Views: 59265

Re: Python Plugin: MqttMapper

tnx, this addition to the documentation is exactly what I was looking for.

I hoped that flags like "Protected" and "icon type" for a switch where setable but they are not (yet) in the list.
by eddieb
Friday 18 July 2025 13:17
Forum: Python
Topic: Issues running Solaredge_Modbus on Rasp. Pi 5 and Python 3.11
Replies: 16
Views: 2440

Re: Issues running Solaredge_Modbus on Rasp. Pi 5 and Python 3.11

I am running the jvdz version on my docker/bookworm domoticz. Works fine here
by eddieb
Friday 18 July 2025 8:02
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 380
Views: 59265

Re: Python Plugin: MqttMapper

tnx for the suggestions but this is not what I am looking for ...

a list of all "options" that can be used in MqttMapper.json while creating a device ...
that is not documented on the MqttMapper documentation and would be very nice to have.