Search found 21 matches

by Neutrino
Sunday 13 November 2022 23:47
Forum: dzVents
Topic: Timer only when device is on
Replies: 4
Views: 564

Re: Timer only when device is on

I'm using this :

Code: Select all

return {
	active = function(domoticz)
		return (domoticz.devices('devicename').state == 'On')
	end,
	--active = true,
	on = {
		timer = {'every minute'},
	},
by Neutrino
Friday 07 October 2022 18:39
Forum: LUA
Topic: Script examples (Lua)
Replies: 139
Views: 161898

Re: Script examples (Lua)

Very good !
Looks like a hack, but very useful.
Thanks 🍺
by Neutrino
Sunday 26 September 2021 20:47
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 115896

Re: Python Plugin: Shelly MQTT

The plugin creates the devices, you don't need dummy.
by Neutrino
Sunday 03 September 2017 12:58
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 51265

Re: dzVents version of the Solar Data Script [SOLVED]

Yeah ! Thank you !
It works like a charm !
by Neutrino
Wednesday 23 August 2017 19:50
Forum: Python
Topic: Plugin - Kodi remote
Replies: 2
Views: 1574

Re: Plugin - Kodi remote

Yes ! It works with "Kodi" in the name.
Thank you very much :)
by Neutrino
Sunday 13 August 2017 23:33
Forum: Python
Topic: Plugin - Kodi remote
Replies: 2
Views: 1574

Plugin - Kodi remote

Hi all ! I want to display the kodi remote in order to use it with lirc and control my old Samsung TV. I'm able to have the good switch, but when i click on the remote, nothing happens... :oops: I don't know what's wrong with my code... :( """ <plugin key="lirc" name="pilotage via lirc" author ...
by Neutrino
Sunday 16 April 2017 20:25
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 528740

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

deennoo wrote:OK i belive that can be usefull until we don't know Real bat low level reported, wait for it on Xiaomi app then Read it on domoticz and please share.

When done, this can be add to domoticz and then disaper from utility.

What do you think about it ?
Totally agree !
by Neutrino
Thursday 06 April 2017 20:44
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 528740

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

Oh please people, just read the previous posts.... Just the 3 or 4 last pages and you'll find all the answers... Corbin's version is like an alpha version, you need to compile it by yourself. Everything can be change ! Official beta version doesn't have the last support (like ringtone or light ...
by Neutrino
Sunday 26 March 2017 18:35
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 528740

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

hekm77 wrote:Now the devices (Xiaomi Motion Sensor) are not duplicated after reboot domoticz
I did:
1. rm -r domoticz/
2. git clone https://github.com/corbinmunce/domoticz
3. restore database
v3.7119
I confirme it works like a charm.
My switch and my cube work now :)
by Neutrino
Thursday 23 March 2017 21:59
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 528740

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

deennoo wrote:
Yes beta is beta :lol:
So it's just not me :)
by Neutrino
Thursday 23 March 2017 21:19
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 528740

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

Hi everyone,
Since version 3.7xxx, on a totally new fresh install, the cube and the wireless switch didn't update... Only once on the first detect.
Btw, the gateway, the motion sensor and the door sensor are ok.
by Neutrino
Tuesday 28 February 2017 11:15
Forum: Python
Topic: Plugin - ShiftRegister 74HC595
Replies: 2
Views: 1019

Re: Plugin - ShiftRegister 74HC595

You are running other plugins that are slow to return control to domoticz That's the point! I made a crappy plugin to replace the original One-wire hardware, but it takes 10 sec to get all the data from all the ds18b20. If I enable only the Shift-register script, it works like a charm. Thank you ...
by Neutrino
Monday 27 February 2017 17:07
Forum: Python
Topic: Plugin - ShiftRegister 74HC595
Replies: 2
Views: 1019

Plugin - ShiftRegister 74HC595

Hi everybody, I try to add shift-register 75hc595 support in domoticz on a Pi. I tryed this : # ShitfRegister Plugin # # Author: Neutrino, 2016 # """ <plugin key="ShiftPi" name="Shitf Register 74HC595 Raspberry" author="neutrino" version="1.0.0" wikilink=""> <params> <param field="Mode1" label="SER ...
by Neutrino
Saturday 25 February 2017 22:27
Forum: 1-wire
Topic: 1Wire disappeared and disabled
Replies: 2
Views: 4211

Re: 1Wire disappeared and disabled

Hi,
Try another GPIO and change the dtoverlay line.
Gpio 24 works fine.
I had the same problem, my gpio 4 was dead :(
by Neutrino
Friday 04 November 2016 17:26
Forum: RFLink Transceiver
Topic: [SOLVED] mini GPIO
Replies: 9
Views: 4368

Re: mini GPIO

Thanks to the Stuntteam to have solved my problem. 1st, you need to enable the GPIO. In the "Create RFLink Devices" popup, enter the command : 10;setgpio=on With "Accept new Hardware Devices" enabled, just short to ground the pins 26 27 28 and 29, the devices will be create in devices tab. To create ...
by Neutrino
Wednesday 02 November 2016 21:37
Forum: RFLink Transceiver
Topic: [SOLVED] mini GPIO
Replies: 9
Views: 4368

Re: mini GPIO

As an older user, yes :D Actually, it's always enable since the 1-wire hardware need this every reboot. 2016-11-02 21:29:45.865 User: initiated a RFLink Device Create command: 20;1C;GPIOset;ID=0;SWITCH=0;CMD=ON; 2016-11-02 21:29:45.956 (RFLink) Light/Switch (MiniGPIO 26) 2016-11-02 21:29:57.276 User ...
by Neutrino
Wednesday 02 November 2016 20:24
Forum: RFLink Transceiver
Topic: [SOLVED] mini GPIO
Replies: 9
Views: 4368

Re: mini GPIO

Using rflink create device tab. Thank you Deennoo, but I already seen this FAQ :mrgreen: But your last sentence will very help me ! To add the GPIO 26 (input) 20;1A;GPIOset;ID=0;SWITCH=0;CMD=ON; It creates a On/Off switch in device => OK :D But 10;GPIOset;31;0;ON; do nothing. :( just a line in log ...
by Neutrino
Wednesday 02 November 2016 19:02
Forum: RFLink Transceiver
Topic: [SOLVED] mini GPIO
Replies: 9
Views: 4368

[SOLVED] mini GPIO

Hi !
Since the last stable release, i'm unable to use GPIO on Rapsberry.
How can we use the RFLink miniGPIO in domoticz ?
by Neutrino
Saturday 20 August 2016 19:57
Forum: dzVents
Topic: dzVents 1.1.1
Replies: 62
Views: 15669

Re: dzVents 1.1.1

Hi danybloe,
I just find a bug :
In the device methods, close() and open() functions do nothing.
It works when I use switchOn() instead of open() and switchOff() instead of close().
by Neutrino
Thursday 09 June 2016 17:05
Forum: dzVents
Topic: dzVents 1.0 released
Replies: 135
Views: 22795

Re: dzVents 1.0 released

Hi dannybloe,
Device method updateLux(Lux) doesn't work.
The nValue is updated instead of sValue.

I corrected the function in Device.lua

Code: Select all

function self.updateLux(lux)
		self.update(0,lux)
end
Thanks for all ;)