Search found 12 matches

by Mdieli
Wednesday 29 April 2020 13:10
Forum: Examples & Solutions
Topic: Script to display next F1 Race
Replies: 36
Views: 9299

Re: Script to display next F1 Race

Hi, I hadn't noticed actually since there are no GPs in the near future :-P I think - but no time to check now - that it has to do with the upgrade to LUA 5.3 It is strange that by removing the offset you get the correct time as it is in UTC. Quick (and dirty) fix for now: Change this line: local ...
by Mdieli
Wednesday 29 April 2020 9:58
Forum: Examples & Solutions
Topic: Script to display next F1 Race
Replies: 36
Views: 9299

Re: Script to display next F1 Race

For some reason, since a couple of months the time is not shown correct anymore. instead of Example Grand Prix at 15:10 it shows Example Grand Prix at 15.0:10 When i remove the addition of the offset, the time is shown correctly. Original code: local HH = (string.sub(horapura, 1,2) + offset); local ...
by Mdieli
Tuesday 31 December 2019 16:35
Forum: LUA
Topic: Sharing : Afval kalendar in text sensor
Replies: 348
Views: 54357

Re: Sharing : Afval kalendar in text sensor

Great script, thank you for creating, sharing and maintaining! However, I received an error when using the script (version 20191221-2300): Error: EventSystem: in /home/domoticz/domoticz/scripts/lua/script_time_afvalwijzer.lua: ...omoticz/domoticz/scripts/lua/script_time_afvalwijzer.lua:328: 'then ...
by Mdieli
Friday 17 May 2019 9:14
Forum: ESP8266
Topic: Capacitive Soil Moisture Sensor Wemos ESPeasy
Replies: 23
Views: 19889

Re: Capacitive Soil Moisture Sensor Wemos ESPeasy

... ... It is good i came across both of your posts. I changed Domoticz server a few days ago, and forgot to update the soil sensor to the new server. I did it yesterday, but was wondering why the data still didn't got updated. It wasn't since the 12th. I first thought of problems with my server ...
by Mdieli
Sunday 24 June 2018 20:57
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 89913

Re: TP-Link smart plug HS100/HS110

This is the code that should work with HA: """ Support for TPLink HS100/HS110/HS200 smart switch. For more details about this platform, please refer to the documentation at https://home-assistant.io/components/switch.tplink/ """ import logging import time import voluptuous as vol from homeassistant ...
by Mdieli
Sunday 24 June 2018 13:51
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 89913

Re: TP-Link smart plug HS100/HS110

In the meantime, I found out there was/is a tool for the PC to upgrade the firmware in the past. I tried to up/downgrade to a previous one but no result. Fortunate, I saw an post on the git page from Home Assistant, there was one person that also had troubles but found out it was an little API ...
by Mdieli
Sunday 24 June 2018 9:03
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 89913

Re: TP-Link smart plug HS100/HS110

I found that updates are done via the app indeed.
I checked, and the app says there is 1 update availabl for the switch. So not the latest firmware yet I guess.
Does anyone have the same firmware as I and have it working? (1.4.3)
by Mdieli
Sunday 24 June 2018 8:48
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 89913

Re: TP-Link smart plug HS100/HS110

... Thanks for the script, it is a lot like the one I allready had. After some investigation, I found that the post @ softcheck.com was eddited and a commend was added: UPDATE 19.06.2018: TP-Link has updated their firmware. If you install this firmware upgrade, tplink-smartplug.py does not work ...
by Mdieli
Friday 22 June 2018 17:09
Forum: Others
Topic: TP-Link smart plug HS100/HS110
Replies: 256
Views: 89913

Re: TP-Link smart plug HS100/HS110

I just received 2 HS110 plugs and I am trying to setup the Domoticz "link". I want to be able to switch them ofcource. But more important, I want them also to report power consumption with a short (15 - 60 seconds) interval. I found (at least) 2 different scripts to enable switching (tplink ...
by Mdieli
Sunday 07 January 2018 9:26
Forum: Heating/cooling
Topic: Rebuilding the Nest plugin
Replies: 67
Views: 23304

Re: Rebuilding the Nest plugin

Thanks dotms!
Just tested it here in my test environment and all is looking good and working like expected thus far!
I hope integration in domoticz will be done quickly. :)
by Mdieli
Sunday 19 November 2017 9:26
Forum: Python
Topic: Python plugin: Sonos [new version]
Replies: 69
Views: 22269

Re: Python plugin: Sonos [new version]

For some reason, I can't get the plugin visable from the drop-down in the Hardware menu. System: RPi 3 Domoticz: V3.8742 Python3: 3.5.3 Installed in the "~/domoticz/plugins/sonos" folder. Restarted Domoticz from the commandline but the plugin is nowhere to be found. Also, no errors are shown in the ...
by Mdieli
Sunday 15 March 2015 13:17
Forum: Show your projects
Topic: Cheap WiFi LED dimmer (~10$)
Replies: 49
Views: 42510

Re: Cheap WiFi LED dimmer (~10$)

Quindor wrote:
ThinkPad wrote:Congrats! But i see the minimum quantity to order is 10pcs of the PCB... that is a bit too much, i only need one :P
It's 14$ including shipping (took 3 weeks for me)! That's cheaper then one board you can get somewhere else. ;)
How is the board working out? Got any photo's of the board assembled?