Search found 84 matches
- Tuesday 10 December 2024 13:07
- Forum: Python
- Topic: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
- Replies: 202
- Views: 66071
Re: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
I installed the TunyTuya plugin and followed all steps. Got one of the device ID from an hardware item in the Tiya cloud. But no device is added to Domotic and I get the error: Tuya: handleThread: Device not found in Domoticz! Has the device been removed, or is the "Accept New Hardware" option not ...
- Tuesday 02 April 2024 11:32
- Forum: DIY Hardware and Protocols
- Topic: 2-wire intercom: get and send signals
- Replies: 0
- Views: 534
2-wire intercom: get and send signals
In our apartment building, we have a 2-wire intercom. With this intercom, 2 doors can be opened. These doors can only be opened after a bell is pressed The first one is a doorbell (per apartment) on the ground floor for the general door to the apartment. The second one is a doorbell (per apartment ...
- Wednesday 20 September 2023 10:14
- Forum: Dashticz
- Topic: Dashticz 3.10.5 (beta) not working on Chrome
- Replies: 4
- Views: 516
Re: Dashticz 3.10.5 (beta) not working on Chrome
I did some extended research and opening the dahsticz page in Incognito mode does work. SO there seems to be a problem with cookies/cache or something related. I already did 'Clear browsing data' a couple of times, removing all history and files, but this doesn't seem to work
- Wednesday 20 September 2023 9:58
- Forum: Dashticz
- Topic: Dashticz 3.10.5 (beta) not working on Chrome
- Replies: 4
- Views: 516
Re: Dashticz 3.10.5 (beta) not working on Chrome
Since I get the error generated by Dashticz (Error - For more help visit Dashticz v3 documentation) there doesn't seem anything wrong with IP address or other errors. This error is generated if something is wrong in the Dashticz config. But since it does work on multiple devices, there seems to be ...
- Tuesday 19 September 2023 17:08
- Forum: Dashticz
- Topic: Dashticz 3.10.5 (beta) not working on Chrome
- Replies: 4
- Views: 516
Dashticz 3.10.5 (beta) not working on Chrome
I am running version 3.10.5 (beta) and all seems to be working fine. I can access Dashticz on my iPhone, iPad, and macbook via Safari just fine. But when I try to open it on Arc (based on Chrome) or Chrome I get the infamous "Error, For more help visit Dashticz v3 documentation" notification. On ...
- Saturday 02 September 2023 10:42
- Forum: Dashticz
- Topic: Dashticz - how to update
- Replies: 8
- Views: 899
Re: Dashticz - how to update
I Now updated to the v3.10.5-beta, but this gives me a Domoticz authorization error
I guess this has to do with the new authorization method. But where do I have to change things? Can't find any info in the readme about it
I guess this has to do with the new authorization method. But where do I have to change things? Can't find any info in the readme about it
- Friday 01 September 2023 19:23
- Forum: Dashticz
- Topic: Dashticz - how to update
- Replies: 8
- Views: 899
Re: Dashticz - how to update
I have updated Dashticz to the lastest version using the git pull method. I still get errors about Deprecated RType coming from Dashticz I see on the Github: Previous repositories (dashticz/dashticz_v2 and dashticzv3/dashticz_v3) will not be updated anymore. I am running V3. How do I update to a ...
- Friday 01 September 2023 12:39
- Forum: Bugs and Problems
- Topic: 15326 - [WebServer] Depricated RType
- Replies: 176
- Views: 49066
Re: 15326 - [WebServer] Depricated RType
I am trying to flip a switch according to the documentation. My call is starting with the type=command, but I still get the Depricated RType error. What is wrong with this json call?
Code: Select all
https://USER:PASSWORD@SERVER_IP:4010/json.htm?type=command¶m=switchlight&idx=731&switchcmd=ON
- Wednesday 09 August 2023 7:58
- Forum: Bugs and Problems
- Topic: 15326 - [WebServer] Depricated RType
- Replies: 176
- Views: 49066
Re: 15326 - [WebServer] Depricated RType
I which file should I change that in Dashticz? I went trough quite some files, but can't find the 'json.htm?type=devices'
- Tuesday 01 August 2023 20:49
- Forum: Bugs and Problems
- Topic: 15326 - [WebServer] Depricated RType
- Replies: 176
- Views: 49066
Re: 15326 - [WebServer] Depricated RType
Ah, then I'll just wait for the lastest beta to become table version
- Tuesday 01 August 2023 18:15
- Forum: Bugs and Problems
- Topic: 15326 - [WebServer] Depricated RType
- Replies: 176
- Views: 49066
Re: 15326 - [WebServer] Depricated RType
I am getting the same error
2023-08-01 18:12:46.248 [WebServer] Deprecated RType (devices) for API request. Handled via fallback (getdevices), please use correct API Command! (192.168.1.107)
where the IP address is of a device running the website of dashticz. Any idea what this could be?
2023-08-01 18:12:46.248 [WebServer] Deprecated RType (devices) for API request. Handled via fallback (getdevices), please use correct API Command! (192.168.1.107)
where the IP address is of a device running the website of dashticz. Any idea what this could be?
- Monday 31 July 2023 18:30
- Forum: 433 & 868 transceiver
- Topic: hardware push button
- Replies: 1
- Views: 799
hardware push button
Does anyone know of a cheap hardware push button that can communicate with Domoticz. My setup has a RFXtrx433 antenna for 433mhz devices and also a Philips hue is connected. I am looking for a small hardware push button to trigger a domoticz (virtual) button so it can start a script.
- Friday 21 July 2023 21:38
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Json call doesnt see admin right
- Replies: 5
- Views: 501
Re: Json call doesnt see admin right
I updated to the latest version, running the same url now results in chrome browser { "status" : "OK", "title" : "GetVersion" } when I try to post the same URL in Postman I get 'could not send request', but I don't know Postman that well, so not really sure what's happening there. Also tried them ...
- Friday 21 July 2023 20:40
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Json call doesnt see admin right
- Replies: 5
- Views: 501
Json call doesnt see admin right
I want to change switches via a API call, so first of all I tested if I can connect to Domiticz with: https://USERNAME:[email protected]:4040/json.htm?type=command¶m=getversion and also tried the variant where USERNAME and PASSWORD are base64 encoded. In both cases I get this result ...
- Thursday 13 July 2023 16:38
- Forum: Temperature and Weather
- Topic: OWM wind values too low
- Replies: 5
- Views: 2198
Re: OWM wind values too low
I set all the locations for the weather services to the same long,lat now in de hardware settings and these are the results. Even the temprature is with quite some difference Openweather: 21,7 degrees, 0,9m/s wind, 1,3m/s gust (updated 16:49) Accuweather: 20,8 degrees, 4,0m/s wind, 7,4m/s gust ...
- Thursday 13 July 2023 16:37
- Forum: Dashticz
- Topic: Dashticz - how to update
- Replies: 8
- Views: 899
Re: Dashticz - how to update
That worked like a charm. Thanks
- Thursday 13 July 2023 12:30
- Forum: Dashticz
- Topic: Dashticz - how to update
- Replies: 8
- Views: 899
Re: Dashticz - how to update
when executing the git pull I get the following error:
How do I do that?
Code: Select all
Updating e67ca607..6bac9acf
error: Your local changes to the following files would be overwritten by merge:
custom/custom.css
custom/custom.js
Please commit your changes or stash them before you merge.
- Thursday 13 July 2023 9:40
- Forum: Dashticz
- Topic: Dashticz - how to update
- Replies: 8
- Views: 899
Dashticz - how to update
Hi, I am currently on version 3.3.3.1 of Dashticz and I want to update to the latest version. In the documentation, I can find how to perform an Automatic or Manual install, but not how to update. Of course, I want everything to be working since I have spent hours, even days setting it up the way I ...
- Wednesday 12 July 2023 20:18
- Forum: Temperature and Weather
- Topic: OWM wind values too low
- Replies: 5
- Views: 2198
Re: OWM wind values too low
Yes, they are. I am tracking 3 wind values now. All in Domoticz. OWM, ACCU and Buitenradar. values are:
OWM: 0.9 (unknow, based on location, so should be utrecht)
ACCU: 3.8 (utrecht)
Buienradar: 4.6 (de bilt)
You can see how much OWM is off
OWM: 0.9 (unknow, based on location, so should be utrecht)
ACCU: 3.8 (utrecht)
Buienradar: 4.6 (de bilt)
You can see how much OWM is off
- Wednesday 12 July 2023 16:54
- Forum: Temperature and Weather
- Topic: OWM wind values too low
- Replies: 5
- Views: 2198
OWM wind values too low
I am using OWM to keep an eye on the windspeeds to close my sunscreens. The problem is that whether I use the lat,long location in the domiticz settings, enter lat,long in the OWM hardware or even use a city ID number for Utrecht, the values I get seem to be way to low. Where OWM gives me windspeed ...