Search found 18 matches

by gregoinc
Monday 19 December 2022 12:16
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 247
Views: 46658

Re: Python Plugin: GoodWe solar inverter via SEMS API

OK, so Dylian stopped maintaining that plugin a couple of years ago (it is set to archived for that). So first thing to do is remove the old version and then you need to follow instructions and pull from here: JanJaapKo - GoodweSEMS . Then secondly, make sure to select the right one in the hardware ...
by gregoinc
Sunday 18 December 2022 5:41
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 247
Views: 46658

Re: Python Plugin: GoodWe solar inverter via SEMS API

Hi JanJaap,

I wasn't aware there were two types? I have a Raspberry Pi running raspian, with Domoticz running on it. So which version should I use to be able to retrieve the data from my SEMS account?

This is the guide I followed... https://github.com/dylian94/domoticz-GoodWeSEMS

Thanks, Mark
by gregoinc
Saturday 17 December 2022 12:12
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 247
Views: 46658

Re: Python Plugin: GoodWe solar inverter via SEMS API

Hello... new to GoodWe Inverters and this plugin. Followed the installation instructions, but it doesn't appear to work? Here's what my log is showing... 2022-12-17 22:01:32.017 Status: WebServer(HTTP) started on address: :: with port 8080 2022-12-17 22:01:32.067 Status: WebServer(SSL) started on ...
by gregoinc
Tuesday 24 November 2020 5:16
Forum: Show your projects
Topic: LCD (20x4 made in China)
Replies: 69
Views: 31268

Re: LCD (20x4 made in China)

Here’s a good article (found by Googling ‘Raspberry Pi 20x4 LCD’): https://maker.pro/raspberry-pi/tutorial/connecting-an-lcd-screen-to-raspberry-pi-with-a-logic-converter . This applies equally to 20x2 LCDs. Important to use the level shifter, as the LCD operates at 5V, whereas the RPi’s i2c operate ...
by gregoinc
Friday 20 November 2020 2:11
Forum: Show your projects
Topic: LCD (20x4 made in China)
Replies: 69
Views: 31268

Re: LCD (20x4 made in China)

This is a nice tutorial (in Dutch) on how-to connect the screen. http://www.gejanssen.com/howto/i2c_display_2004_raspberrypi/index.html I also attached my Python scripts. Greetings, I know I am replying to a very old post... I am attempting to connect an LCD 20x2 I2C screen to my Pi/Domoticz setup ...
by gregoinc
Wednesday 18 November 2020 0:20
Forum: Temperature and Weather
Topic: DS18B20 Slow to update in Domoticz
Replies: 5
Views: 1052

Re: DS18B20 Slow to update in Domoticz

The device is likely to be updated more frequently with this setting but the entries in the short log table will still be 5 minutes apart. So it depends what you want to do with the updated temperature. When used for follow up actions (like notifications or scripts) increasing the polling frequency ...
by gregoinc
Tuesday 17 November 2020 11:36
Forum: Temperature and Weather
Topic: DS18B20 Slow to update in Domoticz
Replies: 5
Views: 1052

Re: DS18B20 Slow to update in Domoticz

Hi waaren, Thanks for the info. I ended up changing the Sensor Poll Period in the 1 Wire Temp hardware entry, which appears to have increased the frequency of the polling. The polling period was originally set to 300000 milliseconds, and since changing it to 60000 milliseconds the time has dropped ...
by gregoinc
Monday 16 November 2020 11:00
Forum: Temperature and Weather
Topic: DS18B20 Slow to update in Domoticz
Replies: 5
Views: 1052

DS18B20 Slow to update in Domoticz

Hello, I have 2 x DS18B20 temperature sensors directly connected to a RPI. I've checked the sensors are operating correctly at the operating system level by going to /sys/bus/w1/devices/ directory. In the first sensor directory I did the following... /sys/bus/w1/devices/28-02131b13f9aa $ cat w1 ...
by gregoinc
Monday 16 November 2020 0:31
Forum: dzVents
Topic: Programming Conundrum [Solved]
Replies: 9
Views: 1853

Re: Programming Conundrum [Solved]

