Search found 30 matches

by tvurce
Sunday 06 August 2023 18:07
Forum: Third party and supplementary tools
Topic: Control a garage port with Arduino via Domoticz
Replies: 8
Views: 5533

Re: Control a garage port with Arduino via Domoticz

How to do that without espeasy? Because i have on this esp32 another sensors etc. reporting to domoticz and i want to drive relay with the same esp32 through domoticz.
by tvurce
Sunday 31 May 2020 14:41
Forum: Temperature and Weather
Topic: Read actual sensor value using API
Replies: 8
Views: 4188

Re: Read actual sensor value using API

Oh god, its so stupid. In JASON API output are values not in number format, but in text with kWh word.
by tvurce
Sunday 31 May 2020 14:19
Forum: Temperature and Weather
Topic: Read actual sensor value using API
Replies: 8
Views: 4188

Re: Read actual sensor value using API

Probably need to transform from string to char a than use ArduinoJson.h
by tvurce
Sunday 31 May 2020 11:58
Forum: Temperature and Weather
Topic: Read actual sensor value using API
Replies: 8
Views: 4188

Re: Read actual sensor value using API

Anybody hawe a good solution to read value fron Json returned String on Arduino (C++)? No problem to get info from Domoticz with int httpCode = http.GET(); if (httpCode > 0) { if (httpCode == 200) { String payload = http.getString(); Serial.println("Domoticz response "); Serial.println(payload ...
by tvurce
Thursday 27 June 2019 13:36
Forum: Other questions and discussions
Topic: email notification
Replies: 11
Views: 12420

Re: email notification

And now, i tried local smtp provider and it works! So finaly, I am happy :) GMAil still not working, but it is may be problem with two factor authentication. I add an exclusion for this kind of using smtp without luck, but not so big problem. Anyway, using local mais server should by good idea - I ...
by tvurce
Thursday 27 June 2019 13:30
Forum: Other questions and discussions
Topic: email notification
Replies: 11
Views: 12420

Re: email notification

Yes. Same with Test mail and with notification from sensor: In log is Notification sent (email) => Failed

I am using Synology and this is able to send emails with my gmail account from same network.
by tvurce
Thursday 27 June 2019 10:33
Forum: Other questions and discussions
Topic: email notification
Replies: 11
Views: 12420

Re: email notification

I am also unable to send any email, not even test mail. Raspbian + latest dev Domoticz (tried last half year, so not version specific) Tried GMail and another one SMTP provider. Tried all ports. No luck. In log is just "email sent failed". How about to install outgoing mail server on Rapsbian and ...
by tvurce
Monday 18 March 2019 17:57
Forum: Suggestions
Topic: Adjustment for humidity values
Replies: 17
Views: 6787

Re: Adjustment for humidity values

+1 for humidity offset

Specialy Bosh BME280 is popular, but crap... 25 % deviation no problem :(
by tvurce
Monday 17 December 2018 9:40
Forum: ESP8266
Topic: ESP and Ethernet LAN shield
Replies: 3
Views: 4059

Re: ESP and Ethernet LAN shield

It is for Arduino, but for ESP it sould by simillar: https://www.instructables.com/id/Add-Et ... ess-than-/
by tvurce
Saturday 15 December 2018 15:12
Forum: Other questions and discussions
Topic: Resetting device, or deleting history
Replies: 12
Views: 13740

Re: Resetting device, or deleting history

+1 for clear sensor data by one+confirm click
by tvurce
Saturday 15 December 2018 11:18
Forum: Blockly
Topic: Selector not working
Replies: 7
Views: 1478

Re: Selector not working

No, selector as Level in % does not working for me. So as not working only number.

Only way is to check conditions as "string". It is working. Not sure why not work directly SetPoint for radiator valves, but when I am controling from selector virtual thermostat, it works as I wish.
by tvurce
Saturday 15 December 2018 10:56
Forum: ESP8266
Topic: ESP and Ethernet LAN shield
Replies: 3
Views: 4059

Re: ESP and Ethernet LAN shield

Thanks, I know ESPeasy, but don not know, how it could help me. I am writing code for ESP32 directly, and I am looking for LAN module, if it is possible. Because on some places there is LAN and always is better to use cable, than wireless (which is loaded with another sensors and computers ...
by tvurce
Friday 14 December 2018 18:26
Forum: ESP8266
Topic: ESP and Ethernet LAN shield
Replies: 3
Views: 4059

ESP and Ethernet LAN shield

Any hint for cheap Ethernet module/shield for ESP32? Or everybody is using wireless? :)

What about "ENC28J60 Ethernet LAN Network Module For Arduino"

Is it OK to work with this in Arduino IDE and ESP32? Or any better module with good support/libraries? Thanks.
by tvurce
Thursday 13 December 2018 14:57
Forum: Blockly
Topic: Selector not working
Replies: 7
Views: 1478

Re: Selector not working

Another observations:

Created virtual switch and it can control Setpoints. So no problem with blockly conditions, no problem with SetSetpoint... may be, problem is with switch selector virtual device.
by tvurce
Monday 10 December 2018 11:35
Forum: Other questions and discussions
Topic: Specific sensor timeout
Replies: 9
Views: 3573

Re: Specific sensor timeout

+1

It would be nice, it will be in GUI. It looks like basic setting for a sensor and it should be sensor specific.
by tvurce
Monday 03 December 2018 13:30
Forum: Blockly
Topic: Selector not working
Replies: 7
Views: 1478

Re: Selector not working

HM, I tried add some log messages for IF ELSE conditions. And in log, there are right messages based on selected value on Selector switch. So, condition is working right. But setting setpoints is not working.
by tvurce
Monday 03 December 2018 9:20
Forum: Blockly
Topic: Selector not working
Replies: 7
Views: 1478

Re: Selector not working

mrf68 wrote: Sunday 02 December 2018 19:18 I think you need to place the number of the rule after the = sign, not the name you gave it.

So:
if selector = 0 then
if selector = 10 then .....
I tried this before playing with strings, but with no luck.
by tvurce
Sunday 02 December 2018 16:56
Forum: Blockly
Topic: Selector not working
Replies: 7
Views: 1478

Selector not working

1) defined virtual Selector switch for manual control
2) defined Event for this Selector

But when Selector switch is changed, nothing happens... Any hint? Thanks
selector.png
selector.png (32.79 KiB) Viewed 1386 times
selector-event.png
selector-event.png (65.68 KiB) Viewed 1386 times
by tvurce
Friday 30 November 2018 9:55
Forum: Heating/cooling
Topic: Control temperature based on sensors with TRV (Domoticz like smart thermostat)
Replies: 4
Views: 1335

Re: Control temperature based on sensors with TRV (Domoticz like smart thermostat)

I am starting from zero. Trying this easy thing, but with no success:

1) defined virtual Selector switch for manual control
2) defined Event for this Selector

But when Selector switch is changed, nothing happens...
selector.png
selector.png (32.79 KiB) Viewed 1164 times
selector-event.png
selector-event.png (65.68 KiB) Viewed 1164 times