Search found 59 matches

by ILoveIOT
Monday 21 March 2022 7:34
Forum: Utility
Topic: EpEver Solar Controller into Domoticz
Replies: 7
Views: 4151

Re: EpEver Solar Controller into Domoticz

Hi Micha, I merged you're script with mine, thank you for the update, I updated the original post - Disabled Year/Month Generated, yes but it will change after a year/month - SOC I get it from the BMS, I saw its not the same, (50.5 vs 61%) BMS is more accurate, maybe I can calibrate it, but it would ...
by ILoveIOT
Monday 21 March 2022 6:22
Forum: Utility
Topic: Smart BMS (Daly) into Domoticz
Replies: 3
Views: 2721

Smart BMS (Daly) into Domoticz

This script will execute the 'daly-bms-cli -d $USBPORT --all' using UART and put the output to a file, get the value's from the output file, show them on console if needed, and send them to Domoticz, this is super simple, easy to change. Many thanks to Dreadnought https://github.com/dreadnought ...
by ILoveIOT
Monday 21 March 2022 6:06
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: MCP3008 Analog/SPI chip, for example MQ smoke/gas/carbon sensor or voltage reading.
Replies: 0
Views: 1802

MCP3008 Analog/SPI chip, for example MQ smoke/gas/carbon sensor or voltage reading.

#!/bin/bash # # /root/scripts/mcp3008/mcp3008.sh # # Tested on : Orange PI PC, with MQ-2 and MQ-7 Sensor with MCP3008 analog chip, logic converters for the 5v to 3.3v conversion # Date : 07-04-2021 # Version : 00,00.00,0a0.2 # # Created by ILoveIOT 2021 # Updated by ILoveIOT 2022 # # I Updated the ...
by ILoveIOT
Wednesday 13 January 2021 9:46
Forum: Utility
Topic: EpEver Solar Controller into Domoticz
Replies: 7
Views: 4151

Re: EpEver Solar Controller into Domoticz

Hi,

Last one yes, its not a network connection but RS485, this type is included with GND.

https://www.aliexpress.com/item/3305445 ... 4c4d90oYnc
by ILoveIOT
Wednesday 30 December 2020 11:51
Forum: Utility
Topic: EpEver Solar Controller into Domoticz
Replies: 7
Views: 4151

Re: EpEver Solar Controller into Domoticz

Do you have a EpEver Solar Controller ?

Try the the https://www.letscontrolit.com/forum/ forum ?
by ILoveIOT
Thursday 24 December 2020 20:48
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: DHT22 sensor value's into Domoticz
Replies: 28
Views: 12574

Re: DHT22 sensor value's into Domoticz

Hehe, sudo /root/scripts/gpio/dht ?
by ILoveIOT
Sunday 01 November 2020 5:02
Forum: Blockly
Topic: Question Set After Seconds
Replies: 5
Views: 650

Re: Question Set After Seconds

The timer check script;
viewtopic.php?t=27601

I got maybe 20 dummy switches that work as a timer, works easy, and you can stay in the frontend, easy blocky setup.

Have fun !! :D
by ILoveIOT
Sunday 01 November 2020 4:32
Forum: Blockly
Topic: Question Set After Seconds
Replies: 5
Views: 650

Re: Question Set After Seconds

I use dummy switches for that, and set the seconds in de the switch, before/after, so you can stop de timer if a value changed, also I use a timer check script (somewhere on this forum) that checks if a timer should end or not, if Domoticz restarts all the timers are lost, this script will end the ...
by ILoveIOT
Monday 26 October 2020 5:06
Forum: Temperature and Weather
Topic: DHT11 Help !!!
Replies: 39
Views: 3519

Re: DHT11 Help !!!

Should work,

viewtopic.php?f=32&t=27467

Buy a DHT22 for better results.
by ILoveIOT
Tuesday 20 October 2020 12:44
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: Dallas DS18B20 temp sensor(s) into Domoticz
Replies: 0
Views: 2227

Dallas DS18B20 temp sensor(s) into Domoticz

