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 ...
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 ...
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 ...
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
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...