Search found 8 matches
- Thursday 10 March 2016 0:03
- Forum: iOS
- Topic: New iOS App for domoticz
- Replies: 154
- Views: 66097
Re: New iOS App for domoticz
Dear all, The error code 401 seems to be the HTTP status code 401 Unauthorized. Domoticz replies HTTP 401 Unauthorized if your credentials are missing or erroneous, or the authentication request does not respect the Domoticz API. Domoticz v2.3941 works using the default ssl arguments and Domotix v1 ...
- Wednesday 09 March 2016 18:16
- Forum: iOS
- Topic: New iOS App for domoticz
- Replies: 154
- Views: 66097
Re: New iOS App for domoticz
The issues with authentication started a couple of days ago (after commit https://github.com/domoticz/domoticz/commit/d06b132f7f4ea82f6b6549b6c5027970319e2ef4). A number of users are having this issue (including me). Reverting back solves the issue. I will investigate the problem. I am using ...
- Thursday 14 January 2016 17:23
- Forum: Suggestions
- Topic: Mode-selector / multistate device
- Replies: 104
- Views: 45686
Re: Mode-selector / multistate device
Selector action shifting has been fixed a few minutes ago (waiting for compiling/merging)
- Thursday 14 January 2016 10:08
- Forum: Suggestions
- Topic: Mode-selector / multistate device
- Replies: 104
- Views: 45686
Re: Mode-selector / multistate device
This issue has been fixed this morning in beta version.
Now the following characters will be simply removed from the level name while adding or renaming it : :;|<>
Now the following characters will be simply removed from the level name while adding or renaming it : :;|<>
- Wednesday 13 January 2016 22:58
- Forum: Suggestions
- Topic: Mode-selector / multistate device
- Replies: 104
- Views: 45686
Re: Mode-selector / multistate device
You are right.
At this time you should avoid the following 4 characters : : ' | "
I will try to fix it or prevent the user to use these characters.
At this time you should avoid the following 4 characters : : ' | "
I will try to fix it or prevent the user to use these characters.
- Monday 11 January 2016 22:47
- Forum: Suggestions
- Topic: Mode-selector / multistate device
- Replies: 104
- Views: 45686
Re: Mode-selector / multistate device
It is the same in blockly :
- Monday 11 January 2016 22:33
- Forum: Suggestions
- Topic: Mode-selector / multistate device
- Replies: 104
- Views: 45686
Re: Mode-selector / multistate device
Sorry for the delay but it is : commandArray = {} if (devicechanged['MyDeviceName'] == 'On') then commandArray['Test Selector']='Set Level: 20' end return commandArray Where 20 is the level value, not the level name. commandArray = {} if (devicechanged['Test Selector''] == 'Level3') then ...
- Saturday 09 January 2016 16:38
- Forum: Suggestions
- Topic: Mode-selector / multistate device
- Replies: 104
- Views: 45686
Re: Mode-selector / multistate device
I'm still working on it :
- add a parameter to hide 'Off' "level" ;
- add an action to execute when a "level" is selected.
These features should be available next week.
- add a parameter to hide 'Off' "level" ;
- add an action to execute when a "level" is selected.
These features should be available next week.