Search found 74 matches

by Mediacj
Thursday 31 May 2018 21:07
Forum: Forum feedback
Topic: Cookie policy ?
Replies: 33
Views: 14628

Re: Cookie policy ?

Sorry but it's indeed far from user friendly. Please consider to change it.
by Mediacj
Sunday 18 February 2018 10:59
Forum: Others
Topic: Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor
Replies: 325
Views: 106868

Re: Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor

Hey all, I have create an Android app that helps you register your Chinese Flower Care Monitor worldwide. The app adds the device to your account through a Chinese proxy, so that afterwards you can use it with the official Flower Care app. Check out the app on Google Play: https://play.google.com ...
by Mediacj
Saturday 17 February 2018 16:11
Forum: PHP and all others
Topic: Pushover attach a image
Replies: 2
Views: 2901

Re: Pushover attach a image

I didn't succeed either in doing this directly in php but solved it this way: In my php script I have this line: $output = exec("/home/pi/hw/watch/grpu.sh $zna"); The bash script I am calling grpu.sh is this: #!/bin/sh curl -s \ --form-string "token=TOKEN" \ --form-string "user=USER" \ --form-string ...
by Mediacj
Monday 29 January 2018 21:49
Forum: Other questions and discussions
Topic: SONOFF flashing no wifi
Replies: 4
Views: 985

Re: SONOFF flashing no wifi

I had the same problem and found the solution in this forum post:
http://www.letscontrolit.com/forum/view ... =10#p18240
by Mediacj
Saturday 10 June 2017 17:19
Forum: Design, usability and languages
Topic: SNEAK PREVIEW - New default theme
Replies: 153
Views: 59978

Re: SNEAK PREVIEW - New default theme

Wow really great work!

Can't wait to try it!

Thanks!
by Mediacj
Monday 05 June 2017 0:02
Forum: Other questions and discussions
Topic: Domoticz stoppes working after a few hours
Replies: 8
Views: 1848

Re: Domoticz stoppes working after a few hours

I have Ubuntu 16.04 and experience the same problem, only a reboot made it work again.

Can't find anything special in the logs.
by Mediacj
Saturday 06 May 2017 23:12
Forum: iOS
Topic: Domoticz App
Replies: 505
Views: 127296

Re: Domoticz app

Great work, looks very promising!

Count me in if you need beta testers :P
by Mediacj
Thursday 20 April 2017 21:50
Forum: Bash / PowerShell / Batch etc.
Topic: Script to get JPEG snapshot from RTSP-stream (ffmpeg)
Replies: 49
Views: 134236

Re: [Bash] Script to get JPEG snapshot from RTSP-stream (ffmpeg)

Please excuse the bumping of an old thread but I'm hoping someone may be able to assist. I've got a Sricam sp009a camera that I can get a good feed displaying on VLC (on a PC) using rtsp://[IPaddress]:554/onvif1 and also surprisingly works on rtsp://[IPaddress]/onvif1 (without the explicit 554 port ...
by Mediacj
Saturday 15 April 2017 1:53
Forum: Other questions and discussions
Topic: PlayBlub (Bluetooth Bulb) Python Plugin - Beta tester Wanted
Replies: 63
Views: 12829

Re: PlayBlub (Bluetooth Bulb) Python Plugin - Beta tester Wanted

Done that! And now it works just recompiled bluez etc. because I got a exception error on it. To be more specific, this was the solution, it seems that there is a problem under Ubuntu with the compiling of Bluez: cd "/usr/local/lib/python3.5/dist-packages/bluepy-1.0.5-py3.5.egg/bluepy/" sudo make ...
by Mediacj
Saturday 15 April 2017 0:07
Forum: Other questions and discussions
Topic: PlayBlub (Bluetooth Bulb) Python Plugin - Beta tester Wanted
Replies: 63
Views: 12829

Re: PlayBlub (Bluetooth Bulb) Python Plugin - Beta tester Wanted

the plugin can't connect to your candle when you see this message, so you should : - check hci you have configure, (hci0, hci1 or hci2) you can check device available when running hcitool dev - check mac address - check if your candle is on - check nothing other is connect (don't know if some ...
by Mediacj
Friday 14 April 2017 22:55
Forum: Other questions and discussions
Topic: PlayBlub (Bluetooth Bulb) Python Plugin - Beta tester Wanted
Replies: 63
Views: 12829

Re: PlayBlub (Bluetooth Bulb) Python Plugin - Beta tester Wanted

