Search found 26 matches
- Wednesday 23 September 2020 17:14
- Forum: Python
- Topic: Python Plugin: GoodWe solar inverter via SEMS API
- Replies: 267
- Views: 60518
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 ...
- Monday 07 September 2020 16:59
- Forum: Python
- Topic: Python Plugin: GoodWe solar inverter via SEMS API
- Replies: 267
- Views: 60518
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 ...
- Friday 04 September 2020 12:38
- Forum: Python
- Topic: Python Plugin: GoodWe solar inverter via SEMS API
- Replies: 267
- Views: 60518
Python Plugin: GoodWe solar inverter via SEMS API
Thanks JanJaap, will wait when you find it. If I need to try something, you have to say it.JanJaap wrote:I'll let you know when I found something.
- Wednesday 02 September 2020 16:24
- Forum: Python
- Topic: Python Plugin: GoodWe solar inverter via SEMS API
- Replies: 267
- Views: 60518
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 ...
- Monday 06 July 2020 16:26
- Forum: Python
- Topic: Python Plugin: GoodWe solar inverter via SEMS API
- Replies: 267
- Views: 60518
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 ...
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 ...
- Saturday 18 April 2020 19:25
- Forum: Other questions and discussions
- Topic: Sleeping devices lost at re-start
- Replies: 5
- Views: 503
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 ...
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 ...
- Tuesday 07 April 2020 17:31
- Forum: LUA
- Topic: Script help
- Replies: 4
- Views: 608
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 ...
- Monday 06 April 2020 16:30
- Forum: LUA
- Topic: Script help
- Replies: 4
- Views: 608
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 ...
- Sunday 05 April 2020 20:17
- Forum: Dashticz
- Topic: Dashticz V3.4.2 beta
- Replies: 57
- Views: 5089
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 ...
- Saturday 04 April 2020 14:28
- Forum: LUA
- Topic: Script help
- Replies: 4
- Views: 608
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 ...
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 ...
- Saturday 04 April 2020 9:53
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 23158
Dashticz Graphs - New Features, Fixes & Updates
@toro
Try this
Try this
Code: Select all
blocks['graph_202'] = {
devices: [202],
graphTypes : ['v', 'v2'],
legend: true,
legend: {
'v_202': 'Dal tarief',
'v2_202': 'Normaal tarief'
}
}
- Friday 03 April 2020 16:32
- Forum: Dashticz
- Topic: Dashticz V3.4.2 beta
- Replies: 57
- Views: 5089
Re: Dashticz V3.4.2 beta
No problem over here. But maybe Loki did update a small thing. Just did git pull 5 min ago.florisi wrote: Friday 03 April 2020 16:04 And no Corona numbers, just the graph.
The graph isn't updated with April 3rd.
And i'm from the beginning always 1 day behind.
- Wednesday 01 April 2020 15:46
- Forum: Dashticz
- Topic: Update from v3.3.3.1 (stable) to v3.4.1 (beta)
- Replies: 20
- Views: 1497
Re: Update from v3.3.3.1 (stable) to v3.4.1 (beta)
Code: Select all
git checkout beta
git pull- Saturday 28 March 2020 20:59
- Forum: Dashticz
- Topic: Dashticz - v.3.4.1 beta
- Replies: 39
- Views: 3800
Re: Dashticz - v.3.4.1 beta
Awesome guys 
- Saturday 28 March 2020 20:47
- Forum: Dashticz
- Topic: strugling with screen design
- Replies: 9
- Views: 818
Re: strugling with screen design
Youre Welcome. I also send you a PMhenrybcn wrote: Saturday 28 March 2020 19:41 fantastic. what a simple solution... Tks so much Alfagek!![]()
- Saturday 28 March 2020 19:29
- Forum: Dashticz
- Topic: strugling with screen design
- Replies: 9
- Views: 818
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
Switches (blocktitle)
switch 1 switch2 switch3
Weather (blocktitle)
weather
Check "your" new config.js i put here
- Friday 27 March 2020 19:06
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 1005
- Views: 345722
Re: Dashticz - Show your dashboard and how-to's!
Just read the documentary
: https://dashticz.readthedocs.io/en/mas ... ck-titles
- Friday 20 March 2020 13:01
- Forum: Dashticz
- Topic: Dashticz - Module - 112 Meldingen (Dutch)
- Replies: 66
- Views: 13715
Re: Dashticz - Module - 112 Meldingen (Dutch)
Thanks PietjePuk and Lokonli. Running nice over here 
- Monday 09 March 2020 16:29
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 962
- Views: 176209
Re: Dashticz - Module - Garbage collector
Gianni wrote: Monday 09 March 2020 0:04 why do you use double [[
columns[6]['blocks'] = [['garbage']];
That was the problem, now he is working.
@lokonli: Thanks for putting Omrin to it

- Sunday 08 March 2020 11:24
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 962
- Views: 176209
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 ...