#!/bin/bash INFO="Orange/Raspberry PI Dallas DS18B20 temp sensor(s), get value(s), and send to Domoticz every 5 minutes" # # Created by ILoveIoT 2019 # # For console use : /root/scripts/gpio/dallas.temp.reading.sh # For background use : /root/scripts/gpio/dallas.temp.reading.sh & # # Set in /boot ...
by ILoveIOT
Monday 12 October 2020 18:16
Forum: Utility
Topic: EpEver Solar Controller into Domoticz
Replies: 7
Views: 4151

EpEver Solar Controller into Domoticz

epever.tracert.to.domoticz.sh Tested on : EpEver Tracer 3210AN 30A MPPT Solar Controller Date : 12-10-2020 Version : 00,00.00,000.2 Requirements : apt install bc sed Created by ILoveIOT 2020 Updated by ILoveIOT & Micha123 2022 - Added battery temp - Added SOC value - Correcting the actual voltage on ...
by ILoveIOT
Wednesday 07 October 2020 20:43
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: DHT22 sensor value's into Domoticz
Replies: 28
Views: 12574

Re: DHT22 sensor value's into Domoticz

When system starts, put somewhere in a script. (i have /root/scripts/dht &)

You have to also UNCOMMENT the output, otherwise you get output everywhere, the console output is just for a test, so you can make small steps, got output, yes ok next step. :)
by ILoveIOT
Wednesday 07 October 2020 18:58
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: DHT22 sensor value's into Domoticz
Replies: 28
Views: 12574

Re: DHT22 sensor value's into Domoticz

Hehe i sed NO Python code, but nice, I made the most already in C code on this forum, mcp23017, wiegand, dht, dallas, nothing beats good C code :lol:

But I must remember this project, looks nice, I use espeasy with the wifi chips allot (nodemcu v3), if I can use C, it will be C, otherwise python.
by ILoveIOT
Wednesday 07 October 2020 18:14
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: DHT22 sensor value's into Domoticz
Replies: 28
Views: 12574

Re: DHT22 sensor value's into Domoticz

There as "donate" button on the domoticz main page
Oh ;) I always "donate" my very limited wisdom, now you are a full C programmer, you can do the same :lol:

I guess $ will helps too, Domoticz is a nice product that I support where I can !! (I'am not part of the team)
by ILoveIOT
Wednesday 07 October 2020 17:47
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: DHT22 sensor value's into Domoticz
Replies: 28
Views: 12574

Re: DHT22 sensor value's into Domoticz

Code: Select all

I'll be making a small donation when i get the relay operating by the sensor.
Lol,..whut..what, somebody get paid for this ? :lol: :lol:
by ILoveIOT
Wednesday 07 October 2020 17:45
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: DHT22 sensor value's into Domoticz
Replies: 28
Views: 12574

Re: DHT22 sensor value's into Domoticz

I've learned a lot so i hope not to do the same mistakes again.
Hehe you're welcome, now you are a C programmer :lol:
by ILoveIOT
Wednesday 07 October 2020 17:24
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: DHT22 sensor value's into Domoticz
Replies: 28
Views: 12574

Re: DHT22 sensor value's into Domoticz

you got

:8080/json.htm?type=command&param=udevice&idx=3

should be

:8080/json.htm?type=command&param=udevice&idx=
by ILoveIOT
Wednesday 07 October 2020 17:20
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: DHT22 sensor value's into Domoticz
Replies: 28
Views: 12574

Re: DHT22 sensor value's into Domoticz

Hehe, no worries (just hate python) I see IDX 33 in the link ? ;)
by ILoveIOT
Wednesday 07 October 2020 16:56
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: DHT22 sensor value's into Domoticz
Replies: 28
Views: 12574

Re: DHT22 sensor value's into Domoticz

For me

//gpio readall BCM10 | wPi24 | GPIO.18 | ALT3 | 0 | Physical 35 |
#define DHT_PIN 18 /* GPIO-18 */

For you

Physical | V | Mode | Name | wPi | BCM |
| 12 | 1 | IN | GPIO. 1 | 1 | 18 |

#define DHT_PIN 1 /* GPIO-1 */

So 1 ?

Pls don't post Python code here ;)
by ILoveIOT
Wednesday 07 October 2020 16:38
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: DHT22 sensor value's into Domoticz
Replies: 28
Views: 12574

Re: DHT22 sensor value's into Domoticz

Some readings are not working, its normal, now he tries 3sec later, maybe the first 3-4 readings are wrong, then you get the value's