Search found 25 matches

by barts2108
Tuesday 25 April 2023 22:02
Forum: Other questions and discussions
Topic: Visual Studio (or other IDE) setup instructions
Replies: 21
Views: 4105

Re: Visual Studio (or other IDE) setup instructions

Just setup VS 2022 and found this json/json.h error too. I think it needs another include folder In Visual Studio 2022 (community) Right click the project and select Properties. In Configuration Properties -> C/C++ -> General, the first entry "Additional Include Directories" should look like this ...
by barts2108
Monday 12 December 2022 20:05
Forum: dzVents
Topic: openURL cancelQueuedCommands [Solved]
Replies: 5
Views: 457

Re: openURL cancelQueuedCommands [Solved]

Indeed I want to call another (second) Domoticz system

Some time after posting creating the virtual switch also came into my mind. Will give that a try.
by barts2108
Monday 12 December 2022 18:07
Forum: dzVents
Topic: openURL cancelQueuedCommands [Solved]
Replies: 5
Views: 457

openURL cancelQueuedCommands [Solved]

In a dzVents script I can make a call like execute = function(dz, device) dz.openURL({ url = 'http://192.168.199.20:8080/json.htm?type=command&param=switchlight&idx=71&switchcmd=On', method = 'GET', callback = '' }).afterSec(30) end how can I cancel this afterSec(30) if something happens before the ...
by barts2108
Sunday 19 December 2021 14:12
Forum: dzVents
Topic: dimto transition time
Replies: 11
Views: 1232

Re: dimto transition time

As expected : Tradfri does not accept any settings for hue bridge.
by barts2108
Sunday 12 December 2021 20:47
Forum: dzVents
Topic: dimto transition time
Replies: 11
Views: 1232

Re: dimto transition time

As far as i know i do not have zigbee2mqtt nor a hue bridge.

But i can check if the rest api for the tradfri driver accepts the json
by barts2108
Sunday 12 December 2021 13:19
Forum: dzVents
Topic: dimto transition time
Replies: 11
Views: 1232

Re: dimto transition time

Ok I will... if I get usefull info will feedback here.
by barts2108
Saturday 11 December 2021 17:20
Forum: dzVents
Topic: dimto transition time
Replies: 11
Views: 1232

Re: dimto transition time

If I set the dimlevel from the Domoticz UI it also dims fast (looks like the same speed as the dimTo() )
by barts2108
Saturday 11 December 2021 16:08
Forum: dzVents
Topic: dimto transition time
Replies: 11
Views: 1232

dimto transition time

I recently included Ikea tradfri 30W driver for my working area in the kitchen, together with a matching on/off/dimmer button. Light and button are paired with my conbee II on a raspberry pi, running beta channel of domoticz. The driver has configurable option for transition time 0x0010 OnOff ...
by barts2108
Wednesday 13 January 2021 17:42
Forum: Other questions and discussions
Topic: Visual Studio (or other IDE) setup instructions
Replies: 21
Views: 4105

Re: Visual Studio (or other IDE) setup instructions

Fresh windows 20H2 (OS Build 19042.746) feature experience pack 120.2212.551.0 (Everywhere <username> is used, replace with the foldername of the actual logged in windows user) install 7-zip (v 19.00) install Visual Studio 2019 Community Edition (online installer) 16.8.4 with these options ASP.NET ...
by barts2108
Tuesday 12 January 2021 20:53
Forum: Other questions and discussions
Topic: Visual Studio (or other IDE) setup instructions
Replies: 21
Views: 4105

Re: Visual Studio (or other IDE) setup instructions

Currently setting up a clean windows virtual machine to test ...
by barts2108
Monday 11 January 2021 9:26
Forum: Other questions and discussions
Topic: Visual Studio (or other IDE) setup instructions
Replies: 21
Views: 4105

Re: Visual Studio (or other IDE) setup instructions

I will try to redo the installation on a clean windows, but that may take some time
by barts2108
Monday 11 January 2021 9:09
Forum: Other questions and discussions
Topic: Visual Studio (or other IDE) setup instructions
Replies: 21
Views: 4105

