Search found 9 matches

by Jackb
Thursday 04 January 2024 9:33
Forum: LUA
Topic: GarbageCalendar (new version) lua scripts
Replies: 489
Views: 94585

Re: GarbageCalendar (new version) lua scripts

It's works! Thanks, great work.
by Jackb
Wednesday 03 January 2024 15:49
Forum: LUA
Topic: GarbageCalendar (new version) lua scripts
Replies: 489
Views: 94585

Re: GarbageCalendar (new version) lua scripts



Kun je ook de Gemeente Assen toevoegen? Die zijn sinds 1-1-2024 overgestapt van Afvalwijzer naar https://21burgerportaal.mendixcloud.com/


I had a quick look there and used some postalcode/housnr combo to test, but the Afvalkalender doesn't give me any response.
Does it work for you, and if so ...
by Jackb
Wednesday 03 January 2024 13:33
Forum: LUA
Topic: GarbageCalendar (new version) lua scripts
Replies: 489
Views: 94585

Re: GarbageCalendar (new version) lua scripts

Kun je ook de Gemeente Assen toevoegen? Die zijn sinds 1-1-2024 overgestapt van Afvalwijzer naar https://21burgerportaal.mendixcloud.com/
by Jackb
Thursday 10 October 2019 16:22
Forum: Other questions and discussions
Topic: SolarEdge via LAN interface
Replies: 134
Views: 45476

Re: SolarEdge via LAN interface


There is a reason.

if something happens on the network and the script is not able to reach the SolarEdge the script might take longer.
This longer will hold-up all scripts executed after.
It does appear in the log's like "bla bla script takes longer than expected to finish"

Result might be that ...
by Jackb
Tuesday 17 September 2019 19:22
Forum: Other questions and discussions
Topic: SolarEdge via LAN interface
Replies: 134
Views: 45476

Re: SolarEdge via LAN interface

Great! :)
by Jackb
Sunday 15 September 2019 19:06
Forum: Other questions and discussions
Topic: SolarEdge via LAN interface
Replies: 134
Views: 45476

Re: SolarEdge via LAN interface

You do not need to Add Hardware in Domoticz.

First you have to enable de TCPModbus interface on your SolarEdge inverter. How to do that depends on the type of SolarEdge inverter you have.

Then you need to download the script and rename it to SolarEdge.pl

Then type: perl SolarEdge.pl If correct ...
by Jackb
Tuesday 10 September 2019 16:18
Forum: Python
Topic: Python Plugin: MoonPhases
Replies: 57
Views: 12872

Re: Python Plugin: MoonPhases

I've created a new MoonPhase dzEvents script that does not use Weather Underground but HERE, which is a free astronomy API.

For more info:
https://github.com/JoopIdema/Domoticz-MoonPhases
by Jackb
Tuesday 10 September 2019 16:17
Forum: Suggestions
Topic: Moon phase
Replies: 64
Views: 23541

Re: Moon phase

I've created a new MoonPhase dzEvents script that does not use Weather Underground but HERE, which is a free astronomy API.

For more info:
https://github.com/JoopIdema/Domoticz-MoonPhases
by Jackb
Friday 06 September 2019 19:08
Forum: Other questions and discussions
Topic: SolarEdge via LAN interface
Replies: 134
Views: 45476

Re: SolarEdge via LAN interface

To make the script work you have to install several PERL modules:

Net::Server
Role::Tiny
Try::Tiny
Device::Modbus::TCP::Client
LWP::Simple

To do this type:
$ sudo perl -MCPAN -e shell

And then
cpan[1]> install <module name>

Repeat this for all the other modules
The last one (LWP::Simple ...