Search found 16 matches

by codesnipper
Friday 03 August 2018 16:03
Forum: Android
Topic: Smart home dashboard app is now compatible with Domoticz - needs feedback
Replies: 17
Views: 11302

Re: Smart home dashboard app is now compatible with Domoticz - needs feedback

Very promising app. Simple but powerfull.
In my Domoticz i can only see temperatures as gauge , no manual switches, no weather (DarkSky, netatmo).
by codesnipper
Wednesday 23 August 2017 17:37
Forum: Dashticz
Topic: Dashticz - Module - Spotify (new version!)
Replies: 179
Views: 66022

Re: Dashticz - Module - Spotify

Not works :( I have empty page with bar (clock,title,settings icon). In console: "Enter your Spotify ClientID in CONFIG.JS" CONFIG.js: var config = {} config['domoticz_ip'] = 'http://192.168.1.24:8080'; config['app_title'] = 'Dashticz'; config['domoticz_refresh'] = '5'; config['dashticz_refresh ...
by codesnipper
Wednesday 23 August 2017 12:10
Forum: Design, usability and languages
Topic: SNEAK PREVIEW - New default theme
Replies: 153
Views: 60374

Re: SNEAK PREVIEW - New default theme

Why merged items are possible only on utilities? Have widget with all sensor in one room would be very good.
by codesnipper
Tuesday 11 October 2016 11:54
Forum: Design, usability and languages
Topic: My new PI screen
Replies: 17
Views: 10670

Re: My new PI screen

Hello, any progress on it? Did you put it on github?
by codesnipper
Tuesday 11 October 2016 11:32
Forum: Design, usability and languages
Topic: Mercury - new theme
Replies: 7
Views: 4159

Re: Mercury - new theme

Jakieś postępy?
by codesnipper
Tuesday 19 April 2016 20:24
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 652685

Re: Domoticz app 2.0

When turning on/off for events will be implemented?

Wysłane z mojego LG-V500 przy użyciu Tapatalka
by codesnipper
Saturday 02 April 2016 16:12
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MyDomoticz - Testers wanted!
Replies: 627
Views: 133579

Re: Testers wanted!

After sucesfull start I have errors (11 minutes from start):

2016-04-02 15:44:17.530 Error: PROXY: Read failed, code = 335544539. Reconnecting: short read
2016-04-02 15:44:59.024 Error: PROXY: Handshake failed, reconnecting: short read
by codesnipper
Thursday 31 March 2016 10:12
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MyDomoticz - Testers wanted!
Replies: 627
Views: 133579

Re: Testers wanted!

It is not source file - it's file with settings for FlatZ frontpage. You have to edit it when you install this frontpage.
by codesnipper
Wednesday 30 March 2016 16:24
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MyDomoticz - Testers wanted!
Replies: 627
Views: 133579

Re: Testers wanted!

Problem with frontpage - in my domoticz is FlatZ - is that frontpage is operating on local IP and you call it from outside network. In www/settings/settings.js i changet this: $.domoticzurl = "http://XXX.XXX.XXX.XXX:8080" into this: $.domoticzurl = "https://my.domoticz.com/my/A48BD36E8ECA577" Now it ...
by codesnipper
Saturday 12 March 2016 23:35
Forum: Heating/cooling
Topic: Electric heating automation
Replies: 2
Views: 1322

Re: Electric heating automation

I want simple on/off control. Every heater has own line switched by SSR which is switched by relay. Now it's only controlled by time plans.

Thanks for the direction!
by codesnipper
Saturday 12 March 2016 22:35
Forum: Show your projects
Topic: Kevin Smart Thermostat
Replies: 4
Views: 2206

Re: Kevin Smart Thermostat

I was just looking for something like that, but for control 4 electric heaters and water heater. Is it possible to modify it for working in selected hours?
by codesnipper
Saturday 12 March 2016 19:49
Forum: Heating/cooling
Topic: Electric heating automation
Replies: 2
Views: 1322

Electric heating automation

I have 4 electric heaters and I would like to switch them on or off in dependency with temperature sensors (netatmo and DS18B20). Is this possible by domoticz or I have to buy thermostat? I was thinking about script like "if temp is 18 turn on heater 1 (dummy switch )". Is it possible?
by codesnipper
Friday 11 March 2016 21:32
Forum: Design, usability and languages
Topic: FlatZ Frontpage
Replies: 237
Views: 105004

Re: FlatZ Frontpage

I added code for data from Netatmo and other devices that give multiple results in one string - eg. "20 C, 45 %, 1234 hPA". Code strips this data, and data's labels ( "Temp + Humidity + Barometer") from json and give each one in this form: <div class="Temp">20*C</div> http://codesnipper.pl/foto/sal ...
by codesnipper
Tuesday 08 March 2016 10:33
Forum: PHP and all others
Topic: Script works in ssh but not in domoticz
Replies: 2
Views: 1461

Re: Script works in ssh but not in domoticz

Thanks, I added it to sh script.

When I remove python or one dash script does not works.
by codesnipper
Monday 07 March 2016 19:53
Forum: PHP and all others
Topic: Script works in ssh but not in domoticz
Replies: 2
Views: 1461

Script works in ssh but not in domoticz

I have python script relay.py - chmod 755, owner is pi, in scripts folder. In action i call it "script:///home/pi/domoticz/scripts/relay.py 1 1" and it not works. Error 512. When I put on first line "#!/usr/bin/python" error is changing to 32512. In ssh works fine. So I wrote scripts 10sh and 11.sh ...
by codesnipper
Tuesday 23 February 2016 14:15
Forum: Others
Topic: SainSmart iMatic relay board with RJ45
Replies: 16
Views: 9078

Re: SainSmart iMatic relay board with RJ45

I have the "error 512" problem. Can anyone help me?