Search found 5 matches

by Sunday
Friday 14 February 2025 18:40
Forum: Bugs and Problems
Topic: String variable editing does not allow the "+"
Replies: 9
Views: 967

Re: String variable editing does not allow the "+"

This is a bit complicated for me ! I am not an expert in computer science and I guess the guy who has programmed this was probably right to do it. There is something strange into the script "httpclient\UrlEncode.cpp" because the characters "+&=?#%/:;,@[]`<>\^|~{}$!#?=&/" are "unsafe", BUT strangely ...
by Sunday
Friday 14 February 2025 12:13
Forum: Bugs and Problems
Topic: String variable editing does not allow the "+"
Replies: 9
Views: 967

Re: String variable editing does not allow the "+"

Use %2B Eg plus%2Bplus Should show 'plus+plus' Why does Domoticz's script encode a string type user variable that is saved as a string in the SQLite database? What is the point, if not to be able to enter certain characters in the GUI ? bool CSQLHelper::UpdateUserVariable(const std::string& varname ...
by Sunday
Wednesday 12 February 2025 19:54
Forum: Bugs and Problems
Topic: String variable editing does not allow the "+"
Replies: 9
Views: 967

String variable editing does not allow the "+"

Version: 2024.7 (build 16355)
Platform: W10 pro Fr
Description: The GUI of the user variables editing doesn't display any character(s) "+" of string variables. Spaces are displayed instead. :| .

Does anyone have a tip ?
by Sunday
Wednesday 18 December 2024 19:12
Forum: Utility
Topic: Recovering of deleted devices
Replies: 3
Views: 559

Re: Recovering of deleted devices

Thanks for your useful tips.
Unfortunately, I loss the device few days ago. So, I can't recover a complete database. That why I was looking for a tool to recover a single device from an old backup file, without having to tinker the database, at the risk to crash my the current database.
by Sunday
Friday 13 December 2024 14:36
Forum: Utility
Topic: Recovering of deleted devices
Replies: 3
Views: 559

Recovering of deleted devices

I lost several temperature sensor that contained several years of history.

Is there a tool that allows you to easily recover a device that was deleted by mistake, or why not its data from the backup file, without going through a dB editor ?