Dashticz - Save option
Moderators: leecollings, htilburgs, robgeerts
-
- Posts: 1
- Joined: Friday 01 December 2017 21:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Dashticz - Save option
Hello All,
For a few weeks now i'm running domoticz on a rpi3.
I would like to place a screen with dashticz, but running into one problem.
When i try to save ( from webpage ) it doesn't do anything.
also tried chmod 777 CONFIG.js but no difference.
Anybody with a solution?
Thanks!
For a few weeks now i'm running domoticz on a rpi3.
I would like to place a screen with dashticz, but running into one problem.
When i try to save ( from webpage ) it doesn't do anything.
also tried chmod 777 CONFIG.js but no difference.
Anybody with a solution?
Thanks!
-
- Posts: 1
- Joined: Tuesday 19 December 2017 20:39
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Save option
Same proble here. I have not find a way to save changes. I have also test the beta version with the same result.
- htilburgs
- Posts: 464
- Joined: Tuesday 03 November 2015 11:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Dashticz - Save option
The save option needs PHP running on your pi.
You’ve to install PHP, or change the config.JS manualy. See the wiki for how-to.
You’ve to install PHP, or change the config.JS manualy. See the wiki for how-to.
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Dashticz - Save option
I've PHP working on my server the save button doesnt save anything Tried with both php5.6 and php7.0 are installed, using apache server 2.4
Last edited by EdwinK on Tuesday 19 December 2017 22:05, edited 1 time in total.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: Dashticz - Save option
with 'no save button', you dont actually mean that right? Cause the save button is always there (bottom right in the settings popup, the green button).
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Dashticz - Save option
Sorry, blaming it on getting the cold (or the drinks). There is a save button, but it doesn't save anything.
After hitting 'opslaan/save' there are no changes.
After hitting 'opslaan/save' there are no changes.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 1
- Joined: Thursday 28 December 2017 20:25
- Target OS: NAS (Synology & others)
- Domoticz version: 3.8153
- Contact:
Re: Dashticz - Save option
When in edit mode, save button (red button in bottom right corner) does not save changes
Re: Dashticz - Save option
I've got the same issue. I've tried with the latest stable and beta release.
Settings set in the webinterface via the Gear icon are not saved. After a refresh of the page, the filled in and changed values have been reset.
Settings set in the webinterface via the Gear icon are not saved. After a refresh of the page, the filled in and changed values have been reset.
- gjaa
- Posts: 38
- Joined: Thursday 12 February 2015 6:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: Dashticz - Save option
I've started from scratch and have the same problem
-
- Posts: 2
- Joined: Saturday 06 January 2018 18:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Save option
Same here. On both beta and stable dashticz. Running php7 ok
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Dashticz - Save option
Take a look art your config.js. I found that it did save the settings, before the older settings, so all your new settings are overruled by the older ones.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 2
- Joined: Saturday 06 January 2018 18:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Save option
Remove / and * at beginning and end of CONFIG.js and everything works normal
- gjaa
- Posts: 38
- Joined: Thursday 12 February 2015 6:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: Dashticz - Save option
I get the latest version (Beta)
cp CONFIG_DEFAULT.js CONFIG.js
edit my IP
Saved
Start Dashticz and I can save but it does not change the CONFIG.js
When I remove the suggested lines I've got an error So thats not the solution
-
- Posts: 6
- Joined: Monday 04 September 2017 21:05
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8389
- Location: Sweden
- Contact:
Re: Dashticz - Save option
I got the same problem with not saving when pressing the save button in lower right corner when in Edit Mode.
All changes that are done in the setting popup is saved, and hence changed in the CONFIG.js file.
When having mouse over the save button Chrome says "javascript:void(0)
Running PHP5 on Apache server (in my case /var/www/dashticz-V2)
Any suggestions?
All changes that are done in the setting popup is saved, and hence changed in the CONFIG.js file.
When having mouse over the save button Chrome says "javascript:void(0)
Running PHP5 on Apache server (in my case /var/www/dashticz-V2)
Any suggestions?
Re: Dashticz - Save option
Same problem here. Is there a solution?
I can't use the save button!
I can't use the save button!
Domoticz latest stable, Intel NUC, Proxmox, Zigate, RFLink, Kaku switches, Ikea lights, Xiaomi sensors, Honeywell smoke detectors, Yeelight, Shelly, Slave Domoticz PI 3B+, Node-Red, Espeasy.
- DewGew
- Posts: 579
- Joined: Thursday 21 April 2016 12:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V4.10618
- Location: Sweden
- Contact:
Re: Dashticz - Save option
andnyg wrote: ↑Wednesday 10 January 2018 21:54 I got the same problem with not saving when pressing the save button in lower right corner when in Edit Mode.
All changes that are done in the setting popup is saved, and hence changed in the CONFIG.js file.
When having mouse over the save button Chrome says "javascript:void(0)
Running PHP5 on Apache server (in my case /var/www/dashticz-V2)
Any suggestions?
Did you change write permisson on CONFIG.js? (chmod 777)
Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
Re: Dashticz - Save option
Thanks for helping!
Did you change write permisson on CONFIG.js? (chmod 777)
Yes i did it with sudo chmod 777 * in the custom map.
In my browser i see this when pressing F12:
:8080/dashticz_v2/js/savesettings.php Failed to load resource: the server
responded with a status of 501 (Not Implemented)
Domoticz latest stable, Intel NUC, Proxmox, Zigate, RFLink, Kaku switches, Ikea lights, Xiaomi sensors, Honeywell smoke detectors, Yeelight, Shelly, Slave Domoticz PI 3B+, Node-Red, Espeasy.
- DewGew
- Posts: 579
- Joined: Thursday 21 April 2016 12:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V4.10618
- Location: Sweden
- Contact:
Re: Dashticz - Save option
PHP is not enabled. Check your setting for PHP, Domoticz webserver cannot run php-script for webpages. Only php-scripts for domoticz event system.marktn wrote: ↑Wednesday 21 February 2018 21:14Thanks for helping!
Did you change write permisson on CONFIG.js? (chmod 777)
Yes i did it with sudo chmod 777 * in the custom map.
In my browser i see this when pressing F12:
:8080/dashticz_v2/js/savesettings.php Failed to load resource: the server
responded with a status of 501 (Not Implemented)
Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
Re: Dashticz - Save option
Is there a wiki for it? I tried several website's, but no succes.DewGew wrote: ↑Monday 26 February 2018 8:10PHP is not enabled. Check your setting for PHP, Domoticz webserver cannot run php-script for webpages. Only php-scripts for domoticz event system.marktn wrote: ↑Wednesday 21 February 2018 21:14Thanks for helping!
Did you change write permisson on CONFIG.js? (chmod 777)
Yes i did it with sudo chmod 777 * in the custom map.
In my browser i see this when pressing F12:
:8080/dashticz_v2/js/savesettings.php Failed to load resource: the server
responded with a status of 501 (Not Implemented)
Domoticz latest stable, Intel NUC, Proxmox, Zigate, RFLink, Kaku switches, Ikea lights, Xiaomi sensors, Honeywell smoke detectors, Yeelight, Shelly, Slave Domoticz PI 3B+, Node-Red, Espeasy.
- DewGew
- Posts: 579
- Joined: Thursday 21 April 2016 12:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V4.10618
- Location: Sweden
- Contact:
Re: Dashticz - Save option
https://www.raspberrypi.org/documentati ... /apache.mdmarktn wrote: ↑Monday 26 February 2018 20:58Is there a wiki for it? I tried several website's, but no succes.
https://www.raspberrypi.org/documentati ... r/nginx.md
Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
Who is online
Users browsing this forum: No registered users and 0 guests