Search found 26 matches

by Alfagek
Wednesday 23 September 2020 17:14
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 50163

Re: Python Plugin: GoodWe solar inverter via SEMS API

Well at least that was 2 error lines less :lol: :lol: True JanJaap. That error I didn’t see anymore in multi lines. But now I have the next error. Don’t know if it’s important 2020-09-23 15:45:51.848 Error: (Zonnepanelen) 'onMessage' failed 'KeyError'. 2020-09-23 15:45:51.848 Error: (Zonnepanelen) - ...
by Alfagek
Monday 07 September 2020 16:59
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 50163

Re: Python Plugin: GoodWe solar inverter via SEMS API

Just pushed a commit to handle the JSON error more elegantly. It should reduce it to only one error line (which is more then enough :) ) Works, now indeed one line json 104 error Edit 18:54: did reacting to quickly. Did update plugin yesterday with python plugin manager 2020-09-07 18:24:58.165 ...
by Alfagek
Friday 04 September 2020 12:38
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 50163

Python Plugin: GoodWe solar inverter via SEMS API

JanJaap wrote:I'll let you know when I found something.
Thanks JanJaap, will wait when you find it. If I need to try something, you have to say it.
by Alfagek
Wednesday 02 September 2020 16:24
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 50163

Re: Python Plugin: GoodWe solar inverter via SEMS API

Hi guys, To answer both questions in 1 reply: Hope this helps. Should you have any feature request for this plugin, let me know. Sorry @JanJaap, i thought i did give a reaction on this. But its explaint clearly. But a other question, i do get this in my error log. Someone knows, whats the reason is ...
by Alfagek
Monday 06 July 2020 16:26
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 50163

Re: Python Plugin: GoodWe solar inverter via SEMS API

Hello JanJaap, First: Thanks for maintaining the plugin! 8-) It’s running for a month here now. But in that month I did notice some difference between the data from Sems portal (app) and the data in Domoticz. For example: today I have in Sems Portal 6 times a reading above 2900 watt. But in Domoticz ...
by Alfagek
Saturday 18 April 2020 19:25
Forum: Other questions and discussions
Topic: Sleeping devices lost at re-start
Replies: 5
Views: 399

Re: Sleeping devices lost at re-start

There are a few problems with openzwave and Domoticz 2020.1. Like this one: OZW-driver received fatal signal 11 https://r.tapatalk.com/shareLink/topic?share_fid=70334&share_tid=31837&url=https%3A%2F%2Fwww%2Edomoticz%2Ecom%2Fforum%2Fviewtopic%2Ephp%3Ft%3D31837&share_type=t&link_source=app I have also ...
by Alfagek
Tuesday 07 April 2020 17:31
Forum: LUA
Topic: Script help
Replies: 4
Views: 522

Re: Script help

Hmm... that's spooky... Is it possible, that Zwave reports this On/Off/On..... I mean, if you look in the device log (motion sensor) are there this lines, too? Sorry for the late reaction Bewo. Yesterday Domoticz crashed, so i installed Monit. And after a restart i did had problems that my z-wave ...
by Alfagek
Monday 06 April 2020 16:30
Forum: LUA
Topic: Script help
Replies: 4
Views: 522

Re: Script help

Hi Alfagek, the way you've done your script is nice, but i think it's to "slow" to have the right state... I would try it in a way like this: motion_sensor = 'MotionWoonkamer' commandArray = {} if devicechanged[motion_sensor] == 'On' then commandArray={['OpenURL']='http://xxx.xxx.xxx.xxx:2323/?cmd ...
by Alfagek
Sunday 05 April 2020 20:17
Forum: Dashticz
Topic: Dashticz V3.4.2 beta
Replies: 57
Views: 4491

Re: Dashticz V3.4.2 beta

2:To show from a distance when electricity usage is negative (more solar power than consumption) I made the background of the block green in custom.js. This doesn't work anymore, but it shows a '-' minus sign when there is a negative usage. What has changed? Custom.js: function getStatus_142_1(idx ...
by Alfagek
Saturday 04 April 2020 14:28
Forum: LUA
Topic: Script help
Replies: 4
Views: 522

Script help

I need a little help. I did try to make a script to turn on/off my tablet screen with my motion sensor. It function, but i see in my log that i get 2 times a screen off command, when sensor is off. And when sensor is on, it sends first off command and then on command. What do i have wrong in my ...
by Alfagek
Saturday 04 April 2020 9:53
Forum: Dashticz
Topic: Dashticz Graphs - Features, Fixes & Updates
Replies: 188
Views: 19634

Dashticz Graphs - New Features, Fixes & Updates

@toro
Try this

Code: Select all

blocks['graph_202'] = {
    devices: [202],
	graphTypes : ['v', 'v2'],
	legend: true,
	legend: {
		'v_202': 'Dal tarief',
		'v2_202': 'Normaal tarief'
	}
}
by Alfagek
Friday 03 April 2020 16:32
Forum: Dashticz
Topic: Dashticz V3.4.2 beta
Replies: 57
Views: 4491

Re: Dashticz V3.4.2 beta

florisi wrote: Friday 03 April 2020 16:04 And no Corona numbers, just the graph.
The graph isn't updated with April 3rd.
No problem over here. But maybe Loki did update a small thing. Just did git pull 5 min ago.
And i'm from the beginning always 1 day behind.
by Alfagek
Wednesday 01 April 2020 15:46
Forum: Dashticz
Topic: Update from v3.3.3.1 (stable) to v3.4.1 (beta)
Replies: 20
Views: 1183

Re: Update from v3.3.3.1 (stable) to v3.4.1 (beta)

Code: Select all

git checkout beta
git pull
by Alfagek
Saturday 28 March 2020 20:59
Forum: Dashticz
Topic: Dashticz - v.3.4.1 beta
Replies: 39
Views: 3220

Re: Dashticz - v.3.4.1 beta

Awesome guys :D
by Alfagek
Saturday 28 March 2020 20:47
Forum: Dashticz
Topic: strugling with screen design
Replies: 9
Views: 697

Re: strugling with screen design

henrybcn wrote: Saturday 28 March 2020 19:41 fantastic. what a simple solution... Tks so much Alfagek! ;)
Youre Welcome. I also send you a PM ;)
by Alfagek
Saturday 28 March 2020 19:29
Forum: Dashticz
Topic: strugling with screen design
Replies: 9
Views: 697

Re: strugling with screen design

something like this?

Switches (blocktitle)
switch 1 switch2 switch3
Weather (blocktitle)
weather

Check "your" new config.js i put here
by Alfagek
Friday 20 March 2020 13:01
Forum: Dashticz
Topic: Dashticz - Module - 112 Meldingen (Dutch)
Replies: 66
Views: 9106

Re: Dashticz - Module - 112 Meldingen (Dutch)

Thanks PietjePuk and Lokonli. Running nice over here :D
by Alfagek
Monday 09 March 2020 16:29
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 145808

Re: Dashticz - Module - Garbage collector

Gianni wrote: Monday 09 March 2020 0:04 why do you use double [[

columns[6]['blocks'] = [['garbage']];
:oops: Stupid me.

That was the problem, now he is working.

@lokonli: Thanks for putting Omrin to it
Image
by Alfagek
Sunday 08 March 2020 11:24
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 145808

Re: Dashticz - Module - Garbage collector

Try with: columns[6]['blocks'] = ['garbage']; Then i get a real nice mess :lol: . He is putting all the things off screen 1 and 2 on 1 screen. But still a black stripe, with no info. Even if i empty the complete config.js and only put the next in it, i only get a black stipe var config = {} config ...