Search found 114 matches

by Sappien
Thursday 24 December 2020 11:01
Forum: Utility
Topic: SmartEvse support
Replies: 124
Views: 18370

Re: SmartEvse support

by Sappien
Monday 16 December 2019 9:47
Forum: Utility
Topic: SmartEvse support
Replies: 124
Views: 18370

SmartEvse support

Are there more Domoticz users with a SmartEVSE controller? And if yes, are you already controlling it with Domoticz?
by Sappien
Thursday 12 December 2019 8:37
Forum: Show your projects
Topic: Zehnder/Stork WHR Ventilation Unit
Replies: 152
Views: 59823

Re: Zehnder/Stork WHR Ventilation Unit

You need a TTL adapter : https://www.banggood.com/nl/FT232RL-FTDI-3_3V-5_5V-USB-to-TTL-Serial-Adapter-Module-Converter-For-Arduino-p-1578741.html?rmmds=search https://www.banggood.com/nl/6Pin-FTDI-FT232RL-USB-To-Serial-Adapter-Module-USB-TO-TTL-RS232-Arduino-Cable-p-1035802.html?rmmds=search&cur ...
by Sappien
Wednesday 30 January 2019 20:54
Forum: Show your projects
Topic: Zehnder/Stork WHR Ventilation Unit
Replies: 152
Views: 59823

Re: Zehnder/Stork WHR Ventilation Unit

I've got a WHR930 with co2 module, but on the office a standard WHR930..

When you try to change the speed, did you tried to change the 3-state switch (perilex) ?

Some models only respond when it's on mode 1 (low)
by Sappien
Wednesday 30 January 2019 9:40
Forum: Show your projects
Topic: Zehnder/Stork WHR Ventilation Unit
Replies: 152
Views: 59823

Re: Zehnder/Stork WHR Ventilation Unit

Can you give a example? Are you sure the Checksum is right?
by Sappien
Monday 14 January 2019 10:04
Forum: Show your projects
Topic: Zehnder/Stork WHR Ventilation Unit
Replies: 152
Views: 59823

Re: Zehnder/Stork WHR Ventilation Unit

I've made a new script for the WHR930 with MQTT support,

https://github.com/AlbertHakvoort/Stork ... oticz-MQTT
by Sappien
Wednesday 02 January 2019 15:24
Forum: Heating/cooling
Topic: Mitsubishi Ecodan Air/Water -> Melcloud2Domoticz 2.0.1
Replies: 1
Views: 1467

Mitsubishi Ecodan Air/Water -> Melcloud2Domoticz 2.0.1

Hello,

I've made a new version of my Melcloud2Domoticz script (2.0.1) with a lot of new functions.

https://github.com/AlbertHakvoort/Melcloud2Domoticz

Image
by Sappien
Wednesday 18 January 2017 22:49
Forum: Other questions and discussions
Topic: Help with making /dev/ttyACM[X] persistent?
Replies: 18
Views: 7306

Re: Help with making /dev/ttyACM[X] persistent?

:geek:

I didn't checked your rule (A)

I did a copy from my rule and changed the vendor :roll:
by Sappien
Wednesday 18 January 2017 22:38
Forum: Other questions and discussions
Topic: Help with making /dev/ttyACM[X] persistent?
Replies: 18
Views: 7306

Re: Help with making /dev/ttyACM[X] persistent?

You can choose any name you like
by Sappien
Wednesday 18 January 2017 20:38
Forum: Other questions and discussions
Topic: Help with making /dev/ttyACM[X] persistent?
Replies: 18
Views: 7306

Re: Help with making /dev/ttyACM[X] persistent?

Try

SUBSYSTEM=="tty", ATTRS{idVendor}=="0658", ATTRS{idProduct}=="0200", SYMLINK+="ttyUSB-RFLink"
by Sappien
Wednesday 18 January 2017 20:21
Forum: Heating/cooling
Topic: Vaillant EBUS
Replies: 7
Views: 9846

Re: Vaillant EBUS

You could make a bash script like

#!/bin/bash

TEMP=`ebusctl -p 8888 read roomtemp | cut -d\; -f1 | cut -d\" -f2`

echo $TEMP

curl -s "http://127.0.0.1:8080/json.htm?type=com ... ice&idx=[b]IDX[/b]&nvalue=0&svalue=$TEMP"
by Sappien
Wednesday 16 November 2016 20:44
Forum: Rfxcom Transceiver
Topic: Home Easy HE801S and pairing
Replies: 1
Views: 1268

Re: Home Easy HE801S and pairing

Never mind... I've tested RFXmngr at a range of 1 meter... I've was trying to pair it on the first floor (5 meter).. but thats to far for HomeEasy... :shock:

My old KAKU/COCU had no issues with the second floor (2 concrete walls)

Time to order more ESP8266 with relays ;)
by Sappien
Wednesday 16 November 2016 20:22
Forum: Rfxcom Transceiver
Topic: Home Easy HE801S and pairing
Replies: 1
Views: 1268

Home Easy HE801S and pairing

I've got a Home Easy power on/off socket HE801S but I don't get it paired in Domoticz.. When I pair it with RFXmngr it works https://i.imgur.com/xYM2gZ0.png but no luck with Domoticz https://i.imgur.com/LjQ5a2r.png I've tried AC and HomeEasy ...
by Sappien
Friday 04 November 2016 18:11
Forum: Others
Topic: Nest Protect
Replies: 9
Views: 6048

Re: Nest Protect

No fancy stuff :(
The Nest Protect API is very Limited.. I was hoping that I clould use the Motion sensors... No root hack at this moment (as far as I know)
by Sappien
Friday 04 November 2016 15:12
Forum: Others
Topic: Nest Protect
Replies: 9
Views: 6048

Re: Nest Protect

Image
by Sappien
Sunday 30 October 2016 20:39
Forum: Others
Topic: Melcloud2Domoticz (Mitsubishi Heatpump)
Replies: 2
Views: 1707

Melcloud2Domoticz (Mitsubishi Heatpump)

This tool grabs the data from Melcloud to Domoticz (and vice versa).

Image

https://github.com/AlbertHakvoort/Melcloud2Domoticz/

From Domoticz you can change the setpoint / operation mode (heating/cooling etc) / power on/off.
by Sappien
Thursday 13 October 2016 12:22
Forum: Temperature and Weather
Topic: USB Temperature Sensor Script (RDing TEMPer1F_V1.3)
Replies: 1
Views: 1175

Re: USB Temperature Sensor Script (RDing TEMPer1F_V1.3)

Simple example #!/bin/bash ## Change Settings below ## DOMOTICZ=127.0.0.1:8080 IDXTEMP=100 USBPRG=`/root/pcsensor` ########################### TEMP=`echo $USBPRG | cut -d' ' -f5 | tr -d C` echo $TEMP curl -s "http://$DOMOTICZ/json.htm?type=command&param=udevice&idx=$IDXTEMP&nvalue=0&svalue=$TEMP"
by Sappien
Friday 26 August 2016 11:45
Forum: Show your projects
Topic: Zehnder/Stork WHR Ventilation Unit
Replies: 152
Views: 59823

Re: Zehnder/Stork WHR Ventilation Unit

When the RS232 port is free you can use it with this script.