Search found 21 matches

by underscore4
Sunday 29 December 2024 14:10
Forum: Python
Topic: Python plugin: Wallbox EV charger
Replies: 17
Views: 4192

Re: Python plugin: Wallbox EV charger

Really nice plugin ( and easy as well :-)).
Is there possible to change thw counter and set the ramp of changirng Amps instead of °C?

Could you please suggest actions?
by underscore4
Saturday 23 December 2023 9:45
Forum: Show your projects
Topic: Ginlong Wind and Solar wifi-stick workaround
Replies: 4
Views: 2425

Re: Ginlong Wind and Solar wifi-stick workaround

Hi,
i am running with no problems jq-1.5-1. Not sure if i got fully the error, but why you do not install it with internal repository?

https://lindevs.com/install-jq-on-raspberry-pi/
by underscore4
Sunday 10 December 2023 18:30
Forum: Show your projects
Topic: Ginlong Wind and Solar wifi-stick workaround
Replies: 4
Views: 2425

Re: Ginlong Wind and Solar wifi-stick workaround

waltervl wrote: Sunday 10 December 2023 10:58 Thanks.
What are your experiences with self producing wind energy? What kind of wind setup do you use?
I use this wind energy set-up since 2016 without problem. 2 KW wind turbines with monopole tower in grid tie.
by underscore4
Sunday 10 December 2023 9:00
Forum: Show your projects
Topic: Ginlong Wind and Solar wifi-stick workaround
Replies: 4
Views: 2425

Ginlong Wind and Solar wifi-stick workaround

Hi, recently the cloud from Ginlong ( https://ginlongmonitoring.com) has stopped to work and i could not read anymore in Domoticz the data by my Ginlong Wind inverter. The script collect data in json format and read always the last update data into the file to keep update and sync Domoticz. I have ...
by underscore4
Tuesday 28 November 2023 18:52
Forum: Python
Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
Replies: 231
Views: 95146

Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters

Hi,
are you facing problem on the script for ginlong? the link to they platform:10000 seems not getting data and cloud is down. I lost some migration server info? Never got a problem since 2016.....
by underscore4
Friday 23 April 2021 9:23
Forum: Cameras
Topic: SANNCE nvr integration domoticz
Replies: 0
Views: 485

SANNCE nvr integration domoticz

Hi,
anyone has experience on this NVR and tried to integrate channels on Domoticz ?
Tried many links to connect video flow but no success.
Same using Ispyconnect database. here at h***s://www.ispyconnect.com/camera/sannce

Thanks in advance
by underscore4
Sunday 02 December 2018 9:48
Forum: Speech & Voice Systems
Topic: for Alexa HA-bridge or controlicz
Replies: 27
Views: 9367

Re: for Alexa HA-bridge or controlicz

Hi,
i'm working with controlicz and alexa to use domoticz sensors, but i cannot read PV and windturbine production where SDM120C installed.
Anyone got this sensors working on Alexa?
by underscore4
Saturday 15 September 2018 11:25
Forum: Cameras
Topic: use tablet camera as motion detection
Replies: 4
Views: 1594

Re: use tablet camera as motion detection

Nice, thanks a lot.
I will test it. would be also visible in Domoticz with any way?
by underscore4
Saturday 15 September 2018 11:10
Forum: Cameras
Topic: use tablet camera as motion detection
Replies: 4
Views: 1594

use tablet camera as motion detection

Hi,
i'm going to install a door sersor detection and my idea would have a wall tablet camera to take a pitcure and send mail if door opened.Anyone has coded this feature with script or using apk solutions on domoticz?

Thanks in advance.
by underscore4
Saturday 07 October 2017 15:21
Forum: LUA
Topic: lua file problem
Replies: 3
Views: 849

Re: lua file problem

thanks, which version it's working well?
by underscore4
Saturday 07 October 2017 14:46
Forum: LUA
Topic: lua file problem
Replies: 3
Views: 849

lua file problem

Hi, i wrongly removed lua file in /usr/bin folder using a purge command.
How i could restablish it to let lua working again?

Thanks in advance.
by underscore4
Saturday 07 October 2017 12:36
Forum: Bash / PowerShell / Batch etc.
Topic: APC UPS Monitoring
Replies: 38
Views: 42831

Re: APC UPS Monitoring

hi,Mace, with problem do you face? I had some initial problems but i solved with this script...of couse the date are suitable for me, but you clud change it for your need it. It's based on kesikum's script where i have setup blockly to have status change on icon. #!/bin/bash #update domoticz by curl ...
by underscore4
Saturday 23 September 2017 16:23
Forum: Show your projects
Topic: Home thermostat NEST like
Replies: 2
Views: 3429

Re: Home thermostat NEST like

Version 1.1 at first post
by underscore4
Sunday 23 July 2017 15:50
Forum: LUA
Topic: Help with script to Control solar water heater
Replies: 6
Views: 1836

Re: Help with script to Control solar water heater

Would you please post your LUA blocky example?
some question, which one would be the nominal temperature?
by underscore4
Sunday 23 July 2017 11:34
Forum: Show your projects
Topic: Home thermostat NEST like
Replies: 2
Views: 3429

Home thermostat NEST like

Hi, starting from Google Nest concept i decide to develop a small project with an Open Thermostat using Node MCU solution. Here spare parts need and code to use: Hardware Node MCU for temperature sensor of room Node MCU for main heater control DTH 11 for room temperature reading DS18B20 for water ...
by underscore4
Sunday 09 July 2017 19:55
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 133308

Re: Script to restart Domoticz if it crashes

Hi, i'm try to run this code on OrangePI but i get error below: #!/bin/bash DomoticzState=`sudo service domoticz.sh status` if [[ $DomoticzState == *"active (running)"* ]] then echo 'Domoticz is running. Nothing to do.' elif [[ $DomoticzState == *"inactive (dead)"* ]] then echo 'Domoticz is not ...
by underscore4
Wednesday 05 July 2017 17:43
Forum: Python
Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
Replies: 231
Views: 95146

Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters

Remove port 10000, you don't need to writ it.
by underscore4
Tuesday 04 July 2017 18:55
Forum: Python
Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
Replies: 231
Views: 95146

Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters

linaro@odroidxu4:~/domoticz/scripts/python$ ./SofarSolar.py Traceback (most recent call last): File "./SofarSolar.py", line 34, in <module> root = ET.parse(urllib.urlopen(requestURL)).getroot() File "/usr/lib/python2.7/urllib.py", line 87, in urlopen return opener.open(url) File "/usr/lib/python2.7 ...
by underscore4
Sunday 25 June 2017 15:58
Forum: Python
Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
Replies: 231
Views: 95146

Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters

here my answare:
Yes, please set crontab, i have every 5 minutes
It work with no port, probably it open directly and automatic.
station id, it's just in device, after description of harware of domoticz or you could use script (code shoud be on first page).
Let me know.
by underscore4
Saturday 24 June 2017 14:04
Forum: Python
Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
Replies: 231
Views: 95146

Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters

Hi, @underscore4 or someone else: did you solved your problem? I have the same problem. like to hear your solution. Grtz Niels I let it working with setup: #!/usr/bin/python import urllib, urllib2, hashlib from xml.etree import ElementTree as ET #config username = 'username'' #your portal username ...