Search found 9 matches

by winner61
Tuesday 04 February 2025 13:28
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 324
Views: 35109

Re: Python Plugin: MqttMapper

@FlyingDomotic . Everything is working fine but I see some strange behaviour when adding/updating mqttmapper plugin in domoticz. Before your last update I could not use the UPDATE button because the fields were empty. So I deleted the entry and added it again. Now I can use the UPDATE button but the ...
by winner61
Monday 03 February 2025 17:23
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 324
Views: 35109

Re: Python Plugin: MqttMapper

Thank you very much FlyingDomotic!! I had to fiddle a little to make it work but everything works perfect now. Many thanks. For those who might need the correct syntax with these growatt inverters here an example how to implement the new options. "BMS SOC ": { "topic": "energy/growatt", "key ...
by winner61
Monday 03 February 2025 12:25
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 324
Views: 35109

Re: Python Plugin: MqttMapper

Hello FlyingDomotic, that sounds very good and did a git pull. Yes there are 2 devices, the inverter and the datalogger. The QB.. is the inverter and there is the data to be found. I tried several things with {"select": {"item": "device", "value": "QBL1CL305R"}} but can't find the proper place for ...
by winner61
Sunday 02 February 2025 14:39
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 324
Views: 35109

Re: Python Plugin: MqttMapper

DomoLogGrowattMOD.txt
(88.21 KiB) Downloaded 5 times
List.json.txt
(3.75 KiB) Downloaded 8 times
The first is a longer peace of the logfile.
by winner61
Sunday 02 February 2025 14:37
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 324
Views: 35109

Re: Python Plugin: MqttMapper

Hello FlyingDomotic. It worked :-) I have a list now, but the names are like in the original json from pchooftman. I attach both.
So, I get values each minute but they don't stick and after a second all is empty again.
The temperature is there but on the temperature tab.

Greetings, Winfryd.
by winner61
Sunday 02 February 2025 13:36
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 324
Views: 35109

Re: Python Plugin: MqttMapper

Thank you FlyingDomotic. I'm not really into programming so this is not really transparent for me. I hope to get some good advice here, like from you. The reason that I used an image is because of the instant colors distinguishing between the error- and normal log. Tried to do what you said and ...
by winner61
Saturday 01 February 2025 13:35
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 324
Views: 35109

Re: Python Plugin: MqttMapper

Hello, sometimes I take a dive and try to accomplish getting growatt inverter data into Domoticz. I have partially succes. With MQTTmapper I get values with a json file I found in this thread. They appear just for a second and then reset to '0' I used this code from https://forum.domoticz.com ...
by winner61
Friday 16 August 2024 9:38
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 39454

Re: Energy Dashboard (Build in)

Thank you Waltervl. If you work with dynamic prices based on the feed I assume there is no need to specify prices. These are prices with tax included so seeking a way to substract about 0,148 cent. This is my setting: dash.png Thank you. edit: propably I answered another post by Waltervl, sorry for ...
by winner61
Friday 16 August 2024 9:07
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 39454

Re: Energy Dashboard (Build in)

Hello, first I would like to give a big thanks to all contributors who makes this all possible. Hats off! I have a question about the built-in dynamic price calculation. I would like to work with NETTO prices because what you get for your kW's it's without the taxes. It's about 0,15 cent here in the ...