I just update RGBW plugin with this informations, thank's https://github.com/zaraki673/MiPow-PlayBulb/blob/master/RGBW/plugin.py can you try ? Thanks! I also changed the address in plugin.py but that didn't help for the connection errors, this is what I get now with your new version: 2017-04-14 22 ...
by Mediacj
Friday 14 April 2017 22:00
Forum: Other questions and discussions
Topic: PlayBlub (Bluetooth Bulb) Python Plugin - Beta tester Wanted
Replies: 63
Views: 12829

Re: PlayBlub (Bluetooth Bulb) Python Plugin - Beta tester Wanted

Hi Mediacj, have you this issue on every heartbeat ? or just one time ? i think it's just an init error in my code, i will see that ASAP ;) I managed to get them working without your great software with the gatttool, but I had to change the address for handle color from 0x0016(in your plugin.py) to ...
by Mediacj
Tuesday 04 April 2017 18:50
Forum: Other questions and discussions
Topic: PlayBlub (Bluetooth Bulb) Python Plugin - Beta tester Wanted
Replies: 63
Views: 12829

Re: PlayBlub (Bluetooth Bulb) Python Plugin - Beta tester Wanted

zaraki673 wrote:Hi Mediacj,

have you this issue on every heartbeat ? or just one time ?

i think it's just an init error in my code, i will see that ASAP ;)
Hi,

Thx for your software!

Indeed yesterday there were no heartbeat error's, but the index error on switching was today and yesterday.
by Mediacj
Tuesday 04 April 2017 6:48
Forum: Other questions and discussions
Topic: PlayBlub (Bluetooth Bulb) Python Plugin - Beta tester Wanted
Replies: 63
Views: 12829

Re: PlayBlub (Bluetooth Bulb) Python Plugin - Beta tester Wanted

My fault, it should be /home/pi offcourse I use raspbian to. I also get a error on the heartbeat: 2017-04-04 16:37:57.023 (Playbulb 1) Calling message handler 'onHeartbeat'. 2017-04-04 16:37:57.402 Error: (Playbulb 1) 'onHeartbeat' failed 'IndexError'. 2017-04-04 16:37:57.402 Error: (Playbulb 1 ...
by Mediacj
Monday 03 April 2017 19:13
Forum: Other questions and discussions
Topic: PlayBlub (Bluetooth Bulb) Python Plugin - Beta tester Wanted
Replies: 63
Views: 12829

Re: RE: Re: PlayBlub (Bluetooth Bulb) Python Plugin - Beta tester Wanted

I'am impressed how complete your plugin is! It is really nice! Thx! I have installed it but I can't get it to work, this is what I get in the log: 2017-04-03 18:35:35.572 (Playbulb 1) Exiting work loop... 2017-04-03 18:35:35.654 (Playbulb 1) Stopped. 2017-04-03 18:35:36.488 (Playbulb 1) Initialized ...
by Mediacj
Monday 03 April 2017 18:41
Forum: Other questions and discussions
Topic: PlayBlub (Bluetooth Bulb) Python Plugin - Beta tester Wanted
Replies: 63
Views: 12829

Re: PlayBlub (Bluetooth Bulb) Python Plugin - Beta tester Wanted

I'am impressed how complete your plugin is! It is really nice! Thx! I have installed it but I can't get it to work, this is what I get in the log: 2017-04-03 18:35:35.572 (Playbulb 1) Exiting work loop... 2017-04-03 18:35:35.654 (Playbulb 1) Stopped. 2017-04-03 18:35:36.488 (Playbulb 1) Initialized ...
by Mediacj
Sunday 02 April 2017 11:04
Forum: LUA
Topic: Improve 433Mhz reliability
Replies: 33
Views: 8905

Re: Improve 433Mhz reliability

Thanks for sharing it works great!
by Mediacj
Sunday 29 January 2017 21:39
Forum: Show your projects
Topic: My DomoBox
Replies: 11
Views: 3894

Re: My DomoBox

Really nice build!

Thanks for sharing!
by Mediacj
Tuesday 03 January 2017 20:11
Forum: Domoboard
Topic: Domoboard - General Discussions
Replies: 633
Views: 145507

Re: Domoboard a New Dashboard using Domoticz as backend

Thanks again for this excellent dashboard :D Is it possible to add the value of CounterToday and Usage? At the moment when you add a sensor for example a electric meter the total kWh is shown but I am also interested in the kWh usage of today(CounterToday) and the actual power in watt(Usage ...