

Moderator: leecollings
All problems solved, running V2.3532gizmocuz wrote:For people that are experiencing problems, could you update to beta #3529 (or higher) and see if this solves the problem,
if yes, we need to make a new stable
Did you check if your script folder is still there? Since you'd probably have the updates to the virtual sensors triggered by a script, I found out my entire folder Scripts is missing now.EddyG wrote:On both the new releases (latest 2.3530) the General/Percentage from a Dummy hardware and virtual sensors would not update via JSON.
The response from the JSON post was an "OK".
I reverted back to the previous stable and they are updated again.
I fetch cpu load, harddisk space and other from my Synology to be displayed via a raspberry Pi.
When I revert back to the prevoius stable I get these errors:
Error: SQL Query("SELECT ID, SceneType, ListenCmd FROM Scenes WHERE (HardwareID=2 AND DeviceID='050000' AND Unit=1 AND Type=26 AND SubType=0)") : no such column: ListenCmd
Edit:
Solved.
I reverted back and did a direct update to the latest version (2.3530) and now it works.
Edit again.
I was too optimistic. There was 1 update of the harddisk space and some others from the script, but that was only once.
Soo, the problem still exists that the virtual sensors are not updated, despite the fact that the response is an "OK"
I also have an APC UPS and those sensors are NOT updated too.
Smappee virtual sensors are updated.
Any idea's???
for now, as you are not running on a arm v6/7 but on ubuntu you need to compile yourself (using github, the wiki has been changed a long time ago)juankar wrote:Hello
I cannot find anywhere how to updadte to a specific versión.
Until now I used to run the script named update but now I see that this script has dissapeared and it has been replaced by three updates script tow for ARMv6 ARMv7 systems (that Works with sourceforge !!!!????) and a generic updatedomo but it updates to beta version.
I looked in wiki and in faqs and in forum but I can find any info about update to a stable version!!!!
I hoped that in wiki, where it says how to update domoticz shuold be info about update to beta and to stable, but there is nay info about that.![]()
Any help?
Thanks
(my domotiz is runniong on Ubuntu 14.04)
Code: Select all
cd domoticz
wget http://www.domoticz.com/releases/beta/domoticz_linux_x86_64_latest.tgz
tar xvfz domoticz_linux_x86_64_latest.tgz
rm domoticz_linux_x86_64_latest.tgz
sudo service domoticz.sh restart
Code: Select all
Version 2.3530 (November 1th 2015)
- Implemented: Degree Days in Temperature report
- Implemented: RFXCom, support for Home Confort TEL-010
- Fixed: Segmentation fault while cleaning timed out sessions (#180)
Version 2.3521 (October 31th 2015)
- Implemented "Stop" state in blockly in switch states
- Implemented: Ability to parse data coming from an HTTP POST data with a lua script (seb)
- Implemented: Added Logitech Media Server support (thanks to EddyK69!!)
- Implemented: Added pushbullet notifications (thanks to tofra!!)
- Implemented: Arabic translation (big thanks to Mo7sen!!)
- Implemented: Blockly, Option to compare sensor value against another sensor value
- Implemented: Blockly, Split Utility Sensors into multiple groups
- Implemented: Blockly/Lua SendSMS
- Implemented: Catch SIGHUP signal for log rotation (LarsForum)
- Implemented: Danish translation (big thanks to jokkemokke!!)
- Implemented: Devices Tab, now displaying scenes/groups
- Implemented: Dummy Hardware, Ampere Single (single ampere value, other ampere sensor expects 3 values)
- Implemented: EventSystem, now also reacts on master switches when a slave switch state changes
- Implemented: EventSystem, now supports Weather sensors: UV/Distance, Wind Gust (or speed when gust is not available), Solar Radiation and Rain
- Implemented: EventSystem, optimized Blockly calls (saves a lot of calls and cpu)
- Implemented: Hebrew translation (big thanks to mickeyv!!)
- Implemented: HTTP Data push, new types for Type/SubType/Hostname/Device Name
- Implemented: HTTPS support for On/Off actions
- Implemented: Icon Uploader, now possible to edit name and description
- Implemented: Icon Uploader, now possible to upload zip files with multiple folders
- Implemented: Icons for RFXMeter Gas/Water
- Implemented: Kodi Hardware device (Big thanks to dnpwwo!)
- Implemented: Logwindow, Added option to filter text
- Implemented: Mochad secure support (thanks to Simon)
- Implemented: MySensors added support for S_SCENE_CONTROLLER, V_SCENE_ON, V_SCENE_OFF
- Implemented: MySensors added support for S_SMOKE/S_DIMMER
- Implemented: MySensors added support for V_IMPEDANCE
- Implemented: MySensors, now using ACK for node commands (and fails if no ACK is received)
- Implemented: MySensors, renamed V_LIGHT to V_STATUS and V_DIMMER to V_PERCENTAGE to be compliant to the 1.5 API
- Implemented: MySensors, some more default naming of sensors if they where presented with a name
- Implemented: MySensors, V_IR_RECEIVE and V_IR_SEND
- Implemented: MySensors, V_TEXT, V_HVAC_SETPOINT_COOL and V_HVAC_SETPOINT_HEAT
- Implemented: Netatmo Weather Station (Big thanks to Sebastien!)
- Implemented: Notifications, new option "Ignore Interval"
- Implemented: OpenZWave, added Ultraviolet sensor type support
- Implemented: OpenZWave, Include/Exclude progress dialog-
- Implemented: OpenZWave, multi instance association support (thanks to xs4!!!)
- Implemented: Option for Dummy device to create Soil Moisture,Leaf Wetness, RGB Switch
- Implemented: Option how to display the kWh day graph (Power or (k)W/h)
- Implemented: Option to add a log message via the json api (see wiki)
- Implemented: Option to enter a description for each sensor/switch/scene
- Implemented: Option to flash sensors when an update is received (enable in the settings page)
- Implemented: Option to hide scenes/groups (placing a $ in front of the name)
- Implemented: Option to rename unused devices
- Implemented: Option to replace an Energy device
- Implemented: Rain Report
- Implemented: Revolt, added support for Voltage/PowerFactor/Frequency
- Implemented: RFLink SmokeDetector support
- Implemented: RFLink: Added various sensors/devices (stuntteam)
- Implemented: RFXCom (Serial) option to update the firmware via the web interface
- Implemented: RFXtrx ASA protocol implemented
- Implemented: RGB Popup to select color/on/off
- Implemented: Satel Integra hardware support (big thanks to Fantom)
- Implemented: Scene codes now handles again seperate status (on/off)
- Implemented: Scene, option for 'stop'
- Implemented: Serbian language support, big thanks to siklosi!!
- Implemented: Settings/Backup/Restore, when performing a database backup/restore the database is cleaned
- Implemented: Settings/Log, option to clear all short-log data
- Implemented: Slovenian language support, big thanks to eden86!!
- Implemented: smartwares thermostat, Logging of Day/Night switch
- Implemented: smartwares thermostat, Logging of setpoint value
- Implemented: smartwares thermostat, Setpoint popup
- Implemented: smartwares thermostat, Setpoint, now always logged
- Implemented: Support for browsers that do not support gzip compression (thanks to ash77)
- Implemented: Support for multiple scene/group codes
- Implemented: Support for the Plugwise Anna Thermostat (NEM)
- Implemented: Temperature Report
- Implemented: Text/Alert Sensor logging (when called from json api)
- Implemented: Thermosmart Thermostat
- Implemented: Web Server can now be bind to specific address (-wwwbind) (seb)
- Implemented: When clicking on the log button, browser page now always go to the top
- Changed: Air Quality chart will now not begin at 0
- Changed: All Energy sensors have been transfered to General kWh sensors (more accurate)
- Changed: BMP085, when forecast is unknown, its calculated directly based on the pressure
- Changed: disabled timeout for smartwares thermostat (no incomming data from device)
- Changed: EnOcean rocker inclusion (thanks to zorgluf!)
- Changed: EventSystem, not adding sensors from disable hardware
- Changed: forced fixed icon sizes on some locations (in case of to big user defined icons)
- Changed: Internal HTML/JS changes to support all types of characters in the sensors name
- Changed: json "udevice" Perecentage sensor, you might get new ID's, now also creates an event for blockly/lua
- Changed: KMTronic LAN, now using actual On/Off commands instead of 'Toggle'
- Changed: Lowered HTTP connection timeout to 10 seconds
- Changed: Main, all fatal signals where not handled (e.g. SIGILL, SIGABRT,SIGFPE) (cgaudry)
- Changed: Main, application should be stopped after fatal signal receiving (cgaudry)
- Changed: Main, dumptrace is not logged because the stderr handle is closed on startup (cgaudry)
- Changed: Main, signal code received is not logged (cgaudry)
- Changed: migrated to github
- Changed: MySensors, rebuild
- Changed: non-windows systems, scripts can now use a relative patch to the scripts folder if script does not start with a '/'
- Changed: OpenZWave, Alarm/Notification mappings update (xs4)
- Changed: OpenZWave, Fibaro Wall Plug, now using multisensor for power reading
- Changed: OpenZWave, when receiving a timeout notification, do not flag node as 'dead', only log the message
- Changed: RFXCom, fixed confusing logs (cgaudry)
- Changed: Short Log cleanup method
- Changed: SQL Queries, now using safe_query to escape all strings (big thanks to Thibaut!)
- Changed: SQLHelper, spelling mistake (cgaudry)
- Changed: Switch icon picker now has a fixed height
- Changed: Windows serial port Enumeration (now also supports windows 10)
- Fixed: 1-Wire negative values
- Fixed: Battery low (typo) notification
- Fixed: Counter Incremental small icon display on devices tab
- Fixed: Davis Logger
- Fixed: Devices Tab, set device to unused
- Fixed: Display correct energy graph in devices view (spline instead of bars for short log)
- Fixed: Email Notifications where always enabled after restart
- Fixed: EventSystem, _tEventItem.Conditions should not be modified while reading m_events (cgaudry)
- Fixed: EventSystem, asctime is not thread-safe (replaced with strftime) (cgaudry)
- Fixed: EventSystem, SIGSEGV (cgaudry)
- Fixed: EventSystem, splitresults has missing values because m_devicestates is modified while using an iterator on the map (cgaudry)
- Fixed: EventSystem, fixed memory leak when calling lua scripts
- Fixed: HTTP Push table localization (thanks to cgaudry)
- Fixed: Icon Uploader, uploading went wrong with large files
- Fixed: MySensors, corrected sending localtime
- Fixed: MySensors, Negative temperature sensor
- Fixed: MySensors, S_LIGHT now creates an initial switch again
- Fixed: MySensors, switch names where always set to default name (was caused by safe_query changes)
- Fixed: Netatmo, Rain Sensor
- Fixed: OpenZWave with large homeid values
- Fixed: Post command handling
- Fixed: pushover sound notification (thanks to Eduard)
- Fixed: Revolt, Enery Graph
- Fixed: Scenes RFY switch command now correctly handled
- Fixed: Security Panel delay, now again possible to set delay to 0 (directly)
- Fixed: Temperatures not updated on UI without refreshing browser or changing tabs
- Fixed: Tooltip bug for the Dusk sensor in the Lights tab
- Fixed: upgrading via the web interface (some users had experienced a problem)
- Fixed: Weather tab, nofications
Code: Select all
+ sleep 3
++ apcaccess -p BCHARGE
++ awk '{print $1}'
+ curl -s 'http://<user:pass>@homecontrol1:8080/json.htm?type=command¶m=udevice&idx=258&svalue=100.0'
{
"status" : "OK",
"title" : "Update Device"
}
+ sleep 240
Ok, I ubderstand the way to get latest update, but this is a beta update, and I ask for update to a stable versión.gizmocuz wrote:for now, as you are not running on a arm v6/7 but on ubuntu you need to compile yourself (using github, the wiki has been changed a long time ago)juankar wrote:Hello
I cannot find anywhere how to updadte to a specific versión.
Until now I used to run the script named update but now I see that this script has dissapeared and it has been replaced by three updates script tow for ARMv6 ARMv7 systems (that Works with sourceforge !!!!????) and a generic updatedomo but it updates to beta version.
I looked in wiki and in faqs and in forum but I can find any info about update to a stable version!!!!
I hoped that in wiki, where it says how to update domoticz shuold be info about update to beta and to stable, but there is nay info about that.![]()
Any help?
Thanks
(my domotiz is runniong on Ubuntu 14.04)
or you could try (make a complete backup of the domoticz folder first)
Code: Select all
cd domoticz wget http://www.domoticz.com/releases/beta/domoticz_linux_x86_64_latest.tgz tar xvfz domoticz_linux_x86_64_latest.tgz rm domoticz_linux_x86_64_latest.tgz sudo service domoticz.sh restart
There is a solution, see: viewtopic.php?f=6&t=8701#p60362DaaNMaGeDDoN wrote:I think i immediately found a bug: dummy percentage devices updated through external json api calls report (when running the call) being updated, however the webinterface/device last update info and the percentage are not.
Cheers mate, appreciated!EddyG wrote:...
There is a solution, see: viewtopic.php?f=6&t=8701#p60362
Users browsing this forum: No registered users and 1 guest