Search found 13 matches

by kiwi
Thursday 16 February 2017 17:46
Forum: Other questions and discussions
Topic: domoticz, influxdb and grafana
Replies: 12
Views: 6595

Re: domoticz, influxdb and grafana

Hum Influxdb is really pretty cool. Really I'd would like to have the option to send all data to InfluxDB instead of choosing all things, one per one... :/
by kiwi
Friday 09 September 2016 13:09
Forum: Show your projects
Topic: Hardware pron pics
Replies: 98
Views: 72074

Re: Hardware pron pics

@bizziebis do you have some photos of your hack ? :) Really want to do the same on my side :p
by kiwi
Thursday 08 September 2016 11:20
Forum: LUA
Topic: Lua 64bit install
Replies: 4
Views: 1479

Re: Lua 64bit install

Why didn't you used the ubtunu pkg instead of downloading a random file?
by kiwi
Tuesday 16 August 2016 22:05
Forum: PHP and all others
Topic: Virtual Devices and updating status of virtual switch.
Replies: 0
Views: 800

Virtual Devices and updating status of virtual switch.

Hi there, I am coding some new stuff on my own and I really like to find a way to create feed back from the "backend" used on virtual switch. Eg. if the relay card (that is not on the hardware part) has a relay changed by another application. I wanted to create a script that checks every X minutes ...
by kiwi
Wednesday 15 June 2016 17:30
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76086

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Hi,
I make it step by step and it works. I used previously symlinks but it seems that domoticz doesn't like it.
by kiwi
Friday 10 June 2016 17:53
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76086

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Hi there,

I am trying to use dzVents on my FreeBSD port of domoticz. For unknown reasons domoticz doesn't seems to load the files, so I am puzzled :/
by kiwi
Sunday 21 February 2016 10:08
Forum: Python
Topic: Plex Status - Video, Audio, Photo, Play Progress
Replies: 115
Views: 25833

Re: Plex Status - Video, Audio, Photo, Play Progress

Hi,

Just a quick update, I have changed line 159 to:

Code: Select all

print 'Episode ' + state.capitalize() + ': ' + parenttitle + " - " + videotitle.encode('utf-8') + PlayProgress
Since videotitle can be non ascii...

Regards,
by kiwi
Wednesday 17 February 2016 11:51
Forum: Language / Translation
Topic: French translation
Replies: 22
Views: 21631

Re: French translation

Hi,

Would like to help, but I cannot find where those are inside domoticz.

Image
Image

Any idea on how to help ?
by kiwi
Saturday 13 February 2016 11:00
Forum: Others
Topic: FreeBSD port :)
Replies: 7
Views: 2689

Re: FreeBSD port :)

I rather like ports and avoid duplicate code everywhere. Anyway the FreeBSD port is done, just waiting for OpenZWave port (third party) to be commited. Have to fix also HardwareMonitor.cpp to work on FreeBSD as well (well this will be lots of work since there is lots of awfull linuxism inside eg ...
by kiwi
Friday 29 January 2016 22:30
Forum: Others
Topic: FreeBSD port :)
Replies: 7
Views: 2689

Re: FreeBSD port :)

I have just done the Pull request (and fixed somewhat Win32 build).

Feel free to comment this :D
by kiwi
Thursday 28 January 2016 23:49
Forum: Others
Topic: FreeBSD port :)
Replies: 7
Views: 2689

Re: FreeBSD port :)

FreeBSD doesn't have apt-get (the real freebsd not Debian/kFreeBSD). On FreeBSD you will be able to to "pkg install domoticz" (depending when the pkg will be done on FreeBSD poudriere...). About Linux debian, I am not really up to date on the debian packaging system (another philosophy). By the way ...
by kiwi
Thursday 28 January 2016 15:10
Forum: Other questions and discussions
Topic: System Alive Checker (Ping) and FreeBSD
Replies: 1
Views: 632

System Alive Checker (Ping) and FreeBSD

Hi, Since I have ported Domoticz on FreeBSD, for security reasons domoticz runs on uid:gid domoticz:domoticz. Because FreeBSD seems to be strict on some network, seems that System Alive Checker cannot be run otherwize than in root. I see that on Raspberry PI that is working. Any good idea why this ...
by kiwi
Thursday 28 January 2016 15:05
Forum: Others
Topic: FreeBSD port :)
Replies: 7
Views: 2689

FreeBSD port :)

Hi there,

Wanted to inform you that I have successfully added Domoticz into FreeBSD ports.
For the moment it is lacking of OpenZWave support, waiting to OpenZWave port (not from me) to be commited.

Regards,
Xavier