Search found 104 matches
- Thursday 28 March 2019 11:23
- Forum: Dashticz
- Topic: I feel like a stupid noob
- Replies: 2
- Views: 994
Re: I feel like a stupid noob
Where do you have problem? Definitely - no PHP is necessary, it's just configuration of some parameters.
- Wednesday 28 November 2018 11:01
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz suddenly totally empty
- Replies: 11
- Views: 3213
Re: Domoticz suddenly totally empty
1. Move to HDD/SSD
2. Check your plugins
3. Install monit
2. Check your plugins
3. Install monit
- Monday 29 October 2018 14:46
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 1002
- Views: 319876
Re: Dashticz - Show your dashboard and how-to's!
So, I've bought a tablet for Dashticz. 10" Lenovo. Next work to make everything look a bit bigger on screen. https://i.imgur.com/he1WT5j.jpg (and i need the graphs working again, but that is something for another day and time) Hi, just quick question. Do you know how to change forecast.io text and ...
- Tuesday 28 August 2018 9:15
- Forum: Switches and Scenes
- Topic: When I turn on lamp another turns on too
- Replies: 2
- Views: 746
- Tuesday 07 August 2018 12:51
- Forum: RFLink Transceiver
- Topic: RFLink not recognized on my Pi
- Replies: 2
- Views: 1091
Re: RFLink not recognized on my Pi
I think self-powered USB hub should solve the problem.
- Tuesday 07 August 2018 9:49
- Forum: Blockly
- Topic: A second click within 10 seconds to freeze blinds going up/down?
- Replies: 9
- Views: 1535
Re: Stopping blinds after 10 seconds?
Or dzVents:
Code: Select all
return {
active = true,
on = {
devices = {
'Screen'
}
},
execute = function(domoticz,switch)
if (switch.state == 'On') then
switch.stop().afterSec(50)
end
end
}
- Tuesday 10 July 2018 9:45
- Forum: Dashticz
- Topic: how do i make my own dashticz dashboard?
- Replies: 4
- Views: 4214
Re: how do i make my own dashticz dashboard?
Excuse me, I was not clear. I was saying that you should edit CONFIG.js directly (no matter which text editor), not save it in Dashticz editor. Start defining one block, one page, etc.
- Monday 09 July 2018 12:45
- Forum: Dashticz
- Topic: how do i make my own dashticz dashboard?
- Replies: 4
- Views: 4214
Re: how do i make my own dashticz dashboard?
Start changing
config['auto_positioning'] and config['use_favorites']. When you set them to 0 (zero) you can start defining your own blocks.
Ah, and better change it directly using e.g. nano, not Dashticz save feature.
config['auto_positioning'] and config['use_favorites']. When you set them to 0 (zero) you can start defining your own blocks.
Ah, and better change it directly using e.g. nano, not Dashticz save feature.
- Wednesday 04 July 2018 9:36
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 528273
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Mi control hub settings are here: https://imgur.com/a/oY4PnKS
- Wednesday 04 July 2018 8:40
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 528273
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
You should press Mi control hub, then Settings -> About and then click at the bottom of the screen.
- Monday 18 June 2018 14:48
- Forum: Examples & Solutions
- Topic: World Cup Scoreboard - new version
- Replies: 20
- Views: 5055
Re: World Cup Scoreboard - new version
Thank you very much. Just curious - as I am still on last stable - will it work on old dzVents?
- Tuesday 05 June 2018 9:10
- Forum: Blockly
- Topic: Automatically sunscreen down temperature
- Replies: 25
- Views: 4527
Re: Automatically sunscreen down temperature
Use dzVents. Really.
- Monday 04 June 2018 15:29
- Forum: dzVents
- Topic: dzVents Version 2.4.6
- Replies: 11
- Views: 1597
Re: dzVents Version 2.4.6
Update to beta from the command line 

- Wednesday 25 April 2018 14:57
- Forum: Speech & Voice Systems
- Topic: for Alexa HA-bridge or controlicz
- Replies: 27
- Views: 9303
Re: for Alexa HA-bridge or controlicz
No, as I remember. It was just discovered without any issues.
- Wednesday 25 April 2018 13:37
- Forum: Speech & Voice Systems
- Topic: for Alexa HA-bridge or controlicz
- Replies: 27
- Views: 9303
Re: for Alexa HA-bridge or controlicz
I have Echo Dot, but I doubt there is different approach.
- Wednesday 25 April 2018 13:21
- Forum: Speech & Voice Systems
- Topic: for Alexa HA-bridge or controlicz
- Replies: 27
- Views: 9303
Re: for Alexa HA-bridge or controlicz
Are you sure your UPNP address in HABridge configuration is the same as Pi? I had issues during discovery when they were different.
- Monday 09 April 2018 9:42
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 552581
- Thursday 05 April 2018 9:54
- Forum: Python
- Topic: Save detailed data over 24 hours
- Replies: 4
- Views: 2810
Re: Save detailed data over 24 hours
Why don't you use Influxdb and Grafana?
- Friday 23 March 2018 14:51
- Forum: Design, usability and languages
- Topic: framb0ise v2 - awesome new dashboard!
- Replies: 217
- Views: 62589
Re: framb0ise v2 - awesome new dashboard!
Of course this is be answered by the author, but as I know main assumption of this Dashboard was simplicity. And it works.
So - no additional rooms, etc. as it's based on Favorites. If you want something more configurable - use Dashticz.
So - no additional rooms, etc. as it's based on Favorites. If you want something more configurable - use Dashticz.
- Tuesday 27 February 2018 16:57
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 1002
- Views: 319876
Re: Dashticz - Show your dashboard and how-to's!
Hi, great looking F1 calender! Can you send me the config for that? I also like to create the color buttons for my Yeelight LED Strip, can you send me that piece also? F1 calendar is probably just another private calendar on Google. And color buttons are Selectors in Domoticz with scripts behind.