Hi waaren... thank you again. I plan to re-write the if then else area of the code, and will sew where I land after that. Starting to get up to speed on the dzVents syntax and structure.
by gregoinc
Saturday 14 November 2020 12:17
Forum: Suggestions
Topic: [523] SUPPORT FOR SOLARMAX PV-INVERTER
Replies: 18
Views: 5500

Re: [523] SUPPORT FOR SOLARMAX PV-INVERTER

One of the reasons I chose Domoticz was the inbuilt support for SolarMax inverters. I connected my inverter and it works really well. Only problem... when the sun goes down Domoticz continues to try and poll the inverter. See here... 2020-11-14 22:10:26.220 Error: SolarMax: TCP could not connect to ...
by gregoinc
Saturday 14 November 2020 11:53
Forum: dzVents
Topic: Programming Conundrum [Solved]
Replies: 9
Views: 1853

Re: Programming Conundrum [Solved]

I noticed in my log there is this line occurring regularly... 2020-11-14 21:41:21.234 (1 Wire Temp) Temp (Outside Temp) I take above to mean the system is polling the 1 wire temperature sensor call 'Outside Temp' which I am assuming is fine. I also have a 1 wire temperature sensor connected in ...
by gregoinc
Saturday 14 November 2020 11:37
Forum: dzVents
Topic: Programming Conundrum [Solved]
Replies: 9
Views: 1853

Re: Programming Conundrum [Solved]

waaren wrote: Saturday 14 November 2020 6:43 Case matters !
:oops: Sorry...
by gregoinc
Saturday 14 November 2020 4:36
Forum: dzVents
Topic: Programming Conundrum [Solved]
Replies: 9
Views: 1853

Re: Programming Conundrum [Solved]

I made a few modifications, however in the log I am seeing the following? 2020-11-14 14:34:30.445 Status: dzVents: Info: Handling Domoticz custom event for: "tempControl" 2020-11-14 14:34:30.445 Status: dzVents: Info: tempControl: ------ Start internal script: Temp Control: Custom event ...
by gregoinc
Thursday 12 November 2020 10:19
Forum: Heating/cooling
Topic: Daikin Infrared Control
Replies: 2
Views: 585

Re: Daikin Infrared Control

Hi There, Thanks for the reply. I am only looking to control a single infrared air conditioner... so a $1 LED versus a $35 controller doesn't make a compelling argument. No doubt you are happy with the device, however I just cannot justify that cost to control a single air conditioner. Especially ...
by gregoinc
Tuesday 10 November 2020 11:47
Forum: Heating/cooling
Topic: Daikin Infrared Control
Replies: 2
Views: 585

Daikin Infrared Control

Greetings, I currently use a NodeMCU running ESPEasy to control my Daikin air conditioner via an infrared LED attached to the NodeMCU. The ESPEasy simulates sending infrared commands to the Daikin air conditioner as though the commands were coming from the Daikin infrared remote control. I am ...
by gregoinc
Tuesday 10 November 2020 11:15
Forum: dzVents
Topic: Programming Conundrum [Solved]
Replies: 9
Views: 1853

Re: Programming Conundrum [Solved]

Greetings from Australia to you waaren... and my gratitude to you for your help. I will attempt to outline my comments below. As I am learning the syntax I completely understand the approach you've taken... thank you for that. local insideTemperature = dz.devices('Inside Temp').temperature local ...
by gregoinc
Tuesday 10 November 2020 3:55
Forum: dzVents
Topic: Programming Conundrum [Solved]
Replies: 9
Views: 1853

Re: Programming Conundrum [Solved]

No responses to above... so I've identified some code to start with here https://www.domoticz.com/forum/viewtopic.php?t=26335 which received input and support by waaren . I will try and learn as I go... I am going to start by trying to duplicate the code for ESPEasy 2 first... that being to open and ...
by gregoinc
Monday 09 November 2020 3:30
Forum: dzVents
Topic: Programming Conundrum [Solved]
Replies: 9
Views: 1853

Programming Conundrum [Solved]

Greetings... new to this forum, and new to Domoticz. Previously I have been using exclusively ESPEasy, supported by NodeRed, Grafana, and Blynk. I am beginning my journey towards a Raspberry Pi based system and have chosen Domoticz as my 'Home Automation' platform. But to be honest, my needs are ...