Search found 13 matches

by JesusArmy
Sunday 22 April 2018 9:04
Forum: Kodi (XBMC)
Topic: Kodi Mediaserver Support
Replies: 357
Views: 121845

Re: Kodi Mediaserver Support

Hello there, I have some strange issue with Kodi plugin. I can see what it is playing and get events from Domoticz. I can also use the Domoticz Kodi remote, so I guess communication using JSON from Domoticz to Kodi is working fine. But, I am not able to launch anything from Blocky. For example, this ...
by JesusArmy
Saturday 21 April 2018 10:23
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 125820

Re: Dashticz - Bug report

Hello,

Not sure if it happened to somebody else, but I found out that if my virtual sensor On/Off button has the "Alarm" icon in Domoticz, I cannot interact with it in Dashticz. If I change the icon to "Amplifier" for example, then I can push it on/off again from Dashticz. :)
by JesusArmy
Saturday 14 April 2018 10:16
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 546811

Re: Dashticz - General Discussions

Here is my final working code if anyone is interrested in working on date strings f0r building URLs. :) Sorry comments are in French, but basically I had remove 9h to adjust to GMT time, and then 6 minutes to compensate 5 min time of image upload from Sat image provider. And also truncate last char ...
by JesusArmy
Friday 13 April 2018 9:42
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 546811

Re: Dashticz - General Discussions

Great thanks, I will try ! Now that I know that I can use MomentJS it should help to build the good url. :)
(I think actually the website upload only one sat image every 10 min so not all values are accurate for "mm", I will need to round up to nearest possible value :))
by JesusArmy
Tuesday 10 April 2018 7:54
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 546811

Re: Dashticz - General Discussions

Hello again, I cannot find the syntax to use in Dashticz in order to get time and date. Basically I would like it to display a weather picture dynamicaly, so I would need to tune the img url to add date and time like this: http://www.jma.go.jp/en/gms/imgs_c/0/infrared/1/YYYYMMDDHHMM-00.png Any easy ...
by JesusArmy
Monday 09 April 2018 8:13
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 546811

Re: Dashticz - General Discussions

Hello, I have installed last stable version (running on Windows 7), have added "auto_positioning" and "use_favorites" but I still not get any switch on Dashticz dashboard. The rest is "ok", I get sunset and sunrise time from Domoticz on the default right column, and can modify buttons, etc... var ...
by JesusArmy
Wednesday 28 March 2018 5:11
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 121590

Re: Python Plugin : Broadlink RM2 V4

Hello, Wondering if anyone here also have the Temperature sensor of the RM2 report 38 degrees celcius one or two time in a row from time to time? After lookiong at the logs, it seems that this is reported most of the time after triggering an IR command. Not sure if it the broadlink device itself ...
by JesusArmy
Tuesday 27 March 2018 17:40
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 546811

Re: Dashticz - General Discussions

Hello, I have installed last stable version (running on Windows 7), have added "auto_positioning" and "use_favorites" but I still not get any switch on Dashticz dashboard. The rest is "ok", I get sunset and sunrise time from Domoticz on the default right column, and can modify buttons, etc... var ...
by JesusArmy
Friday 23 March 2018 3:39
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 121590

Re: Python Plugin : Broadlink RM2 V4

You do not need VC++ and you need to stay on python 3.5 Just download pycrypto-2.6.1-cp35-none-win32.whl from dropbox and type this command: pip install pycrypto-2.6.1-cp35-none-win32.whl after, you need to go to D:\downloads\temp\python-broadlink-master> and type pip install . Wonderfull, big big ...
by JesusArmy
Thursday 22 March 2018 18:21
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 121590

Re: Python Plugin : Broadlink RM2 V4

Thanks a lot for the instructions. Uninstall went both well. But unfortunately install has ended with an error :( Not sure if it could be a path issue or something like this? Full output here: D:\downloads\temp\python-broadlink-master>pip install . Processing d:\downloads\temp\python-broadlink ...
by JesusArmy
Thursday 22 March 2018 17:43
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 121590

Re: Python Plugin : Broadlink RM2 V4

Is it good? :) D:\>pip show broadlink Name: broadlink Version: 0.8 Summary: Python API for controlling Broadlink IR controllers Home-page: http://github.com/mjg59/python-broadlink Author: Matthew Garrett Author-email: [email protected] License: UNKNOWN Location: c:\program files (x86)\python35-32 ...
by JesusArmy
Thursday 22 March 2018 15:56
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 121590

Re: Python Plugin : Broadlink RM2 V4

Just tried import from apps. Import feature itself is working, but triggering the action does not seem to broadcast proper IR signal... :( 2018-03-22 23:54:20.148 User: Admin initiated a switch command (17/BroadlinkRM2 - 7-10 Sort in order Light off/On) 2018-03-22 23:54:20.151 (BroadlinkRM2) Calling ...
by JesusArmy
Thursday 22 March 2018 4:26
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 121590

Re: Python Plugin : Broadlink RM2 V4

Hello, I am new here, so first a great thanks to zak45 for this nice Broaklink plugin! Unfortunately I am having some problems running it on my Domoticz setup (under Windows 7). I had some difficulty to make the plugin work, but after downgrading Python to 3.5.3 I could finally make it run and add ...