Search found 7 matches

by wetzeljipi
Thursday 27 August 2020 12:11
Forum: Other questions and discussions
Topic: Jablotron Alarm network interface to Domoticz
Replies: 16
Views: 5039

Re: Jablotron Alarm network interface to Domoticz

I post my plugin, it work with the RS485 interface and a passerel RS485 to ethernet
by wetzeljipi
Sunday 23 August 2020 11:41
Forum: Other questions and discussions
Topic: Jablotron Alarm network interface to Domoticz
Replies: 16
Views: 5039

Re: Jablotron Alarm network interface to Domoticz

Yes I can do, I have some change to do and I can share it.
I will do some comments in the code and I share it next week.
by wetzeljipi
Sunday 23 August 2020 11:13
Forum: Other questions and discussions
Topic: Jablotron Alarm network interface to Domoticz
Replies: 16
Views: 5039

Re: Jablotron Alarm network interface to Domoticz

Actually,
I have create virtual dummies and I command it with my plug-in.
I can have all state of :
- all devices,
- PG
- and state of sections.
I can command all sections and PG.
I work with python plugin. I do and table of convertion of the id of device in jablotron and idx of virtual dummies.
by wetzeljipi
Sunday 23 August 2020 9:15
Forum: Other questions and discussions
Topic: Jablotron Alarm network interface to Domoticz
Replies: 16
Views: 5039

Re: Jablotron Alarm network interface to Domoticz

I done it yesterday ;)
I use rs485 interface and a converter RS485 over ethernet
https://fr.aliexpress.com/item/32793508 ... 6c37N40Keu

It works well !!!
by wetzeljipi
Wednesday 17 August 2016 18:39
Forum: Heating/cooling
Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
Replies: 146
Views: 80170

Re: [Perl] Control Mitsubishi MAC-557IF-E airconditioning

Ok can you send me the line code 93? Because the line number depend the number of device that you define. Do you use auth for domoticz? Do you use SSL(https)? Because now, it only work with http and no auth. Hello, Line 93 "my $decoded = JSON->new->utf8(0)->decode($json);" I use auth but not in ...
by wetzeljipi
Monday 15 August 2016 23:10
Forum: Heating/cooling
Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
Replies: 146
Views: 80170

Re: [Perl] Control Mitsubishi MAC-557IF-E airconditioning

hello,

I obtain this

pi@raspberrypi ~ $ perl /home/pi/domoticz/scripts/melcloud.pl report
malformed JSON string, neither array, object, number, string or atom, at character offset 0 ( before "Can't connect to 192...") at /home/pi/domoticz/scripts/melcloud.pl line 93
:(
by wetzeljipi
Monday 15 August 2016 13:42
Forum: Heating/cooling
Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
Replies: 146
Views: 80170

Re: [Perl] Control Mitsubishi MAC-557IF-E airconditioning

Hello I install your script in V0.5 but when I execute the script. I obtain an error. 2016-08-15 13:40:29.342 Executing script: /home/pi/domoticz/scripts/melcloud.pl 2016-08-15 13:40:29.457 Error: Error executing script command (/home/pi/domoticz/scripts/melcloud.pl). returned: 32256 I also verify ...