Hi Madgeni,
I just registered.
Can you please add me in your beta program.
My email starts with: lass***
Thank you!
Sent from my FRD-L09 using Tapatalk
Search found 15 matches
- Friday 15 December 2017 15:52
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 512744
- Friday 03 November 2017 9:53
- Forum: Speech & Voice Systems
- Topic: Google Home
- Replies: 89
- Views: 48523
Re: Google Home
I was following these nice instructions from Bradds and Wob76, and got things almost working. What i cannot seems to figure out is device filtering part, how to do this? Output from Google Home is at the moment for my Check $ Status: "The device, $device, has not been configured" Am i missing a idx ...
- Tuesday 04 April 2017 8:47
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 552791
Re: New Dashboard Design
Firstly, dashboard looks great, and as others, i am planning to set it for my tablet on a living room wall. I have few devices that i could not get working, not that familiar with modifying the code.. What i would like get is Energy: "Usage" and "CounterToday" to be visible on a dashboard from this ...
- Friday 31 March 2017 19:01
- Forum: LUA
- Topic: How to cut output of svalues in LUA
- Replies: 8
- Views: 2128
Re: How to cut output of svalues in LUA
Unintentionally (by accident) probably I have caused some confusion: :-( the remark 'tune it to your own configuration' is rather lighthearted ....... In my lua-script the set of 4 svalues comes from a Meteo-sensor, not from a DHT22. Domoticz for a DHT22 will only report 3 svalues. The script-line ...
- Friday 31 March 2017 18:58
- Forum: LUA
- Topic: How to cut output of svalues in LUA
- Replies: 8
- Views: 2128
Re: How to cut output of svalues in LUA
That was it. Thank you very much for your help!jvdz wrote:I see 3 values and you are trying to retrieve 4 values for 4 different variables with this statement:
sTemp, sRV, sComfort, sBaro = otherdevices_svalues[Ulkolampo]:match("([^;]+);([^;]+);([^;]+);([^;]+)")
- Friday 31 March 2017 18:15
- Forum: LUA
- Topic: How to cut output of svalues in LUA
- Replies: 8
- Views: 2128
Re: How to cut output of svalues in LUA
There was a commented lines before actual script. Error comes from a line 6:jvdz wrote:Don't think you get the shown error on this version of the script as there is no line 39.
Code: Select all
return math.floor(num * mult + 0.5) / mult
Code: Select all
LUA: 1.2;80.0;0
- Friday 31 March 2017 16:57
- Forum: LUA
- Topic: How to cut output of svalues in LUA
- Replies: 8
- Views: 2128
Re: How to cut output of svalues in LUA
Thanks for your fast reply. I am very novice with LUA, but trying to modify this to my needs... Log shows this error: Error: EventSystem: in temphum_lcd: [string "--..."]:39: attempt to perform arithmetic on local 'num' (a nil value) function round(num, dec) if num == 0 then return 0 else local mult ...
- Friday 31 March 2017 15:51
- Forum: LUA
- Topic: How to cut output of svalues in LUA
- Replies: 8
- Views: 2128
How to cut output of svalues in LUA
Hi, Can someone point me a right direction with the problem i have: I am using a LUA script to send DHT22 data to esp easy with LCD display. commandArray = {} if devicechanged['outtemp'] then commandArray['OpenURL']='http://192.168.0.124/control?cmd=lcd,1,1,Temp:'..otherdevices_svalues['outtemp ...
- Tuesday 11 October 2016 0:56
- Forum: RFLink Transceiver
- Topic: RFlink firmware R43 is available now!
- Replies: 42
- Views: 11092
Re: RFlink firmware R43 is available now!
@stuntteam: Not quite sure how to make a debug log? I added this to a domoticz.sh: DAEMON_ARGS="-daemon -www 8080 -log /home/pi/log/domoticz.log -loglevel 0" Will this log provide enough information? EDIT: Ok it seems i need to connect RFlink to my PC and use RFlinkloader app to get Debug info for ...
- Monday 10 October 2016 23:31
- Forum: RFLink Transceiver
- Topic: RFlink firmware R43 is available now!
- Replies: 42
- Views: 11092
Re: RFlink firmware R43 is available now!
I have an existing 433mhz wireless pulse counter from a foogadgets which i used with my old home automation system. I was able to use it to measure electric consumptios from a blinking led. It uses fineoffset2 protocol to send the data. Is it possible to get this to work with Rflink + domoticz? This ...
- Wednesday 05 October 2016 18:45
- Forum: Others
- Topic: Measure device consumption cheap way?
- Replies: 57
- Views: 30920
Re: Measure device consumption cheap way?
I am running a version 3.4834. I think that you are correct on that i am trying to update it with wrong data. What i would want to see, is a data from this mFi plug: {"sensors":[{"port":1,"output":1,"power":96.558162569,"enabled":0,"current":0.426679849,"voltage":236.47731328,"powerfactor":0 ...
- Wednesday 05 October 2016 18:06
- Forum: Others
- Topic: Measure device consumption cheap way?
- Replies: 57
- Views: 30920
Re: Measure device consumption cheap way?
Thanks for your help. Anyhow, it seems that after adding a Pi smartmeter it makes domoticz to crash. I need to restart it from a command line and then remove device to get it back to work. No errors on a log.
I tried to send data to smart meter manually, same result, domoticz crashes.
I tried to send data to smart meter manually, same result, domoticz crashes.
- Wednesday 05 October 2016 14:11
- Forum: Others
- Topic: Measure device consumption cheap way?
- Replies: 57
- Views: 30920
Re: Measure device consumption cheap way?
I got it working! What i needed to add was a $DOMOTICZUSER:$DOMOTICZPSW@ before IP_address:port. If i understand correctly, i cannot get cumulative kWh info displayed without controller? I have a spare Raspberry which i am plan to install mfi controller into, but there seems to be some issues with ...
- Wednesday 05 October 2016 9:32
- Forum: Others
- Topic: Measure device consumption cheap way?
- Replies: 57
- Views: 30920
Re: Measure device consumption cheap way?
Thanks for the fast reply! I changed the owner of the script to root, still nothing in domo. I assume that script should be added also to root's crontab? From Chrome: http://192.168.0.220:8080/json.htm?type=command¶m=udevice&idx=78&svalue=100 this updates the device in Domoticz just fine. But ...
- Tuesday 04 October 2016 22:52
- Forum: Others
- Topic: Measure device consumption cheap way?
- Replies: 57
- Views: 30920
Re: Measure device consumption cheap way?
I am trying to get this working but for some reason, i cannot see anything in Domoticz. Script works OK and it prints values to command line when i run the script, but for some reason it does not send anything to Domoticz. I have a single plug in use, without controller at the moment. Domoticz log ...