Search found 60 matches

by ressof
Tuesday 29 October 2024 7:46
Forum: dzVents
Topic: Get historical values from managed counter
Replies: 1
Views: 883

Get historical values from managed counter

Hi

Is there a way of getting historical values from a managed counter? You can add values via updateHistory but is there a way of getting them back later on?
by ressof
Tuesday 29 October 2024 7:43
Forum: dzVents
Topic: OpenUrl question
Replies: 2
Views: 943

Re: OpenUrl question

Thank you for your help
by ressof
Friday 25 October 2024 7:40
Forum: dzVents
Topic: OpenUrl question
Replies: 2
Views: 943

OpenUrl question

Hi I writing a script to check electical prices from Nord Pool that uses this URL: https://dataportal-api.nordpoolgroup.com/api/DayAheadPrices?date=2024-10-19&market=DayAhead&deliveryArea=SE3&currency=SEK You can use tomorrow date in the url but the url is only valid sometime after 13:00. Is there a ...
by ressof
Wednesday 25 September 2024 9:35
Forum: Suggestions
Topic: low battery notifications 00:00
Replies: 9
Views: 2521

Re: low battery notifications 00:00

Hi Has this been addressed yet? I have notification on all my battery driven sensors to notify if last update time is greater than 720 min. The first notification comes when timer has elapsed but then the notifications comes at 00:00 every night. It should be a setting so you can choose which time ...
by ressof
Tuesday 17 September 2024 12:52
Forum: Other questions and discussions
Topic: JSON call behind Nginx reverse proxy
Replies: 15
Views: 1240

Re: JSON call behind Nginx reverse proxy

From a browser it worked. But from the logs in Domoticz it lead me to try this from the app instead of last command /json.htm?type=command&param=switchlight&idx=193&switchcmd=Set Level&level=40 a space between "Set Level" instead of %20 and now it works Thank you for your help.
by ressof
Thursday 12 September 2024 14:42
Forum: Other questions and discussions
Topic: JSON call behind Nginx reverse proxy
Replies: 15
Views: 1240

Re: JSON call behind Nginx reverse proxy

I think so, this i the command I ran:

Code: Select all

/json.htm?type=command&param=switchlight&idx=193&switchcmd=Set%20Level&level=40
by ressof
Thursday 12 September 2024 11:28
Forum: Other questions and discussions
Topic: JSON call behind Nginx reverse proxy
Replies: 15
Views: 1240

Re: JSON call behind Nginx reverse proxy

But when I try to change a selector switch I get this error

Code: Select all

{
	"message" : "Error sending switch command, check device/hardware (idx=193) !",
	"status" : "ERROR",
	"title" : "SwitchLight"
}
by ressof
Thursday 12 September 2024 7:39
Forum: Other questions and discussions
Topic: JSON call behind Nginx reverse proxy
Replies: 15
Views: 1240

Re: JSON call behind Nginx reverse proxy

That worked when I added

Code: Select all

Content-Type: application/x-www-form-urlencoded
in header.

Thank you
by ressof
Wednesday 11 September 2024 15:57
Forum: Other questions and discussions
Topic: JSON call behind Nginx reverse proxy
Replies: 15
Views: 1240

Re: JSON call behind Nginx reverse proxy

