Search found 5 matches
- Thursday 11 October 2018 9:36
- Forum: ESP8266
- Topic: Meek Wifi Wall Switch
- Replies: 81
- Views: 23578
Re: Meek Wifi Wall Switch
Do you think you can get this certified? and if you can when could this happen? I am searching for something like this.
At the current development stage and limited resources, we did not apply for a CE and FCC certification yet.
As quoted on our website ...
- Saturday 06 October 2018 13:57
- Forum: Design, usability and languages
- Topic: machinon theme
- Replies: 715
- Views: 169519
Re: machinon theme
Hi there,
I installed the latest beta but i can not found the new icons...
https://i.imgur.com/fkxnKJc.png
And the left top Domoticz icon is a bit ugly... :) your screenshots the theme is look mutch better! How to do the same result?
OK the browser flush cache is helped :)
But found a ...
- Saturday 06 October 2018 13:18
- Forum: ESP8266
- Topic: Meek Wifi Wall Switch
- Replies: 81
- Views: 23578
Re: Meek Wifi Wall Switch
Do you think you can get this certified? and if you can when could this happen? I am searching for something like this.
- Saturday 10 March 2018 7:35
- Forum: Heating/cooling
- Topic: Luxtronic Heatpump controller
- Replies: 52
- Views: 20722
Re: Luxtronic Heatpump controller
Sure ;)
#!/usr/bin/python
import socket
import struct
import datetime
import httplib
#####################
# Luxtronik 2.0 IP
hostHeatpump = '192.168.200.107'
# Luxtronik 2.0 port (standard 8888)
portHeatpump = 8888
#####################
s = socket.socket( socket.AF_INET, socket.SOCK ...
- Saturday 10 March 2018 7:31
- Forum: Heating/cooling
- Topic: Luxtronic Heatpump controller
- Replies: 52
- Views: 20722
Re: Luxtronic Heatpump controller
Sure ;)
#!/usr/bin/python
import socket
import struct
import datetime
import httplib
#####################
# Luxtronik 2.0 IP
hostHeatpump = '192.168.200.107'
# Luxtronik 2.0 port (standard 8888)
portHeatpump = 8888
#####################
s = socket.socket( socket.AF_INET, socket.SOCK_STREAM ...