Search found 75 matches

by pwhooftman
Monday 19 February 2024 17:25
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 346
Views: 39152

Re: Python Plugin: MqttMapper

With a big thanks to FlyingDomotic , and for future reference: this is my payload from a Growatt inverter (Growatt mqtt messages produced by Grottserver) and contents of MqttMapper.json (including messages from my Itho ventialtion unit: I set the 243-29 device (electric + counter) to 'calculated' in ...
by pwhooftman
Saturday 17 February 2024 15:17
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 346
Views: 39152

Re: Python Plugin: MqttMapper

A tip for others who run into this problem: if you delete a device which was created automatically by MqqtMapper and expect MqttMapper to recreate it for you, that won't happen: an error wil be logged in Domoticz every time MqttMapper tries to run. Restart Domoticz after deleting a device created by ...
by pwhooftman
Saturday 17 February 2024 14:55
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 346
Views: 39152

Re: Python Plugin: MqttMapper

Thank you very much! I came to conclusien pv1voltage being on a sublevel of values while you were writing your reply! It's so obvious once one understands :-) And thanks for the extra examples!
by pwhooftman
Saturday 17 February 2024 12:01
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 346
Views: 39152

Re: Python Plugin: MqttMapper

I am struggling to understand the mqtt syntax and could really use some help. The examples at the mqttmapper github page lack some real payload examples for me to understand how to map the mqtt payload to domotiz devices. This is the payload of the grottserver which spits out information about my ...
by pwhooftman
Friday 16 February 2024 16:40
Forum: MQTT Auto Discovery
Topic: No Devices in MQTT auto discovery client
Replies: 18
Views: 13133

Re: No Devices in MQTT auto discovery client

Thanks! Was just about to come to the same conclusion :-) Just getting acquainted with mqtt:-)
by pwhooftman
Friday 16 February 2024 15:35
Forum: MQTT Auto Discovery
Topic: No Devices in MQTT auto discovery client
Replies: 18
Views: 13133

Re: No Devices in MQTT auto discovery client

I can't get mqqt autodiscovery to work. I have GROTT Server running in docker to catch the traffic from my Growatt server to server.growatt.com, thats al working properly. I have Eclipse-Mosquitto running in a docker container, and the messages from the grott server are received (see screenshot of ...
by pwhooftman
Monday 12 February 2024 20:58
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 424604

Solved Re: NEW frontpage.html - request comments

SOLVED, replace /json.htm?type=command&param=getdevices&plan="+$.roomplan+"&jsoncallback=? with /json.htm?type=devices&plan="+$.roomplan in the html code After upgrading from the november 2022 to the february 2024 version, none of the values are retrieved anymore. I tried enabling 'allow plain text ...
by pwhooftman
Sunday 28 October 2018 11:09
Forum: Other questions and discussions
Topic: Energy meter, T1 and T2
Replies: 2
Views: 695

Re: Energy meter, T1 and T2

Smart meters report T1 and T2 (accumulated) values with each data output, so Domoticz will simply apply the T1 and T2 prices to each value
by pwhooftman
Wednesday 01 August 2018 2:22
Forum: Suggestions
Topic: 3-phase power instead of voltage for P1 smart meter
Replies: 3
Views: 1823

Re: 3-phase power instead of voltage for P1 smart meter

power usage isn't measureable per phase in a 3 phase system. The power usage is formed by the 3 phases combined, because the sine waves of each phase is 120 degrees shifted from the other phases.
by pwhooftman
Thursday 28 June 2018 21:52
Forum: dzVents
Topic: counter incremental updateCounter 'problem' [Solved]
Replies: 11
Views: 4750

Re: counter incremental updateCounter 'problem' [Solved]

Did you ever find a solution for this? This is driving me insane. I'm trying to build a script to put charged current from a solar panel array into one meter and consumption from the batteries into another one. But using dZvent and updateCounter() fails and I never get the sum for the the day, just ...
by pwhooftman
Thursday 28 June 2018 21:45
Forum: Utility
Topic: Total of cunsumption and delivering
Replies: 7
Views: 2428

Re: Total of cunsumption and delivering