Re: Visual Studio (or other IDE) setup instructions

Found this forum topic and will continue discussion over here in the forum. The discussion was started on Github but does not belong there. For reference, the link to github : https://github.com/domoticz/domoticz/issues/4567#issuecomment-757497736 The references post is similar to the INSTALL.md ...
by barts2108
Wednesday 06 January 2021 15:56
Forum: Suggestions
Topic: Further implement tariff info in P1 smartmeter base
Replies: 0
Views: 275

Further implement tariff info in P1 smartmeter base

Inside the P1MeterBase.cpp the tariff indicator is alread partially implemented. #define P1TIP "0-0:96.14.0" // tariff indicator power Can this be further implemented to allow scripts to get the tariff indicator ? This is usefull for people who want to switch depending on the tariff indicator, and ...
by barts2108
Thursday 10 December 2020 8:31
Forum: Z-Wave
Topic: Eurotronics SpiritZ external temperature sensor
Replies: 19
Views: 2302

Re: Eurotronics SpiritZ external temperature sensor

"and then put 92 (my valve's id) in that group 2" That valve ID 92, is it de Domoticz valve's z-wave Node-ID, z-wave ID, device Idx or device ID (see highlighted items in the images) domoticznodes.png zwavenodes.png Could you share a screenshot how the zwave setup looks like (especially where you ...
by barts2108
Wednesday 29 July 2020 23:08
Forum: Temperature and Weather
Topic: Openweathermap one-call-api [to replace darksy]
Replies: 13
Views: 1832

Re: Openweathermap one-call-api [to replace darksy]

Devices are created... time to sleep. I guess testing, and then finding out how to do the pull request will be more time ;-)
by barts2108
Wednesday 29 July 2020 22:23
Forum: Temperature and Weather
Topic: Openweathermap one-call-api [to replace darksy]
Replies: 13
Views: 1832

Re: Openweathermap one-call-api [to replace darksy]

I have seen that. OneCall does only accept lat=1.234&lon=2.345 and in that format only. StationID or city name is not accepted in this api. The response contains a lot of useful information (see samples below). I think current weather is free for 60 call's per minute. The hourly and daily info are ...
by barts2108
Wednesday 29 July 2020 21:20
Forum: Temperature and Weather
Topic: Openweathermap one-call-api [to replace darksy]
Replies: 13
Views: 1832

Re: Openweathermap one-call-api [to replace darksy]

Ok, meanwhile found how to make additional hardware plugin (struggling because I didn't see that the make builds the executable into the bin folder and I was executing from the dev-domoticz folder :roll: Now exploring how I can make sure the fields are filled correctly because the One Call api ...
by barts2108
Wednesday 29 July 2020 15:05
Forum: Temperature and Weather
Topic: Openweathermap one-call-api [to replace darksy]
Replies: 13
Views: 1832

Re: Openweathermap one-call-api [to replace darksy]

On page https://www.domoticz.com/wiki/Developing_a_hardware_plugin#Add_the_UI_to_create_the_new_hardware_in_the_Hardware_tab it says to do some work on the file www/app/HardwareController.js I have a git clone on Ubuntu and one on Windows, but I cannot find that file. I is also not existing in the ...
by barts2108
Monday 27 July 2020 19:38
Forum: Temperature and Weather
Topic: Openweathermap one-call-api [to replace darksy]
Replies: 13
Views: 1832

Re: Openweathermap one-call-api [to replace darksy]

I will also take a look at the OpenWeatherMap.cpp code to see if it is feasible to create somehting like a OpenWeatherMapOneCall.cpp
by barts2108
Monday 27 July 2020 19:13
Forum: Temperature and Weather
Topic: Openweathermap one-call-api [to replace darksy]
Replies: 13
Views: 1832

Re: Openweathermap one-call-api [to replace darksy]

Thanks, I will have a look at the script. Reason I want to move is that DarkSky is fased out, and Buienradar is not reliable enough (Error: BuienRadar: Problem Connecting to Buienradar! (Check your Internet Connection!), or the infamous "thread seems to have ended unexpectedly" errors for Buienradar ...