Search found 29 matches

by JoshDinsdale
Tuesday 02 April 2019 10:13
Forum: Switches and Scenes
Topic: Ring 2 Doorbell
Replies: 87
Views: 37165

Re: Ring 2 Doorbell

Just implemented this with my newly installed Ring Doorbell 1 and works really nicely. According to the python-ring-doorbell code, the check_alerts function is triggered by both doorbell pushes and motion events which is good to know. However, does anyone know if there is a way to separate these so ...
by JoshDinsdale
Monday 31 December 2018 11:28
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Hardware Upgrade
Replies: 1
Views: 940

Hardware Upgrade

Hi All I am currently running my domoticz setup on a RPi2 but its starting to show its age. I am looking at rebuilding my setup on an Asus tinker board as it seems to be a little more capable than the RPi3 and I'd like to know if anyone has any experience with the hardware, or could foresee any ...
by JoshDinsdale
Tuesday 18 December 2018 19:40
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Domoticz started segfaulting
Replies: 1
Views: 340

Re: Domoticz started segfaulting

Weird, restored a backup from earlier in the day and its running, however complaining about the philips hue worker... will update progress soon.
by JoshDinsdale
Tuesday 18 December 2018 19:31
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Domoticz started segfaulting
Replies: 1
Views: 340

Domoticz started segfaulting

Hi Guys My Domoticz setup on Raspberry pi has started segfaulting all of a sudden. The only things i had been messing with was my dashticz configuration which runs on a seperate nginx instance so should be unrelated. Anyway last time this happened i did ./updatebeta which fixed it, tried this time ...
by JoshDinsdale
Friday 09 November 2018 21:01
Forum: Dashticz
Topic: OWM Decimal Rounding
Replies: 5
Views: 660

Re: OWM Decimal Rounding

Minglarn wrote: Sunday 04 November 2018 18:54 I did remove the rain mm ... No need to know how much it will rain. :)

In custom.css I did:

Code: Select all

/* OWM Hide "mm" */ 
div.temp.rain {display:none}
owm.PNG

Still don't know how to get DAYS instead of 3h hours... :D
This doesnt seem to work for me, still shows the mm...?
by JoshDinsdale
Friday 09 November 2018 19:19
Forum: Dashticz
Topic: OWM Decimal Rounding
Replies: 5
Views: 660

Re: OWM Decimal Rounding

Sorry for long reply time. Yes my units are millimeters. 🙂
by JoshDinsdale
Sunday 04 November 2018 18:10
Forum: Dashticz
Topic: OWM Decimal Rounding
Replies: 5
Views: 660

OWM Decimal Rounding

Is it possible to change the decimal rounding for OWM rain data? its currently wrapping the columns which is fuxing with my layout, and i dont really need to know about 0.02mm of rain! :D
by JoshDinsdale
Saturday 03 November 2018 21:38
Forum: Dashticz
Topic: Device displaying as wrong type
Replies: 6
Views: 918

Re: Device displaying as wrong type

Yes is displayed fine, the only issue is that on my tablet the background box is miss alligned, however I assume it's just a css thing? It's displays fine on Chrome on pc.

Really appreciate your help with this! 🙂
by JoshDinsdale
Saturday 03 November 2018 13:33
Forum: Dashticz
Topic: Device displaying as wrong type
Replies: 6
Views: 918

Re: Device displaying as wrong type

Hey Lokonli

That worked, thanks very much!
by JoshDinsdale
Friday 02 November 2018 23:07
Forum: Dashticz
Topic: Device displaying as wrong type
Replies: 6
Views: 918

Re: Device displaying as wrong type

