Search found 31 matches

by Carthman
Wednesday 11 September 2024 12:45
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 168
Views: 61426

Re: Support for Somfy Connexoon and Tahoma

Hi, My next house is being built and I'm looking for my next home automation system. I'm actually on Domoticz, and I would really want to keep it. I will have Somfy io devices, such has motorised garage doors and portal. They are natively supported on the Tahoma Switch. Is this pluggin fully works ...
by Carthman
Thursday 26 October 2023 0:11
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 133327

Re: Script to restart Domoticz if it crashes

Is it still relevant to use this script with the last version 2023.2 ?

My last record on le logfile is from 2020, so maybe the last versions from 2020 are more stable ?
by Carthman
Friday 04 December 2020 23:47
Forum: DIY Hardware and Protocols
Topic: SMA Sunny Boy 1.5
Replies: 90
Views: 20980

Re: SMA Sunny Boy 1.5

After few hours looking for an way to connect to SMA, I find the answer just in the page 3 of this topic !!! Now I just need to do a script ! curl -H "Content-Type: application/json, Accept-Charset: UTF-8" -X POST -d '{"pass" : "password", "right" : "usr"}' http://pv/dyn/login.json You get a session ...
by Carthman
Friday 04 December 2020 0:18
Forum: DIY Hardware and Protocols
Topic: SMA Sunny Boy 1.5
Replies: 90
Views: 20980

Re: SMA Sunny Boy 1.5

Hi guys, The plugin is working fine for me, but I don't know anything about Python, and I want to use some datas from SMA in a bash script. I would need it to calculate self consumption and other things. I could use /json.htm?type=devices&rid=1 from the device created by the plugin, but it would be ...
by Carthman
Monday 05 October 2020 9:30
Forum: Other questions and discussions
Topic: Hardware Directory
Replies: 9
Views: 2298

Re: Hardware Directory

OK I understand, thanks for your explanation !
by Carthman
Monday 05 October 2020 1:40
Forum: Other questions and discussions
Topic: Hardware Directory
Replies: 9
Views: 2298

Re: Hardware Directory

Hi,

Why can't we see the hardware directory if you don't use the installation from source ?
I mean it should be somewhere because you can use the hardwares inside this directory !
by Carthman
Tuesday 15 September 2020 22:08
Forum: DIY Hardware and Protocols
Topic: SMA Sunny Boy 1.5
Replies: 90
Views: 20980

Re: SMA Sunny Boy 1.5

rklomp wrote: Tuesday 15 September 2020 12:44 Are you using my version? Interval can be set to 5 seconds.
https://github.com/rklomp/Domoticz-SMA-SunnyBoy
Yes, I use yours and I have already set it to 5 seconds.
1 second would be more accurate for regulation purpose.
by Carthman
Tuesday 15 September 2020 12:42
Forum: DIY Hardware and Protocols
Topic: SMA Sunny Boy 1.5
Replies: 90
Views: 20980

Re: SMA Sunny Boy 1.5

Hello,

Does someone knows if it's possible to change the query interval to 1 second to be more precise ?

Thanks !
by Carthman
Saturday 15 August 2020 16:59
Forum: Other questions and discussions
Topic: Complete confusion regarding Security, X10 security for chuango alarm system
Replies: 5
Views: 2310

Re: Complete confusion regarding Security, X10 security for chuango alarm system

Hi guys,

I have just configured my Chuango KP-700, and in the official of RFXCom, you can read that Chuango devices are only in Recept mode, you can't transmit something to them.

So you won't be able to send orders, you can only get the state from the device !
by Carthman
Thursday 11 June 2020 22:10
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 133327

Re: Script to restart Domoticz if it crashes

Thanks for you reply !
by Carthman
Sunday 31 May 2020 11:37
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 133327

Re: Script to restart Domoticz if it crashes

Hello,

I plan to upgrade to new version 2020.2, but with a complete new fresh install on a different model of Raspberry.

Does this script will work on new version ?
Is it still relevant to use it or new version has some native scripts to check the state of Domoticz ?

Thanks !
by Carthman
Monday 06 April 2020 15:53
Forum: DIY Hardware and Protocols
Topic: SMA Sunny Boy 1.5
Replies: 90
Views: 20980

Re: SMA Sunny Boy 1.5

Yes, I will need the current watts value !
So this value, for you, goes higher to a maximum during the day when it's sunny, and 0 during the night ?
So this value is exactly the current PV production injected on your electric grid ?
by Carthman
Monday 06 April 2020 2:05
Forum: DIY Hardware and Protocols
Topic: SMA Sunny Boy 1.5
Replies: 90
Views: 20980

Re: SMA Sunny Boy 1.5

Hello, I plan to get a PV installation with SMA inverter. I will need the actual and instantaneous value of PV production for regulation. I see "PV Watt" value when you add the device, is it the instantaneous PV production ? So with this, no need for a current clamp at the inverter output to measure ...
by Carthman
Tuesday 25 February 2020 16:13
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 133327

Re: Script to restart Domoticz if it crashes

This one works for the pi, needed to make more changes then expected. #!/bin/bash dt=$(date '+%d/%m/%Y %H:%M:%S') CONFIG=/home/pi/domoticz/scripts/bash/domoticz_state_checker.txt STATUS=`curl -s --connect-timeout 2 --max-time 5 "Accept: application/json" "http://192.168.1.109:8080/json.htm?type ...
by Carthman
Friday 27 December 2019 0:47
Forum: Python
Topic: Yamaha AV Receiver Plugin
Replies: 73
Views: 26767

Re: Yamaha AV Receiver Plugin

I also tried to add a slave device to the Yamaha Main Switch, and nothing happened !
by Carthman
Tuesday 24 December 2019 20:17
Forum: Python
Topic: Yamaha AV Receiver Plugin
Replies: 73
Views: 26767

Re: Yamaha AV Receiver Plugin

Hello ! My Yamaha plugin is globally working fine, I just don't have any status (On/Off) of the Yamaha Main Switch. I see entries in the log, but just with the hours of switching on or off, and the lines are empty. The consequence is that I can't use it to switch on other devices. Thanks for help ...
by Carthman
Saturday 21 December 2019 1:43
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 133327

Re: Script to restart Domoticz if it crashes

OK Many thanks !
by Carthman
Thursday 19 December 2019 18:22
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 133327

Re: Script to restart Domoticz if it crashes

So I used this version for my pi. I can launch the script without errors, but is it not supposed to write in a log something ? Only when it tried to restart domoticz it will write a line in /home/pi/domoticz/scripts/bash/domoticz_state_checker.txt You first need to create directory /home/pi ...
by Carthman
Thursday 19 December 2019 2:15
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 133327

Re: Script to restart Domoticz if it crashes

This one works for the pi, needed to make more changes then expected. #!/bin/bash dt=$(date '+%d/%m/%Y %H:%M:%S') CONFIG=/home/pi/domoticz/scripts/bash/domoticz_state_checker.txt STATUS=`curl -s --connect-timeout 2 --max-time 5 "Accept: application/json" "http://192.168.1.109:8080/json.htm?type ...
by Carthman
Tuesday 05 March 2019 0:12
Forum: Z-Wave
Topic: Fibaro FGBS222 Smart Implant
Replies: 19
Views: 7086

Re: Fibaro FGBS222 Smart Implant

OK, sounds good for me.

I don't need it immediatly, maybe next month.

But with the polling way, it should be OK for me !