Search found 65 matches
- Tuesday 22 June 2021 15:51
- Forum: Utility
- Topic: Hosola inverter readout with Node-Red
- Replies: 3
- Views: 561
Re: Hosola inverter readout with Node-Red
All works fine. Have now my string with envoy micro inverters and my string with a Hosola inverter in Node-Red. My third string has a Goodwee inverter. I have to figure out how to get that data in. But other things to do right now. Thanks for the help. This is how it looks like now. Schermafbeelding ...
- Thursday 17 June 2021 23:16
- Forum: Utility
- Topic: Hosola inverter readout with Node-Red
- Replies: 3
- Views: 561
Re: Hosola inverter readout with Node-Red
@fireWizaed Thans for the explanation. I figured out to use the split function and the switch function but was unable te proces it further. I will try again tomorrow as at nighttime I can't reach the inverter. I will let you know the result. I also try to use the function node but my knowledge of ...
- Wednesday 16 June 2021 23:23
- Forum: Utility
- Topic: Hosola inverter readout with Node-Red
- Replies: 3
- Views: 561
Hosola inverter readout with Node-Red
I am using Domoticz on a RaspberryPi ZeroW. It can be done (works for more than one year now but it is hard working for the Pi. I have some scripts running on Node-Red and not on DzVents. It is nice to learn programming like this but also it makes it possible for me to use Domoticz on one Pi and ...
- Tuesday 15 June 2021 16:21
- Forum: Utility
- Topic: Read-out of Power production of individual solar panels with Enphase microinverters
- Replies: 53
- Views: 15329
Re: Read-out of Power production of individual solar panels with Enphase microinverters
Post removed and started in a new lead.
- Monday 07 June 2021 23:52
- Forum: Utility
- Topic: Read-out of Power production of individual solar panels with Enphase microinverters
- Replies: 53
- Views: 15329
Re: Read-out of Power production of individual solar panels with Enphase microinverters
@FireWizard
Thanks is what I ment. Now I will try to get the monthly production out of it.
If I get stuck I will ask for your help but think I can manage it.
Thanks again.
Albert
Thanks is what I ment. Now I will try to get the monthly production out of it.
If I get stuck I will ask for your help but think I can manage it.
Thanks again.
Albert
- Friday 04 June 2021 17:39
- Forum: Utility
- Topic: Read-out of Power production of individual solar panels with Enphase microinverters
- Replies: 53
- Views: 15329
Re: Read-out of Power production of individual solar panels with Enphase microinverters
@fireWizard Very nice tutorial, thanks a lot. Have installed a system with nine panels and IQ7+ inverters. I have now 9 meters which are calculating the generated kWh. I also have a total house meter where every minute I add all the values. There are minor differences between the system reports and ...
- Monday 08 February 2021 23:48
- Forum: dzVents
- Topic: Possible problem with sending data to Influx
- Replies: 17
- Views: 2735
Re: Possible problem with sending data to Influx
OK, thanks I will look into that tomorrow. Maybe this is the better way to do.
Thanks for your help.
Thanks for your help.
- Monday 08 February 2021 23:05
- Forum: dzVents
- Topic: Possible problem with sending data to Influx
- Replies: 17
- Views: 2735
Re: Possible problem with sending data to Influx
I was told that for dummy devices adding those devices in de influx push is not enough. Then nothing happens. So I used the push on trigger script to get the data to influx. If you tell me now that only adding it to the data push part is enough I can and will skip these scripts. I use this version ...
- Monday 08 February 2021 22:34
- Forum: dzVents
- Topic: Possible problem with sending data to Influx
- Replies: 17
- Views: 2735
Re: Possible problem with sending data to Influx
@waaren I brought back the amount of devices to 2. That should not be a problem I would think. The other devices are Solar Panel devices. They are updated when device value changes. I use this code. return { on = { devices = { 16, 29, 33, 76, 77, 86, 71 }, }, logging = { level = domoticz.LOG_DEBUG ...
- Monday 08 February 2021 0:35
- Forum: dzVents
- Topic: Possible problem with sending data to Influx
- Replies: 17
- Views: 2735
Re: Possible problem with sending data to Influx
Ok so I will change the minute trigger to a device trigger. If I face problems afterwards I will come back here.
Thanks for the quick reply.
Thanks for the quick reply.
- Sunday 07 February 2021 20:32
- Forum: dzVents
- Topic: Possible problem with sending data to Influx
- Replies: 17
- Views: 2735
Possible problem with sending data to Influx
Hi I have a script running to push some value's. The script was made by @waaren and looks like this. return { on = { timer = { 'every minute' , }, }, logging = { level = domoticz.LOG_ERROR, -- change to domoticz.LOG_DEBUG when not working as expected marker = 'forcePushToInfluxdb with filter Example ...
- Thursday 07 January 2021 23:01
- Forum: dzVents
- Topic: Upload gas usage to mindergas.nl [Solved]
- Replies: 51
- Views: 16577
Re: Upload gas usage to mindergas.nl [Solved]
The url has to be changed to 'https://www.mindergas.nl/api/meter_readings'
In a few months the old one 'https://www.mindergas.nl/api/gas_meter_readings' will not work anymore.
In a few months the old one 'https://www.mindergas.nl/api/gas_meter_readings' will not work anymore.
- Wednesday 06 January 2021 12:49
- Forum: dzVents
- Topic: Upload gas usage to mindergas.nl [Solved]
- Replies: 51
- Views: 16577
Re: Upload gas usage to mindergas.nl [Solved]
Also adapted the other script. Understand the code and how to work with user variables. Tested it and works fine only have to wait one hour before it appears in MinderGas. -- Script to upload kWh metering readings to mindergas.nl. To use this script -- you first need to define the following user ...
- Wednesday 06 January 2021 11:52
- Forum: dzVents
- Topic: Upload gas usage to mindergas.nl [Solved]
- Replies: 51
- Views: 16577
Re: Upload gas usage to mindergas.nl [Solved]
waaren new try on PM send just done. The @problem script as you call it is the following. --[[ /home/pi/javascript:void(0)domoticz/scripts/dzVents/scripts/upload_gas_usage_to_minderGas.lua Author : Roblom Adapted to heatpunp : MeAlbert Description : This script collects the kWh values from Domoticz ...
- Tuesday 05 January 2021 23:57
- Forum: dzVents
- Topic: Upload gas usage to mindergas.nl [Solved]
- Replies: 51
- Views: 16577
Re: Upload gas usage to mindergas.nl [Solved]
waaren This is the script -- Script to upload gas metering readings to mindergas.nl. To use this script -- you first need to define the following user variables: -- -- MINDERGAS_DEVICE_NAME (gas metering device name like 'Gas') -- MINDERGAS_AUTH_TOKEN (cf https://www.mindergas.nl/member/api) return ...
- Tuesday 05 January 2021 21:35
- Forum: dzVents
- Topic: Upload gas usage to mindergas.nl [Solved]
- Replies: 51
- Views: 16577
Re: Upload gas usage to mindergas.nl [Solved]
waaren MinderGas made it also possible to upload the power usage from a heat pump. A gas meter has a counter and that counter is used in the script. But a kWh device has only counterToday so I have to use WhTotal /1000 to get the right value in mindergas. In the original script from Roblom I managed ...
- Thursday 12 November 2020 22:04
- Forum: dzVents
- Topic: iterate through a number of devices [Solved]
- Replies: 2
- Views: 713
Re: iterate through a number of devices [Solved]
waaren
Thanks for the help.
Getting the devices through filtering I could not have come to that. But now the iteration process is clear to me.
Hope other people also benefit from it. It works like a charm.
Thanks for the help.
Getting the devices through filtering I could not have come to that. But now the iteration process is clear to me.
Hope other people also benefit from it. It works like a charm.
- Thursday 12 November 2020 16:34
- Forum: dzVents
- Topic: iterate through a number of devices [Solved]
- Replies: 2
- Views: 713
iterate through a number of devices [Solved]
I have a number of device of which I want to push data to influx every minute. I think I should use "domoticz.devices().forEach(function(device)" But how do I get this function to perform for instance on device 3, 6 and 10? devices = 3,6,10 domoticz.devices().forEach(function(device) Or domoticz ...
- Friday 30 October 2020 13:31
- Forum: Python
- Topic: Python Plugin: GoodWe solar inverter via SEMS API
- Replies: 252
- Views: 53826
Re: Python Plugin: GoodWe solar inverter via SEMS API
JanJaap I have the following error message quite often. It looks that the GoodWe plugin is stuck for more than 10 seconds before it starts again. After a while my Pi stops and a restart helps to get it going again. 2020-10-30 13:09:44.822 Error: EventSystem: Warning!, lua script /home/pi/domoticz ...
- Tuesday 27 October 2020 12:15
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 143474
Re: [90] MQTT Support
I have a now and then problem left. I get the following message: 27-10-2020 12:04:32node: dc3574e1.4bac9msg : string[41] "Unexpected token W in JSON at position 16" 27-10-2020 12:04:32node: 5627d816.529848 domoticz/out : msg.payload : Object { command: "udevice", idx: 86, svalue: "232W" } The svalue ...