Search found 61 matches

by sebitop
Thursday 14 November 2024 22:25
Forum: Bugs and Problems
Topic: CommandArray command in LUA doesn't work anymore
Replies: 13
Views: 2216

Re: CommandArray command in LUA doesn't work anymore

Damn yes the position of this dofile was clearing the CommandArray table and this is why no command were executed after in domoticz
a so small thing !

thanks a million you saved my night :)
by sebitop
Thursday 14 November 2024 22:03
Forum: Bugs and Problems
Topic: CommandArray command in LUA doesn't work anymore
Replies: 13
Views: 2216

Re: CommandArray command in LUA doesn't work anymore

Ok so after a couple of hours debugging here is the mystery but I found from where it comes so first thanks for the JSON check, the issue is not coming from here but now the EDF JSON is perfectly parsed thanks again now my problem : I have a script called global from where I launch other scripts ...
by sebitop
Thursday 14 November 2024 14:17
Forum: Bugs and Problems
Topic: CommandArray command in LUA doesn't work anymore
Replies: 13
Views: 2216

Re: CommandArray command in LUA doesn't work anymore

If you don't validate data & can feed crap to Domoticz, I'm afraid but your code is not "correct". It's probably the case and maybe this is what is causing the issue and blocking the CommandArray the only things that changed since a couple of days is the RTE website being down I will try to check ...
by sebitop
Thursday 14 November 2024 10:19
Forum: Bugs and Problems
Topic: CommandArray command in LUA doesn't work anymore
Replies: 13
Views: 2216

Re: CommandArray command in LUA doesn't work anymore

I'm trying to replicate the error finding which activation generates this issue as restoring a previous DB saved works well nothing related to the domoticz version itself, behavior is the same with a stable or beta version Do you have any idea of what could generate an issue preventing the ...
by sebitop
Thursday 14 November 2024 8:07
Forum: Bugs and Problems
Topic: CommandArray command in LUA doesn't work anymore
Replies: 13
Views: 2216

Re: CommandArray command in LUA doesn't work anymore

I restored previous adatabase

It worked until this morning again the same issue....
by sebitop
Wednesday 13 November 2024 22:54
Forum: Bugs and Problems
Topic: CommandArray command in LUA doesn't work anymore
Replies: 13
Views: 2216

Re: CommandArray command in LUA doesn't work anymore

it was a typo here
on my LUA the code is correct
by sebitop
Wednesday 13 November 2024 22:42
Forum: Bugs and Problems
Topic: CommandArray command in LUA doesn't work anymore
Replies: 13
Views: 2216

Re: CommandArray command in LUA doesn't work anymore

commandArray ={}
if (otherdevices['DEBUG']) == 'On' then
print('debug')
commandArray['DEBUG'] = 'Off'
end
return commandArray


it seems that my modifications on the meter calendar DB have an issue on this behavior as trying a previous day save seems to work but this does not explain why it does that
by sebitop
Wednesday 13 November 2024 21:59
Forum: Bugs and Problems
Topic: CommandArray command in LUA doesn't work anymore
Replies: 13
Views: 2216

CommandArray command in LUA doesn't work anymore

Dear All again this error happening either on Release or Beta version I have a VIRTUAL SWITCH called DEBUG I just run this code: if (otherdevices['DEBUG']) == 'On' then print('debug') commandArray['DEBUG'] = 'Off' end Debug appears in the LOG command array is not executed and the switch remains ON ...
by sebitop
Wednesday 13 November 2024 20:54
Forum: Bugs and Problems
Topic: Energy graphs error
Replies: 2
Views: 1139

Re: Energy graphs error

Thanks JVDZ there was no duplicate after a deep dive I found that there are 2 columns in the METER_CALENDAR table named VALUE and COUNTER VALUE is the total consumption per day COUNTER is the sum of the previous total + the current day so I correctly modified the values but not the total counter ...
by sebitop
Wednesday 13 November 2024 16:40
Forum: Bugs and Problems
Topic: Energy graphs error
Replies: 2
Views: 1139

Energy graphs error

Dear all I'm experiencing an issue with my electric counter graph. I have a module getting live electricity usage from my counter and I retrieve these values in domoticz Time to time it gets wrong values (ie really high ones) that I correct in the database. Meanwhile even after corrections I still ...
by sebitop
Saturday 07 September 2024 15:22
Forum: DIY Hardware and Protocols
Topic: EDF LINKY + ESP8266
Replies: 0
Views: 1416

EDF LINKY + ESP8266

