Search found 14 matches

by leonardo
Tuesday 25 October 2022 12:30
Forum: Other questions and discussions
Topic: Get Energy info FORM EmonCMS
Replies: 1
Views: 165

Get Energy info FORM EmonCMS

Hello a friend gave to me an old EmonPI (it's a case with a shield with come stuff, like connector for energy meter, display, trasnceiver 433MHz, and whatever can be found on openergymonitor.org). I put a RPI and installed the EmonPI image of EmonSD that provide a very complete CMS). I'm using it a ...
by leonardo
Friday 23 September 2022 17:54
Forum: 433 & 868 transceiver
Topic: rfxtrx433 deaf...
Replies: 0
Views: 1066

rfxtrx433 deaf...

Hello I have a problem: my transceiver became leaf in the last couple of days. I did some tests, and it seems it has some hardware issue: i put it on the table, it gests all signals from 433MHz switches, sensors, owl power meter... I just touch it lightly and it stops to receive... touch it again ...
by leonardo
Tuesday 20 September 2022 17:34
Forum: Suggestions
Topic: Add the MCZ pellet stove
Replies: 39
Views: 15624

Re: Add the MCZ pellet stove

that's great, if you can drive the stove with windows program, you will have no problems with my script.
DON'T FORGET to add the "jpnevulator" package, it's the core package to send commands via usb serial!
by leonardo
Tuesday 20 September 2022 17:09
Forum: Suggestions
Topic: Add the MCZ pellet stove
Replies: 39
Views: 15624

Re: Add the MCZ pellet stove

Hello Jan, sorry for replying so late. I created on Domoticz a "selector" with four options: Off low mid high the options point to the script (you have to check it on a shell before using it, first of all you must get the correct ID following rfxtrx instructions), after this you can *for example ...
by leonardo
Thursday 25 November 2021 17:55
Forum: Rfxcom Transceiver
Topic: How can i ADD a new protocol
Replies: 2
Views: 2247

Re: How can i ADD a new protocol

Following this topic.. I have a RFXTRX from rfxcom.com, it has the full support to MCZ stoves, infact I wrote code to send commands to the stove via bash... it should really great to have a complete integration of thermostat4 and use Domoticz interface... is there anyone is going to integrate it?
by leonardo
Wednesday 24 November 2021 17:19
Forum: Suggestions
Topic: Add the MCZ pellet stove
Replies: 39
Views: 15624

Re: Add the MCZ pellet stove

Ok I did this script: #!/bin/bash # Counter routine (Sequence) if [ -e /tmp/mcz.seq ] ; then read cnt < /tmp/mcz.seq else cnt=0 fi if [ $(($cnt)) -gt 255 ] ; then cnt=0; fi SQ=`printf '%x' $cnt` if [ ${#SQ} = 1 ] ; then SQ="0$SQ" ; fi PL="0c" # PacketLength Don't modify PT="43" # Packet Type 43 ...
by leonardo
Wednesday 24 November 2021 12:12
Forum: Suggestions
Topic: Add the MCZ pellet stove
Replies: 39
Views: 15624

Re: Add the MCZ pellet stove

Hello I got all the info from Bert, I'm going to correct my code, as soon as it's OK I'll share it to help other users.
by leonardo
Wednesday 24 November 2021 10:40
Forum: Suggestions
Topic: Add the MCZ pellet stove
Replies: 39
Views: 15624

Re: Add the MCZ pellet stove

The 4 digits after that are the fan speed: 0100 is speed 0, 0101 is speed 1, 0102 is speed 2 and so on. Hello My stove has TWO fans, I cannot understand how to control them independently... I tried to send fan command like 0101, 0201, 0001 and similar but it seems it doesn't work.. is there anyone ...
by leonardo
Friday 08 May 2020 14:59
Forum: Language / Translation
Topic: Italian Translation
Replies: 2
Views: 2135

Re: Italian Translation

Hello, I see there are a lot of non translated stuff... these things are not on the json file, for example in devices, the "show XX entries" is always in English... the same for configuration/hardware, in Dummy devices the phrase: "Dummy (Does nothing, use for virtual switches only)" is not present ...
by leonardo
Friday 08 May 2020 9:27
Forum: Language / Translation
Topic: Italian Translation
Replies: 2
Views: 2135

Italian Translation

Hello everybody

I just finished to translate the missing Italian things on the "transifex" platform, hope to help.
by leonardo
Thursday 07 March 2019 10:01
Forum: LUA
Topic: Anti intrusion interaction
Replies: 2
Views: 642

Re: Anti intrusion interaction

Hello and thanks for answering I already have the scripts I need, because at the moment I did this workaround: turn on/off system: Domoticz switch with "on/off command": bash script with a curl http post called by script://alarm.sh [on] [off] update switch on Domoticz: bash script on crontab (every ...
by leonardo
Wednesday 06 March 2019 16:41
Forum: LUA
Topic: Anti intrusion interaction
Replies: 2
Views: 642

Anti intrusion interaction

Hello everybody sorry for posting a newbie question but I'm stuck.. I have an anti intrusion system with a web page I can interact with it with curl (no json) I had no problem to create a switch with on and off command that calls a script like: script://alarm.sh 1 to turn on and script://alarm.sh 0 ...
by leonardo
Sunday 08 December 2013 15:32
Forum: Bash / PowerShell / Batch etc.
Topic: Different Backups from Crontab to network
Replies: 97
Views: 41519

Re: Different Backups from Crontab to network

Hello dudes, I'm sorry I passed a lot of time out of Forum, I'm busy with other thinks and I have really little time for Domoticz :(
Please if someone needs help with script, just drop me a private message and I should get a notification email!
by leonardo
Sunday 21 July 2013 22:15
Forum: General Discussion
Topic: Introduce yourself
Replies: 547
Views: 173470

Re: Introduce yourself

[Name:] Leonardo [Country:] Italy (not my fault) [City:] Somewhere on the North [Occupation:] IT Security specialist [Hobbies:] Martial arts [Choise for domoticz:] it's great, useful and versatile! [My equipment] I use it with a RPI and RFXcom transceiver, COCO Technology and Oregon Scientific ...