Search found 11 matches

by Superpjeter
Monday 05 February 2024 19:59
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 324
Views: 35267

Re: Python Plugin: MqttMapper

It is working fine now.
Thank you very much.
by Superpjeter
Sunday 04 February 2024 22:26
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 324
Views: 35267

Re: Python Plugin: MqttMapper

Ok, if it is working for you then it must be something on my system somewhere.
I use the latest stable Domoticz V2024.4
I can use the Lua script anyhow.
Thanks for your time
by Superpjeter
Sunday 04 February 2024 21:44
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 324
Views: 35267

Re: Python Plugin: MqttMapper

However when I use it with another setpoint device not related to MqttMapper the dzvents script is working fine
by Superpjeter
Sunday 04 February 2024 21:29
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 324
Views: 35267

Re: Python Plugin: MqttMapper

I see that you use LUA script, so I tried that also and that is indeed working fine.
The dzvents script I use:

Code: Select all

return {
	on = {
		timer = {
			'every minute',
		}
	},
	execute = function(domoticz, timer)
		domoticz.devices(183).updateSetPoint(25)
	end
}
May be a Domoticz issue?
by Superpjeter
Sunday 04 February 2024 13:00
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 324
Views: 35267

Re: Python Plugin: MqttMapper

I made a device with a setpoint and I can change the setpoint manually "HBVK - Ventilator snelheid ref": { "topic": "Voorkamer/fan-speed-ref", "options": {"ValueMin":"0","ValueMax":"100", "ValueUnit":"%"}, "type": "242", "subtype": "1", "switchtype": "0", "set": {"topic": "Voorkamer/fan-speed-ref ...
by Superpjeter
Wednesday 29 March 2023 22:20
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 146491

Re: Dashticz - Module - Garbage collector

I have made a Domoticz plugin for the new circulus api: https://github.com/Superpjeter/Domoticz ... tor-Plugin
May be it can be used for others as well or as an example for this module
by Superpjeter
Thursday 27 December 2018 14:12
Forum: LUA
Topic: Find My iPhone implementation in LUA script
Replies: 273
Views: 78559

Re: Find My iPhone implementation in LUA script

Here is my script -- Script to check the location of multiple iPhones every X minutes, -- test if they are "home" and represent this using virtual switches commandArray = {} -- polling interval in minutes (1-59), setting this too low may drain the phones' batteries interval = 10 local m = os.date ...
by Superpjeter
Wednesday 26 December 2018 17:26
Forum: LUA
Topic: Find My iPhone implementation in LUA script
Replies: 273
Views: 78559

Re: Find My iPhone implementation in LUA script

I only skipped the google maps position name because that is not working anymore
Still interested in the script, just let me know
by Superpjeter
Sunday 23 December 2018 11:24
Forum: LUA
Topic: Find My iPhone implementation in LUA script
Replies: 273
Views: 78559

Re: Find My iPhone implementation in LUA script

Mine works like a charm
by Superpjeter
Tuesday 11 September 2018 19:42
Forum: Examples & Solutions
Topic: dzVents get garbage collection dates (various) [SOLVED]
Replies: 123
Views: 27501

Re: dzVents get garbage collection dates from inzamelkalender.hvcgroep.nl [SOLVED]

Thanks for your offer but I already figured it out
by Superpjeter
Wednesday 29 August 2018 14:40
Forum: Examples & Solutions
Topic: dzVents get garbage collection dates (various) [SOLVED]
Replies: 123
Views: 27501

Re: dzVents get garbage collection dates from inzamelkalender.hvcgroep.nl [SOLVED]

Nice script, but it does not work for my garage collector, I am getting: "Problem with response from hvcgroep …." My garbage collector is Circulus-Berkel and I am using url https://afvalkalender.circulus-berkel.nl. The response I get when I am put it in a browser with my address is is a little d ...