Search found 27 matches

by krazny
Monday 22 October 2018 20:20
Forum: Other questions and discussions
Topic: Read raspberrypi camera once a day and send to spreadsheet
Replies: 5
Views: 602

Re: Read raspberrypi camera once a day and send to spreadsheet

You mean like a default Ferraris Meter?

You can read it with a Youless. Its supported in Domoticz by default. You set your value for the meter after installation and Domoticz is doing your calculations.
Ok..you do'nt have a spreadsheet, but that part can maybe be figured out by yourself?
by krazny
Monday 22 October 2018 20:17
Forum: Other questions and discussions
Topic: Getting a bit frustrated
Replies: 7
Views: 1072

Re: Getting a bit frustrated

Only thing I can think of then is; Which power supply are you using?
I'm using an official Raspberry UPS and never had any issues with the BETA build of Domoticz. (ok...once, but that was over 2 years ago)
by krazny
Thursday 06 September 2018 20:34
Forum: LUA
Topic: Traffic with Google Maps in Domoticz
Replies: 129
Views: 34759

Re: Traffic with Google Maps in Domoticz

EdwinK wrote: Thursday 06 September 2018 20:32 I don't believe the API's are free anymore. or at least very complicated.
So that means this isn't applicable anymore...
Such a shame. Since it was a really nice feature!
by krazny
Thursday 06 September 2018 20:27
Forum: LUA
Topic: Traffic with Google Maps in Domoticz
Replies: 129
Views: 34759

Re: Traffic with Google Maps in Domoticz

Is this still applicable?

Had to do a reinstall of Domoticz recently and wanted to implement this again.

Unfortunately I didn't save my script (with Google API key) and must start from scratch.
I am unable to create a (new) API key. Isn't it free anymore? :?:
by krazny
Sunday 20 May 2018 21:22
Forum: LUA
Topic: LUA Error: 'then' expected near '1'
Replies: 4
Views: 2457

Re: LUA Error: 'then' expected near '1'

Good observation @waaren ! @krazny, You do not want to use put any pause in your script since these are ran by the event system and you will pause the whole event system meaning it will become totally unresponsive during the time it takes that each script is ran. Why are you trying to convert this ...
by krazny
Sunday 20 May 2018 20:32
Forum: LUA
Topic: LUA Error: 'then' expected near '1'
Replies: 4
Views: 2457

LUA Error: 'then' expected near '1'

I am trying to send myself some messages through Telegram with help of a LUA script. This is working great through a BASH script, but I am trying to get it to work through a LUA script. Unfortunately I keep getting the error " 'then' expected near '1' " , but I do not know why. The error is on line ...
by krazny
Saturday 21 April 2018 12:06
Forum: LUA
Topic: Pushnotification when dishwasher/washing machine is ready?
Replies: 105
Views: 40450

Re: Pushnotification when dishwasher/washing machine is ready?

DOH!
Never used the user variables before. :roll:
Just saw them in the SETUP - More Options menu. :lol:

I'll just quietly leave now...
by krazny
Tuesday 17 April 2018 21:56
Forum: LUA
Topic: Pushnotification when dishwasher/washing machine is ready?
Replies: 105
Views: 40450

Re: Pushnotification when dishwasher/washing machine is ready?

On a different note;

Maybe I'm an complete idiot...(probably am) but; Which type of "uservariable" sensor do I add?
- Temperature?
- Text?
- Energy?

:oops:
by krazny
Wednesday 16 March 2016 9:30
Forum: Other questions and discussions
Topic: trying to make my first lua script
Replies: 8
Views: 1395

Re: trying to make my first lua script

allright this is working,I am getting the message by prowl, but it gives me messages constantly every 2 seconds, i just want 1 message. Any idea? then i can continue building this script: commandArray={} function timedifference (s) year = string.sub(s, 1, 4) month = string.sub(s, 6, 7) day = string ...
by krazny
Tuesday 15 March 2016 22:20
Forum: Other questions and discussions
Topic: trying to make my first lua script
Replies: 8
Views: 1395

