Search found 11 matches

by gianfrdp
Friday 23 July 2021 18:02
Forum: Heating/cooling
Topic: Control infrared heating panels + AC (IntesisHome)
Replies: 6
Views: 3577

Re: Control infrared heating panels + AC (IntesisHome)

Hello, as my IntesisHome device is dead, and buy another one is quite expensive because is out of production and personally I don't like to connet to a cloud service, I bought a modbus IntesisBox PA-AW-MBS-1 (also outdated as my heat pump is is quite old, by 2012) for more or less same price. I ...
by gianfrdp
Wednesday 12 December 2018 11:11
Forum: Heating/cooling
Topic: Heatpump/air conditioner as a Domoticz device
Replies: 30
Views: 17122

Re: Heatpump/air conditioner as a Domoticz device

Hello, My IntesisHome is PA-AW-WIFI (1st revision), not PA-AW-WIFI-1 (2nd revision), but I think it's equivalent. Panasonic WiFi Controller | Smart AC – IntesisHome IntesisHome PA-AW-WIFI-1 English Technical Info Installation Guide IntesisHome PA-AW-WiFi-1 Compatibility List My heat pump is Aquarea M ...
by gianfrdp
Wednesday 12 December 2018 3:39
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 119414

Re: Python Plugin: Shelly MQTT

Hello, I have a Debian Jessie on a OpenMediaVault server, which provides python 2.7.9-1 python3 3.4.2-2 I installed a separate python3.5 on /usr/local, I have to understand how to force Domoticz to use it. I will try also your suggested changes I downgraded Domoticz to v3.8805 because last versions ...
by gianfrdp
Wednesday 12 December 2018 3:22
Forum: Utility
Topic: SDM120C modbus not worrking
Replies: 1
Views: 685

Re: SDM120C modbus not worrking

by gianfrdp
Wednesday 12 December 2018 0:30
Forum: Heating/cooling
Topic: Heatpump/air conditioner as a Domoticz device
Replies: 30
Views: 17122

Re: Heatpump/air conditioner as a Domoticz device

I have a Aquarea heat pump heating/cooling water, no IR, with wired remote and IntesisHome
by gianfrdp
Tuesday 11 December 2018 17:18
Forum: Heating/cooling
Topic: Heatpump/air conditioner as a Domoticz device
Replies: 30
Views: 17122

Re: Heatpump/air conditioner as a Domoticz device

Derik wrote: Tuesday 17 July 2018 12:12 dear all.

GREAT work....

Only is there someone that have a Panasonic Heatpump [ and no airco ] working?
Hello, look here viewtopic.php?p=200107#p200107
by gianfrdp
Tuesday 11 December 2018 17:11
Forum: Heating/cooling
Topic: Control infrared heating panels + AC (IntesisHome)
Replies: 6
Views: 3577

Re: Control infrared heating panels + AC (IntesisHome)

Hello, I did. Look here https://github.com/gianfrdp/pyIntesisHome or here https://github.com/jnimmo/pyIntesisHome I use this script to send water tank temp to domoticz (I have a Panasonic Aquarea HeatPump) with python 3.5, but it works also with AirConditioner. #!/usr/bin/env python3.5 import ...
by gianfrdp
Tuesday 11 December 2018 15:52
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 119414

Re: Python Plugin: Shelly MQTT

Sorry, I checked on domoticz log: I have

Code: Select all

2018-12-11 15:43:32.794 PluginSystem: Started, Python version '3.4.2'.

Code: Select all

python3 --version
Python 3.4.2
by gianfrdp
Monday 03 December 2018 12:18
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 119414

Re: Python Plugin: Shelly MQTT

Hello, I tried you plugin for a Shelly1. I have Domoticz v3.8805 on linux amd_x64 with mosquitto on board and python version python --version Python 2.7.9 I cloned repository into /opt/domoticz/plugins/Shelly_MQTT Restarted domoticz. I crated hw with mqtt server 127.0.0.1:1883. Looking on domticz ...
by gianfrdp
Saturday 02 December 2017 18:20
Forum: Utility
Topic: Eastron sdm120c
Replies: 20
Views: 9521

Re: Eastron sdm120c

> i want to have more data from the easton in domoticz. (voltage, Amps, etc)

Hello,
look at this script

https://github.com/gianfrdp/SDM120C/blo ... omoticz.sh

Hope it helps
by gianfrdp
Sunday 10 January 2016 3:41
Forum: Utility
Topic: SDM120C - RS485 Meter
Replies: 1
Views: 2269

Re: SDM120C - RS485 Meter

Hello, First of all you have to define a virtual sensor, type 'Electric' You can create a script that reads values and sends them to domoticz using JSON API. For example, if domoticz IP is 192.168.2.31 and idx for virtual meter is 2: #!/bin/sh W=`sdm120c -a 1 -b 9600 -pq /dev/ttyUSB0 | awk '{print ...