Blueone wrote:
Dashticz needs a subforum with a tread for every functionality , is definitly a populair dashboard as we are already passed 100 pages with posts.
Blueone wrote:
Dashticz needs a subforum with a tread for every functionality , is definitly a populair dashboard as we are already passed 100 pages with posts.
Just request:)
Lets hope..
I do agree. Will make searching for things a lot easier. There are over 2,000 posts now.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
Blueone wrote:
Dashticz needs a subforum with a tread for every functionality , is definitly a populair dashboard as we are already passed 100 pages with posts.
Just request:)
Lets hope..
I do agree. Will make searching for things a lot easier. There are over 2,000 posts now.
jake wrote:I have 2 questions regarding blocks to place:
1: In Domoticz in the Utility tab, I have a Solar panel yield device that displays:
- total kWh
- daily kWh
- current power
solar usage.JPG
When I add this as a 'block' in Dasthicz, I can't select the 'power', but it only gives the 'daily kWh'. How can I change this?
Could you send me the JSON-output of this device?
I use the PV-Output 'hardware' in Domoticz and don't see a JSON url for that. Trying to use an IDX_1 or IDX_2 for this device ends up with empty blocks.
jake wrote:
2:
With the help of the OTGW I can distinct the gas usage by 'house heating' and 'tap water heating'. I therefore have 2 virtual gas meters to display this. In Dashticz I have both given them custom titles to show in local language what the device is about. However, it still displays the standard text. Can I change this?
Gas custom title.JPG
Actually, it is the same issue for 'electricity' and 'solar panels', the standard defined text is displayed instead of my custom title.
You have spaces between [186] and ['title'], remove them.
Thanks for spotting those spaces, I hadn't seen that before. However, it doesn't help to remove the spaces, I also saw that (since I copy paste) that a lot of my blocks had the spaces and they show the correct custom title, it is just the energy related ones that keep their own title.
How do you pull the latest version?? Maybe there goes something wrong?
I use TortoiseGit to pull the latest version to my Desktop, then I check everything and when done, I upload it via FTP (the complete dashticz-folder) to my webserver.
I changed the addcontainerfunction a little bit so it showing "vandaag" and going to add the week days, probably ugly code and had to replace to date after the sort but I'm not a coder. Maybe there are better ways to do this.
robgeerts wrote:How do you pull the latest version?? Maybe there goes something wrong?
I use TortoiseGit to pull the latest version to my Desktop, then I check everything and when done, I upload it via FTP (the complete dashticz-folder) to my webserver.
robgeerts wrote:How do you pull the latest version?? Maybe there goes something wrong?
I use TortoiseGit to pull the latest version to my Desktop, then I check everything and when done, I upload it via FTP (the complete dashticz-folder) to my webserver.
Same way....
You are using Dashticz on RPi right? Why are you not using git via SSH? Just clone the repo (beta branch) and then update via git pull.
All your custom files will not be touched by an update, because they are no part of the repo.
Hello Rob, thanks for making this nice Dash, but I have checked multiple times and followed your guidelines but the best output I get is this: Domoticz is offline.
Does it matter mine is ported through 8080 and not 8084? does it have to be put on 8084 or can I just put my Pi IP:8080?
I am not a wizz in programming, but does it matter I unzipped your files on windows and placed them with WIN SCP inside the www folder in a new folder called ui.
When I am calling up the dash I use <my domain:8080/ui> and get Domitcz is offline, or when I use <my Pi IP:8080/ui> I get 500 internal server error.
If you can point me in the right direction, it would be much appreciated.
Regards Sander
Raspberry Pi 2B+
connected: klik aan klik uit switches, dimmers, weather station, water meter (pulse)
Automation use: Blocky
sander wrote:Hello Rob, thanks for making this nice Dash, but I have checked multiple times and followed your guidelines but the best output I get is this: Domoticz is offline.
Does it matter mine is ported through 8080 and not 8084? does it have to be put on 8084 or can I just put my Pi IP:8080?
I am not a wizz in programming, but does it matter I unzipped your files on windows and placed them with WIN SCP inside the www folder in a new folder called ui.
When I am calling up the dash I use <my domain:8080/ui> and get Domitcz is offline, or when I use <my Pi IP:8080/ui> I get 500 internal server error.
If you can point me in the right direction, it would be much appreciated.
Regards Sander
Hello Sander,
Add a / behind your url so you get <my domain>:8080/ui/ or you can use <my domain>:8080/ui/index.html