Search found 9 matches
- Thursday 04 January 2024 9:33
- Forum: LUA
- Topic: GarbageCalendar (new version) lua scripts
- Replies: 474
- Views: 78240
Re: GarbageCalendar (new version) lua scripts
It's works! Thanks, great work.
- Wednesday 03 January 2024 15:49
- Forum: LUA
- Topic: GarbageCalendar (new version) lua scripts
- Replies: 474
- Views: 78240
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 ...
- Wednesday 03 January 2024 13:33
- Forum: LUA
- Topic: GarbageCalendar (new version) lua scripts
- Replies: 474
- Views: 78240
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/
- Thursday 10 October 2019 16:22
- Forum: Other questions and discussions
- Topic: SolarEdge via LAN interface
- Replies: 133
- Views: 40748
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 the ...
- Tuesday 17 September 2019 19:22
- Forum: Other questions and discussions
- Topic: SolarEdge via LAN interface
- Replies: 133
- Views: 40748
- Sunday 15 September 2019 19:06
- Forum: Other questions and discussions
- Topic: SolarEdge via LAN interface
- Replies: 133
- Views: 40748
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 you ...
- Tuesday 10 September 2019 16:18
- Forum: Python
- Topic: Python Plugin: MoonPhases
- Replies: 57
- Views: 12149
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
For more info:
https://github.com/JoopIdema/Domoticz-MoonPhases
- Tuesday 10 September 2019 16:17
- Forum: Suggestions
- Topic: Moon phase
- Replies: 64
- Views: 23167
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
For more info:
https://github.com/JoopIdema/Domoticz-MoonPhases
- Friday 06 September 2019 19:08
- Forum: Other questions and discussions
- Topic: SolarEdge via LAN interface
- Replies: 133
- Views: 40748
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) takes some ...