Search found 14 matches

by StratosHF
Tuesday 06 May 2025 22:26
Forum: Bugs and Problems
Topic: Python scripts don't run since upgrading to v2025.1
Replies: 2
Views: 1842

Re: Python scripts don't run since upgrading to v2025.1

Fixed it!

The issue was due to my json commands using an out of date command...

Code: Select all

/json.htm?type=devices
now needs to be

Code: Select all

/json.htm?type=command&param=getdevices
https://wiki.domoticz.com/Domoticz_API/JSON_URL%27s

All my own fault!
by StratosHF
Tuesday 06 May 2025 9:21
Forum: Bugs and Problems
Topic: Python scripts don't run since upgrading to v2025.1
Replies: 2
Views: 1842

Python scripts don't run since upgrading to v2025.1

Hi, I upgraded from v2024.7 to v2025.1 last night. The upgrade (via the gui) went ok but this morning a few of my tasks didn't run as expected. Looking at the logs I see its related to Python scripts.... 2025-05-06 06:10:02.467 Error: Error executing script command (/home/pi/BedroomLED.py). returned ...
by StratosHF
Sunday 27 October 2024 20:55
Forum: LUA
Topic: enable/disable thermostat timers
Replies: 2
Views: 2090

Re: enable/disable thermostat timers

Hi y jimicek,

Thanks for posting this, I got stuck in a hole trying to get:

Code: Select all

/json.htm?type=command&param=enabletimer&idx=timerID
but it turned out

Code: Select all

/json.htm?type=command&param=enablesetpointtimer&idx=SetpointTimerIDX
was what I needed. Thanks.
by StratosHF
Sunday 04 September 2022 15:06
Forum: Other questions and discussions
Topic: Sort order custom pages
Replies: 2
Views: 850

Re: Sort order custom pages

Same problem here, it's a minor issue but it would be nice to be able to sort them into a sensible sequence, alphabetical at least but ideally a user defined sequence.
by StratosHF
Thursday 14 January 2021 18:03
Forum: Heating/cooling
Topic: Setpoint widget in a floorplan
Replies: 23
Views: 6740

Re: Setpoint widget in a floorplan

@waltervl thank you very much, it works!!!
3 lines added to domoticzdevices.js, browser refreshed and I'm very happy :D
by StratosHF
Tuesday 27 August 2019 19:56
Forum: Suggestions
Topic: Database backup
Replies: 8
Views: 7819

Re: Database backup

Yes, a bash script that emulates the same folder structure is the most sensible solution.
by StratosHF
Tuesday 27 August 2019 10:41
Forum: Suggestions
Topic: Database backup
Replies: 8
Views: 7819

Re: Database backup

I like the built in backup tool as it gives you lots of restore points (hourly/daily/monthly). I find the hourly backup a bit over the top and it makes the system (RPi 3) a bit laggy on the hour (this then gives me ear ache when the family moan about the response times). Could the built in backup ...
by StratosHF
Sunday 28 January 2018 18:43
Forum: Other questions and discussions
Topic: Getting error 'Transport endpoint is not connected' while getting remote_endpoint in connection_manager::start
Replies: 15
Views: 8294

Re: Getting error 'Transport endpoint is not connected' while getting remote_endpoint in connection_manager::start

Me too...

2018-01-27 07:00:59.177 Error: Getting error 'Transport endpoint is not connected' while getting remote_endpoint in connection_manager::start

v3.8153
RPi3
by StratosHF
Thursday 18 January 2018 15:34
Forum: Heating/cooling
Topic: Setpoint widget in a floorplan
Replies: 23
Views: 6740

Re: Setpoint widget in a floorplan

Dnpwwo, thanks for the information, I'll give it a go.
by StratosHF
Saturday 28 October 2017 12:58
Forum: Heating/cooling
Topic: Setpoint widget in a floorplan
Replies: 23
Views: 6740

Re: Setpoint widget in a floorplan

Does anyone have any advice on this? I'm slowly getting familiar with Python and Lua but this is new territory for me.
by StratosHF
Wednesday 27 September 2017 22:06
Forum: Heating/cooling
Topic: Setpoint widget in a floorplan
Replies: 23
Views: 6740

Re: Setpoint widget in a floorplan

I'm interested in this too, it's more useful to be able to change the thermostat set point from the floorplan icon rather than look at the history.
by StratosHF
Monday 18 September 2017 9:55
Forum: Suggestions
Topic: Adjustment for humidity values
Replies: 17
Views: 6785

Re: Adjustment for humidity values

+1
by StratosHF
Monday 30 January 2017 12:04
Forum: Switches and Scenes
Topic: subslave devices doesnt work
Replies: 2
Views: 1207

Re: subslave devices doesnt work

I have also notice this problem, I'm running the current stable release (3.5877). I have two switches that control two energenie 13A sockets via my rfxcom rfxtrx433e. I have bash scripts which turned them both on or off at the same time (via json commands), the scripts are actions from a third ...
by StratosHF
Sunday 18 September 2016 18:45
Forum: Other questions and discussions
Topic: 1 WIRE id code or 64bit code
Replies: 3
Views: 1435

Re: 1 WIRE id code or 64bit code

Hi, This is my first post. I installed Domoticz yesterday to see how it compared to my DIY python code that monitors my 18 1-wire sensors on my central heating with a db and cherrypy web page... and it's much better! I too struggled to work out which sensor was which until I noticed an odd pattern ...