Hi lokonoli thanks for the reply. Please find the info below. { "ActTime" : 1541196188, "AstrTwilightEnd" : "18:31", "AstrTwilightStart" : "05:07", "CivTwilightEnd" : "17:14", "CivTwilightStart" : "06:24", "DayLength" : "09:41", "NautTwilightEnd" : "17:53", "NautTwilightStart" : "05:45", "ServerTime ...
by JoshDinsdale
Friday 02 November 2018 19:47
Forum: Dashticz
Topic: Device displaying as wrong type
Replies: 6
Views: 918

Device displaying as wrong type

Hi Guys Im nearly there with my Dashticz implementation, however I am experiencing a weird issue. For some reason my energy usage devices is showing as a switch with a status of on, rather than showing the current and/or total usage. My config follows: var config = {} config['domoticz_ip'] = 'http ...
by JoshDinsdale
Friday 02 November 2018 11:15
Forum: Dashticz
Topic: Change Switch Type
Replies: 0
Views: 817

Change Switch Type

Hi Guys

I have some switches that present as dimmers, however i would like them to show as just an on/off switch in Dashticz, is this possible without having to change the switch type in Domoticz?

Thanks

Josh
by JoshDinsdale
Thursday 01 November 2018 17:20
Forum: Dashticz
Topic: dashticz: Important Request
Replies: 203
Views: 25385

Re: IMPORTANT REQUEST!!!

Is there anyway to get dashticz to create a debug or log or something? I have some odd issues but dont know how to get any useful debug information...
by JoshDinsdale
Saturday 30 December 2017 12:51
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 510341

Re: Controlicz - Domoticz to Google Home/Assistant integration

Anyone have any idea as to why controlicz isn't listing all of my devices, even with devices if the same type (hue bulb) controlicz shows some but not others?

Thanks
by JoshDinsdale
Friday 29 December 2017 18:45
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 510341

Re: Controlicz - Domoticz to Google Home/Assistant integration

Hi Madgeni I have everything setup and mostly working, however controlicz doesn't seem to be grabbing some of my devices; I can't quite workout why. If I log into domoticz as the user account I can see all of the devices. One of the devices I can't see is a hue bulb, but I have other hue bulbs that ...
by JoshDinsdale
Saturday 16 December 2017 17:29
Forum: PHP and all others
Topic: MQTT Advice / Tips
Replies: 1
Views: 1347

MQTT Advice / Tips

Hi All I have been using Domoticz for a couple of years now, but I now find myself needing to get involved with MQTT. I am using Domoticz on a Pi with the built in MQTT and Node Red setup. I am using Chris Mullins very cool ESP Milight controller https://github.com/sidoh/esp8266_milight_hub to ...
by JoshDinsdale
Wednesday 11 October 2017 18:18
Forum: ESP8266
Topic: Milight gateway running on ESP8266
Replies: 8
Views: 6424

Re: Milight gateway running on ESP8266

Anyone had any luck using CCT bulbs with this? I can pair them to the ESP and control them via its web interface, but domotics doesnt seem to be sending the right commands. I've tried using all of the different bulb variants and changing the controller version between 5 and 6 but nothing works.
by JoshDinsdale
Saturday 16 September 2017 14:38
Forum: RFLink Transceiver
Topic: Milight Dual White bulbs not pairing
Replies: 11
Views: 3710

Re: Milight Dual White bulbs not pairing

Hi Guys I'm now running version 47 of the Milight firmware but am still unable to get my FUT035 LED strip controller to pair, I am using the 'A' set of instructions from the Milight FAQ on the Nodo site. I can get it to pair and unpair to a milight remote just fine and I also have an older model ...
by JoshDinsdale
Saturday 16 September 2017 14:14
Forum: RFLink Transceiver
Topic: RFlink might support Mi-light and other protocols soon :)
Replies: 98
Views: 29764

Re: RFlink might support Mi-light and other protocols soon :)

Hi Guys I'm now running version 47 of the Milight firmware but am still unable to get my FUT035 LED strip controller to pair, I am using the 'A' set of instructions from the Milight FAQ on the Nodo site. I can get it to pair and unpair to a milight remote just fine and I also have an older model ...
by JoshDinsdale
Monday 03 July 2017 17:05
Forum: RFLink Transceiver
Topic: RFlink might support Mi-light and other protocols soon :)
Replies: 98
Views: 29764

Re: RFlink might support Mi-light and other protocols soon :)

thats strange http://www.nemcon.nl/blog2/faq#Milight explains how to pair cc/ww bulbs nowhere does it say its no supported it only says rgbww is not supported I assumed they were supported as well based on that information, and as mentioned previously, i have one working, i just cant get any more ...