But how do I do this filtering of negative values to one meter and positive to another? The function updateCounter() doesn't work with incremental counters. Please see this thread. Any suggestions? https://www.domoticz.com/forum/viewtopic.php?f=59&t=19098&p=184974#p184974 You will have to program ...
by pwhooftman
Wednesday 27 June 2018 21:39
Forum: Utility
Topic: Total of cunsumption and delivering
Replies: 7
Views: 2428

Re: Total of cunsumption and delivering

I too have this problem. I'm trying to meassure current in/out (solar panels in a 12v system) to get the netto for each day. Seems like the calculations on the overview are correct with pos/neg values but the graphs go haywire when I feed them with negative values. A negative valuye will equal a ...
by pwhooftman
Wednesday 27 June 2018 21:14
Forum: Utility
Topic: Total of cunsumption and delivering
Replies: 7
Views: 2428

Re: Total of cunsumption and delivering

This works fine, but since I have a 3-fase installation, it's possible to consume power from the supply and at the same time deliver back. That seems impossible to me, and irrelevant to wether you have a 1-phase of 3-phase installation. I have a 3-fase installation with smart meter and solar panels ...
by pwhooftman
Tuesday 26 June 2018 20:51
Forum: Utility
Topic: P1 (slimme meter) Smartmeter cant get it working ?
Replies: 9
Views: 5669

Re: P1 (slimme meter) Smartmeter cant get it working ?

a simple 'cat /dev/ttyUSB1' will tell if any data is received. Issuing this command from the command prompt should produce readable output every 5 seconds or so.
by pwhooftman
Saturday 03 March 2018 20:38
Forum: OpenTherm gateway
Topic: Open Therm Thermostat instead of a gateway translating the stuff
Replies: 2
Views: 4167

Re: Open Therm Thermostat instead of a gateway translating the stuff

I have a Remeha Calenta heater with an iSense thermostat, the iSense talks Opentherm. The OTGW is placed in between the thermostat and the heater, and acts as a passthrough device between thermostat and heater. Domoticz reads all relevant values (water temp, room temp etc) by querying the OTGW ...
by pwhooftman
Friday 27 October 2017 22:09
Forum: Python
Topic: Python Plugin: Solar Inverter via TCP Shine v2 protocol (Growatt, Gaia)
Replies: 28
Views: 14263

Re: Python Plugin: Solar Inverter via TCP Shine v2 protocol (Growatt, Gaia)

It has been quite a while since i have been thinkering with this. I'm using a similar approach to vromas for a few years now: the growatt stick is sending the data to my Synology NAS. My Sunology passes the traffic trough to the Growatt servers, but its also captures traffic to data files, which are ...
by pwhooftman
Thursday 15 June 2017 17:34
Forum: LUA
Topic: Sharing : Afval kalendar in text sensor
Replies: 348
Views: 57965

Re: Sharing : Afval kalendar in text sensor

Nice :)

I grab part of that website to show on my frontpage:

Image
by pwhooftman
Tuesday 13 June 2017 22:47
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 424604

Re: NEW frontpage.html - request comments

Nice. Not only the Algrabridge, but when garbage is collected. Could you please share the code for that? My code is still a bit messy, so here is the whole lot. look for "afval" in the code to find the relevant bits for the garbage info. <!DOCTYPE html> <html lang="en"> <head> <style type "text/css ...
by pwhooftman
Saturday 10 June 2017 22:25
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MyDomoticz - Testers wanted!
Replies: 627
Views: 133060

Re: Testers wanted!

i am unable to get my.domoticz.com running. The green icon shows up okay, but clicking on it gets me "This XML file does not appear to have any style information associated with it. The document tree is shown below." and then it returns to the green icon. i have deleted the instance, and now the ...
by pwhooftman
Monday 05 June 2017 20:15
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 424604

Re: NEW frontpage.html - request comments

Just thought i'd share my frontpage. The information about the next garbage pickup is grabbed from the (dutch) afvalwijzer.nl site. And i think switches which state On or Off in big letter are not informative enough. So i swap the vdata and desc element, and make the button text yellow when on and ...