Hi all, Just wanted to share a DIY hardware + arduino code I made to retreieve the power consumption + power injection (in case of solar panel production) from the french EDF LINKY electric counter I struggled to get this kind of project on internet so decided to create my version which now workd ...
by sebitop
Wednesday 07 August 2024 15:32
Forum: Utility
Topic: [SOLVED] updating virtual powermeter in LUA
Replies: 1
Views: 1534

Re: updating virtual powermeter in LUA

Finaly found my problem the code is correct but when you create the virtual device using domoticz, if you don't select ACCEPT DEVICES FOR 5 MINUTES you will see the device but it won't work correctly I deleted the device, activated the acceptance, recreated the virtual device and it works ! damn got ...
by sebitop
Wednesday 07 August 2024 14:04
Forum: Suggestions
Topic: SMA Sunny Boy Solar Inverter enhancement
Replies: 6
Views: 2188

Re: SMA Sunny Boy Solar Inverter enhancement

Hi Mvveelen sorry for my very late answer I was on trip and holidays :) yes I finaly made it and it was quite simple I just used the SMA sunny boy solar inverter plug in domoticz just add the material in the list using your SMA IP + password and it generates 2 devices in domoticz which retrieves ...
by sebitop
Wednesday 07 August 2024 13:59
Forum: Utility
Topic: [SOLVED] updating virtual powermeter in LUA
Replies: 1
Views: 1534

[SOLVED] updating virtual powermeter in LUA

Hi everybody since a couple of hours I'm struggling on a very simple thing wich consist in updating a virtual powermeter device with a value in LUA so if someone would have a second pairs of eyes and spot what I'm missing it would be fantastic here is the code : local linky = otherdevices ...
by sebitop
Saturday 29 June 2024 15:34
Forum: Suggestions
Topic: SMA Sunny Boy Solar Inverter enhancement
Replies: 6
Views: 2188

Re: SMA Sunny Boy Solar Inverter enhancement

Hello

I understand you use a Sunny boy and retreive the values in domoticz

could you tell me the way to do it ?
I have a sunny boy 3.0 and struggling to find out an easy way to get the current W produced

thanks !
by sebitop
Friday 16 February 2024 16:10
Forum: Other questions and discussions
Topic: any idea how to change ALERT icons ?
Replies: 1
Views: 191

any idea how to change ALERT icons ?

Hi all

I would like to change the ALERT icons (set of 4 icons ALER48_0/1/2/3) but it seems impossible using the personalized icons function

of course I can reupload the set after each upgrade but I would prefer to set it once

thanks for your help !

cheers
sebastien
by sebitop
Sunday 01 April 2018 22:52
Forum: Design, usability and languages
Topic: New dark theme
Replies: 64
Views: 28038

Re: New dark theme

Hi

I spotted a bug during the last beta install, I added a post here

viewtopic.php?f=6&t=22884

maybe it comes from the theme ?

thanks

seb
by sebitop
Monday 19 February 2018 9:39
Forum: Rfxcom Transceiver
Topic: Adding lan interface to RfxTrx433E
Replies: 24
Views: 14884

Re: Adding lan interface to RfxTrx433E

hey all so after a day of fight I finally found the solution (thanks to bert the creator of RFXcom) so I bought a USR-TCP232-T24 ethernet to serial module, once configured over the network (I used port 2000 instead of 8233 proposed as it was a mess used this one) but on my RFXCOM there is no R or T ...
by sebitop
Sunday 18 February 2018 12:54
Forum: Rfxcom Transceiver
Topic: Adding lan interface to RfxTrx433E
Replies: 24
Views: 14884

Re: Adding lan interface to RfxTrx433E

hi guys I tried to do the same on my RFXCOM V2.1 which dosen't have the R and T hole but following the PCB I found 2 pins on a chip where I was able to fix 2 cables so Rx and Tx I bought a USR-TCP232-T24 module which is visible on the network and configured with a fixed IP now I put the Tx from the ...
by sebitop
Wednesday 25 October 2017 22:45
Forum: Others
Topic: Atlantic / thermor COZYTOUCH bridge integration ?
Replies: 4
Views: 4850

Atlantic / thermor COZYTOUCH bridge integration ?

Dear All just to explain the context : I have 5 connected electric heaters from THERMOR (same brand than ATLANTIC) to pilot them I use a bridge called COZYTOUCH with a dedicated app on phones (apparently this bridge works in 868mhz based on IO HOMECONTROL protocol) I would like to know if someone ...