I have tested with some different online json post tester and it seems that when the content is in this form it works: type=command&param=switchlight&idx=775&switchcmd=Toggle but when it is json formatted like this it does not work {"type":"command","param":"switchlight","idx":"775","switchcmd ...
by ressof
Wednesday 04 September 2024 12:53
Forum: Other questions and discussions
Topic: JSON call behind Nginx reverse proxy
Replies: 15
Views: 1240

Re: JSON call behind Nginx reverse proxy

Hi. Are you using zigbee plugin and what is the version of Domoticz? https://zigbeefordomoticz.github.io/wiki/en-eng/Problem_FAQ.html#e10-error--webserver-deprecated-rtype-devices-for-api-request-handled-via-fallback-getdevices-please-use-correct-api-command I dont use zigbeefordomoticz, I use ...
by ressof
Wednesday 04 September 2024 12:42
Forum: Other questions and discussions
Topic: JSON call behind Nginx reverse proxy
Replies: 15
Views: 1240

Re: JSON call behind Nginx reverse proxy

In the end I want to use my Amazfit Watch that has a html app that looks like this

Image
by ressof
Wednesday 04 September 2024 8:47
Forum: Other questions and discussions
Topic: JSON call behind Nginx reverse proxy
Replies: 15
Views: 1240

Re: JSON call behind Nginx reverse proxy

I tried with https://reqbin.com/post-online I used this post: POST /json.htm HTTP/1.1 Authorization: Basic [Base64 encoded uername:password] Host: [domain] Accept: application/json Content-Type: application/json Content-Length: 88 { "type": "command", "param": "switchlight", "idx": 775, "switchcmd ...
by ressof
Wednesday 04 September 2024 8:01
Forum: Other questions and discussions
Topic: JSON call behind Nginx reverse proxy
Replies: 15
Views: 1240

Re: JSON call behind Nginx reverse proxy

Is there a way to use the API with POST or GET with headers and body instead of having the username and password in the URL? I'm using HTTPS
by ressof
Tuesday 03 September 2024 12:50
Forum: Other questions and discussions
Topic: JSON call behind Nginx reverse proxy
Replies: 15
Views: 1240

JSON call behind Nginx reverse proxy

Hi I have setup domoticz to run behind a reverse proxy and followed this guide https://www.domoticz.com/wiki/WebServer_Proxy I have setup nginx as the guide and also added my proxys ip to trusted networks. I can access domoticz from everywhere and I have to enter credentials and OTP to login. This ...
by ressof
Monday 20 November 2023 15:44
Forum: Switches and Scenes
Topic: Tasmota Blinds, percentage does not update in domoticz
Replies: 3
Views: 1644

Tasmota Blinds, percentage does not update in domoticz

Hi I have a shelly 2.5 flashed with latest tasmota and configured as a shutter controller with two relays. I have add a dummy blind switch in domoticz and in tasmota idx1 added the dummy idx. I can open and close the blind but the percentage ruler does not work correctly. When I say it to open 30 ...
by ressof
Monday 06 March 2023 8:15
Forum: Other questions and discussions
Topic: Network-connected P1 meter does not recover from reboot of remote device
Replies: 3
Views: 491

Re: Network-connected P1 meter does not recover from reboot of remote device

My problem is that when the ser2net device is restarting (its on a different hardware) domoticz looses the connection to it and I have to disable and enable the interface again to get it to work.

EDIT I found the data timeout option that will hopefully solve my problem
by ressof
Friday 03 March 2023 7:37
Forum: Other questions and discussions
Topic: Network-connected P1 meter does not recover from reboot of remote device
Replies: 3
Views: 491

Re: Network-connected P1 meter does not recover from reboot of remote device

I have the same problem. Need to disable and enable the interface to get it to connect again.
by ressof
Wednesday 08 February 2023 11:33
Forum: Dashticz
Topic: Remove legend when changed mouseover title
Replies: 0
Views: 406

Remove legend when changed mouseover title

Hi

I wonder if I could remove the legend "Elpris" marked with green when I have changed the default name to Elpris to show when mouseover

Image
by ressof
Tuesday 07 February 2023 7:47
Forum: Dashticz
Topic: Chart with future energyprices
Replies: 14
Views: 1597

Re: Chart with future energyprices

To the latest beta I've added a custom filter value 'todaytomorrow'. In your custom data block for a graph add: filter:'todaytomorrow' This will filter out the graph data of today and tomorrow. Can you test? (update Dashticz with 'git pull', while using the beta branch) Sorry for late answer, been ...
by ressof
Wednesday 01 February 2023 9:09
Forum: Dashticz
Topic: Weather - how to build a bolk
Replies: 26
Views: 3132

Re: Weather - how to build a bolk

Could dashticz be updated to support OneCall 3.0 API from openweathermap? Maybe a config line to select API 2.5 or 3.0? Don't know if the information from the API has changed?