Re: trying to make my first lua script

I had something like this to check if my (old) TV was on; print('<b style="color:ORANGE">Check TV Status</b>') commandArray = {} if otherdevices_svalues['PLUG-NAME'] >= '25' and otherdevices['TV_LivingRoom'] == 'Off' then print('<b style="color:ORANGE">TV status = ON</b>') commandArray['TV ...
by krazny
Thursday 05 November 2015 10:44
Forum: Design, usability and languages
Topic: #2215 Custom Icons uploader Implemented
Replies: 110
Views: 77787

Re: #2215 Custom Icons uploader Implemented

Hello Gizmocuz, I've created a new icon for on off switch. But I have problem for modify them after their upload. If I delete it and upload the modified zip, I never see the modifications. I have to rename files to see change... I try to delete cache (chrome), restart domoticz, but nothing changes ...
by krazny
Wednesday 30 September 2015 17:28
Forum: Kodi (XBMC)
Topic: Kodi Mediaserver Support
Replies: 357
Views: 124701

Re: Kodi Mediaserver Support

I've got the same error messages in the logging since the last 2 updates (I believe since v2.3202)

Someone has changed something in the code?
by krazny
Saturday 08 August 2015 23:31
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54649

Re: Python script for Netatmo weather station

I've the same problem, using V2.2703, there are no fields for the client secret and client id.
Als far als I know domoticz does not need the client secret and client ID. It works just fine without it?
by krazny
Saturday 04 July 2015 0:33
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54649

Re: Python script for Netatmo weather station

There is now native support for netatmo in domoticz from the hardware page .... i'm not sure if the rain gauge is working 100%, maybe someone can look at this... (Also big thanks to Seb) Updated a few moments ago and added the Netatmo. U sir, deserve a medal! Bare in mind there's a windmeter coming ...
by krazny
Sunday 07 June 2015 20:00
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54649

Re: Python script for Netatmo weather station

I can confirm this as well. The following call with fails. Note the url below is used by the netatmo script to update the value. http://192.168.178.31:8080/json.htm?type=command&param=udevice&hid=8&did=1411D&dunit=1&dtype=80&dsubtype=10&svalue=21.2 { status: "ERR" } the following is successfull ...
by krazny
Friday 05 June 2015 13:00
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54649

Re: Python script for Netatmo weather station

Probably the netatmo api. I'll check it. Thank you I tried deleting token.xml, and re-ran the script - token is generated but nothing happens on domoticz-end. I'm not sure if theres a debug-switch or the likes I can use? There's no output from the script what-so-ever.... Last monday I started all ...
by krazny
Thursday 04 June 2015 21:54
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54649

Re: Python script for Netatmo weather station

Hi, I started using this app 26. may, and it worked untill 1. june. Then it suddenly stopped working, and won't give me any feedback no matter what I do. Have this happened to somebody else? Did something change? Running on Domoticz 2.2492, under Debian Jessie in a VM. Check your netatmo_settings ...
by krazny
Monday 01 June 2015 20:36
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54649

Re: Python script for Netatmo weather station

Does anyone else also has the problem his Netatmo_settings.xml file is being reset to default? Every x days (mostly 3/4) the settings file is filled with my devices but ist overwritten with black values. To fix this I need to re-enter my client_id, password, hardware id's ..etc. This is happening ...
by krazny
Monday 01 June 2015 20:03
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54649

Re: Python script for Netatmo weather station

Does anyone else also has the problem his Netatmo_settings.xml file is being reset to default? Every x days (mostly 3/4) the settings file is filled with my devices but ist overwritten with black values. To fix this I need to re-enter my client_id, password, hardware id's ..etc. This is happening ...
by krazny
Sunday 31 May 2015 21:48
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 54649

Re: Python script for Netatmo weather station

Hi, I have tried several times now to include my netatmo sensors in Domoticz. I am not able to get the sensors in "devices" in domotics. I have no idea what im doing wrong. Please can someone help me out? This is how my netatmo_settings.xml looks like, also with the error message: http://i.imgur ...