Since a while my temperate meters are not recognized anymore.
They show up in GH as Boiler (water heater)
Is there a way to work around this issue?
Search found 42 matches
- Saturday 28 September 2019 4:17
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 549391
- Friday 22 February 2019 8:25
- Forum: Heating/cooling
- Topic: TOON died within Domoticz
- Replies: 259
- Views: 57936
Re: TOON died within Domoticz
Since 12th of February toon isn’t working anymore
Log says:
Already did a password reset, but still same line in my log
Log says:
Code: Select all
Error: ToonThermostat: Invalid data received, or invalid username/password!- Friday 07 September 2018 21:01
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 612574
Re: Dashticz - General Discussions
@bierlaagh : Me too still have a lot to learn ;-)
You have to use the class shown in the developers tools. That's in your case buttons-weer .
So try: .buttons-weer
https://www.w3schools.com/ I think is a good place to start to learn HTML and CSS.
well it took a while, finally found the ...
- Friday 07 September 2018 15:26
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 612574
Re: Dashticz - General Discussions
@bierlaagh :
You can set the class of a button with the key. For example:
buttons.hoofdmenu = {key: 'hoofdmenu', width:12, image: 'img/hoofdmenu_mirror.png', title: 'Hoofdmenu' ,slide:0 }
and then you the UNKNOWN should have the value buttons-hoofdmenu .
ok its now official....I still have a ...
- Friday 07 September 2018 11:12
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 612574
Re: Dashticz - General Discussions
When i want to show for example 2 webcams or 2 remote images what should i do in that case?
Did not see any tips in the Wiki.
you could create a buttons.webcam1 and buttons.webcam2 and put those in your column
take a look at @Corbin example
http://www.domoticz.com/forum/viewtopic.php?f=67&t ...
- Friday 07 September 2018 9:52
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 612574
Re: Dashticz - General Discussions
@HansieNL tanks for the reply.
i've looked at the wiki and seen the cunsom.css
but i still have a challenge (or maybe I don't understand it well enough) :?:
but when I look at inspect element (I use safari but the outcome should be the same)
is see no Blocks
inspect element:
<div class="col ...
i've looked at the wiki and seen the cunsom.css
but i still have a challenge (or maybe I don't understand it well enough) :?:
but when I look at inspect element (I use safari but the outcome should be the same)
is see no Blocks
inspect element:
<div class="col ...
- Thursday 06 September 2018 22:40
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 612574
Re: Dashticz - General Discussions
hi all,
I can really use you're help.
I'm working on a new dashboard using Dashticz 1 homepage with a menu on is (the buttons refere to corresponding slides.
what I want to do is change the size of these buttons (the height to be exact), but whatever I do I don't get them to change ...
I can really use you're help.
I'm working on a new dashboard using Dashticz 1 homepage with a menu on is (the buttons refere to corresponding slides.
what I want to do is change the size of these buttons (the height to be exact), but whatever I do I don't get them to change ...
- Wednesday 26 April 2017 20:33
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 612574
Re: Dashticz v2.0, custom positioning and multiple screens
I've a little different error: Error: EventSystem: in /home/pi/domoticz/scripts/lua/script_time_moon_phase.lua: /home/pi/domoticz/scripts/lua/script_time_moon_phase.lua:118: attempt to call field 'round' (a nil value) As did I :oops:
Had a look at what was wrong. Cause was a division by zero ...
Had a look at what was wrong. Cause was a division by zero ...
- Tuesday 25 April 2017 0:14
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 1005
- Views: 345546
Re: Show your Dashticz v2.0 and how-to's!
looking great!
is there a way to scale the graph?
if there is i could show it on my first page, otherwise it will have to go to page 2
is there a way to scale the graph?
if there is i could show it on my first page, otherwise it will have to go to page 2
- Saturday 22 April 2017 0:14
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 612574
Re: Dashticz v2.0, custom positioning and multiple screens
Do you mean the changing background by time of the day?
indeed. the background change by time of day
var screens = {}
screens[1] = {}
screens[1]['background'] = 'bg1.jpg';
screens[1]['background_morning'] = 'bg_morning.jpg';
screens[1]['background_noon'] = 'bg_noon.jpg';
screens[1]['background ...
indeed. the background change by time of day
var screens = {}
screens[1] = {}
screens[1]['background'] = 'bg1.jpg';
screens[1]['background_morning'] = 'bg_morning.jpg';
screens[1]['background_noon'] = 'bg_noon.jpg';
screens[1]['background ...
- Friday 21 April 2017 23:52
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 612574
Re: Dashticz v2.0, custom positioning and multiple screens
Rob Thnx UV is working great now. only without the possibility of showing Graph
Another thing i noticed is that the function to change the background isn't working anymore.
the last working version i downloaded 19 of april, but haven't found where i had to look wat has changed.
Another thing i noticed is that the function to change the background isn't working anymore.
the last working version i downloaded 19 of april, but haven't found where i had to look wat has changed.
- Friday 21 April 2017 0:27
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 612574
Re: Dashticz v2.0, custom positioning and multiple screens
Thnx for the latest update , Scenes are working now.
got another issue (or i don't know how to adjust)
I have an UV meter, which gives the following output:
{
"ActTime" : 1492726357,
"ServerTime" : "2017-04-21 00:12:37",
"Sunrise" : "06:26",
"Sunset" : "20:43",
"result" : [
{
"AddjMulti ...
got another issue (or i don't know how to adjust)
I have an UV meter, which gives the following output:
{
"ActTime" : 1492726357,
"ServerTime" : "2017-04-21 00:12:37",
"Sunrise" : "06:26",
"Sunset" : "20:43",
"result" : [
{
"AddjMulti ...
- Wednesday 19 April 2017 22:18
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 612574
Re: Dashticz v2.0, custom positioning and multiple screens
Very happy with Dashticz V2.0 Thnx for that!
But now i encounter an issue wich i don't know if it is resolved or not (could not find it searching this topic)
I have a button and a Scene , Botch have IDX2
blocks[2] = {}
blocks[2]['width'] = 4;
blocks[2]['title'] = 'onkyo'
blocks[2]['icon ...
But now i encounter an issue wich i don't know if it is resolved or not (could not find it searching this topic)
I have a button and a Scene , Botch have IDX2
blocks[2] = {}
blocks[2]['width'] = 4;
blocks[2]['title'] = 'onkyo'
blocks[2]['icon ...
- Tuesday 18 April 2017 16:46
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 612574
Re: Dashticz v2.0, custom positioning and multiple screens
Very happy with Dashticz V2.0 Thnx for that!
But now i encounter an issue wich i don't know if it is resolved or not (could not find it searching this topic)
I have a button and a Scene , Botch have IDX2
blocks[2] = {}
blocks[2]['width'] = 4;
blocks[2]['title'] = 'onkyo'
blocks[2]['icon ...
But now i encounter an issue wich i don't know if it is resolved or not (could not find it searching this topic)
I have a button and a Scene , Botch have IDX2
blocks[2] = {}
blocks[2]['width'] = 4;
blocks[2]['title'] = 'onkyo'
blocks[2]['icon ...
- Monday 17 April 2017 17:49
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 612574
Re: Dashticz v2.0, custom positioning and multiple screens
For those (in the Netherlands) who are using Toon combined with solar panels (Toonzon)
you could use this Icon which come close to the one used on the TOON Thermostat
blocks[IDX] = {}
blocks[IDX]['width'] = 4;
blocks[IDX]['title'] = 'solar' blocks[IDX]['icon'] = 'fa-windows';
2017-04-17 17_45 ...
you could use this Icon which come close to the one used on the TOON Thermostat
blocks[IDX] = {}
blocks[IDX]['width'] = 4;
blocks[IDX]['title'] = 'solar' blocks[IDX]['icon'] = 'fa-windows';
2017-04-17 17_45 ...
- Friday 14 April 2017 8:26
- Forum: Temperature and Weather
- Topic: Problem replacing old rain meter by oregon PCR800
- Replies: 0
- Views: 1384
Problem replacing old rain meter by oregon PCR800
For years i had a cresta rain meter (TFA) which broke a few days ago.
I bought a Oregon rain Meter PCR800 which is recognized by domoticz (and RFXCom) within seconds.
The only issue I have is that i cannot replace the device in domoticz witch i would like to do to preserve my historical Data.
i ...
I bought a Oregon rain Meter PCR800 which is recognized by domoticz (and RFXCom) within seconds.
The only issue I have is that i cannot replace the device in domoticz witch i would like to do to preserve my historical Data.
i ...
- Wednesday 16 March 2016 20:36
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 443083
NEW frontpage.html - request comments
Add this in your header:
<script type="text/javascript" src="js/swipe.js"></script>
Next
This in your body
<div id='slider' class='swipe'>
<div class='swipe-wrap'>
<div class="page">
<div id="cnt" class="v-wrap">
<div class="v-box">
<!-- show arrow to scroll on desktop
<div id="right ...
<script type="text/javascript" src="js/swipe.js"></script>
Next
This in your body
<div id='slider' class='swipe'>
<div class='swipe-wrap'>
<div class="page">
<div id="cnt" class="v-wrap">
<div class="v-box">
<!-- show arrow to scroll on desktop
<div id="right ...
- Thursday 25 February 2016 22:39
- Forum: MySensors
- Topic: MySensors - Gateway to Domoticz
- Replies: 318
- Views: 175739
Re: MySensors - Gateway to Domoticz
@quindor has written a blog about it: http://blog.quindorian.org/2014/12/esp8266-wifi-led-dimmer-part-1-of-x.html?m=1
You can also find some discussion on this forum: http://www.domoticz.com/forum/viewtopic.php?f=23&p=29800
They work flawlessly https://vimeo.com/156760961
http://uploads ...
You can also find some discussion on this forum: http://www.domoticz.com/forum/viewtopic.php?f=23&p=29800
They work flawlessly https://vimeo.com/156760961
http://uploads ...
- Thursday 25 February 2016 22:09
- Forum: MySensors
- Topic: MySensors - Gateway to Domoticz
- Replies: 318
- Views: 175739
Re: MySensors - Gateway to Domoticz
I'm waiting for my ESP to arrive (ESP 12 that is, already have 2 ESP 01 dimmers in my network) to build a wireless gateway
Send using Tapatalk
Send using Tapatalk
- Wednesday 24 February 2016 22:08
- Forum: MySensors
- Topic: MySensors - Gateway to Domoticz
- Replies: 318
- Views: 175739
Re: MySensors - Gateway to Domoticz
Used an external power supply (5volt) connected to a step down converter. Contributed ground to both the ground of the radio as to the aurduino (nano in my case) aurduino is still connect to my pi trough USB.
Send using Tapatalk
Send using Tapatalk