Search found 11 matches
- Tuesday 24 January 2023 8:05
- Forum: Utility
- Topic: Today counter stopped working
- Replies: 4
- Views: 913
Re: Today counter stopped working
I actually didn’t check the domoticz logs… It says the following on a place with error (I create a daily backup) 2023-01-24 08:00:00.926 Status: Starting automatic database backup procedure... 2023-01-24 08:00:00.768 Error: SQL Query("INSERT INTO MultiMeter (DeviceRowID, Value1, Value2, Value3, Va ...
- Monday 23 January 2023 21:01
- Forum: Utility
- Topic: Today counter stopped working
- Replies: 4
- Views: 913
Today counter stopped working
Hi all, Running domoticz on my pi for a very long time and now running into a small problem. It doesn’t show the total for today anymore as it used to till last Saturday (now Monday). it just says 0.0000. However current power is updating normally and “last seen” is also live. When I logged in and ch ...
- Monday 08 February 2021 20:25
- Forum: Utility
- Topic: No data from sbfspot to Domoticz
- Replies: 30
- Views: 4359
Re: No data from sbfspot to Domoticz
I tried your solution with reinstalling SBFspot config but that's not working. It imports old data but not the new data. Or do you mean a different way with "automated setup"? I used: curl -s https://raw.githubusercontent.com/sbfspot/sbfspot-config/master/sbfspot-config | sudo bash thanks!!
- Saturday 24 October 2020 9:36
- Forum: Utility
- Topic: No data from sbfspot to Domoticz
- Replies: 30
- Views: 4359
Re: No data from sbfspot to Domoticz
Really not sure what’s happening.. the python script is now updating based on the current new numbers. It now also shows Saturday so I guess it was just the startup in that part of the script. The ‘original’ is not showing current and still doesnt have the numbers from Friday. Tried to disable/enabl ...
- Saturday 24 October 2020 9:07
- Forum: Utility
- Topic: No data from sbfspot to Domoticz
- Replies: 30
- Views: 4359
Re: No data from sbfspot to Domoticz
Very interesting! It works for the day overview but Friday shows total of the eTotal and not the day total. B6A616E9-04EA-43CD-9063-1793365D5B83.jpeg And very surprisingly; SBFspot is now also working a bit.. not the daily but weekly and monthly is showing the right information. Don’t understand t ...
- Friday 23 October 2020 21:25
- Forum: Utility
- Topic: No data from sbfspot to Domoticz
- Replies: 30
- Views: 4359
Re: No data from sbfspot to Domoticz
Great! It’s working now... thanks for all the support
- Friday 23 October 2020 20:58
- Forum: Utility
- Topic: No data from sbfspot to Domoticz
- Replies: 30
- Views: 4359
Re: No data from sbfspot to Domoticz
A great!
Was already screenshotting my code
Was already screenshotting my code
- Friday 23 October 2020 20:29
- Forum: Utility
- Topic: No data from sbfspot to Domoticz
- Replies: 30
- Views: 4359
Re: No data from sbfspot to Domoticz
Yes, almost ready... thanks for the support! For future reference it’s the ‘electric (instant+counter)‘ But now it seems the python script has an error. When I run it from commandline it produces the following error: File "SMApython.py", line 29 if DT!=rows1[n][0] and a==0: #append data ^ Ind ...
- Friday 23 October 2020 16:52
- Forum: Utility
- Topic: No data from sbfspot to Domoticz
- Replies: 30
- Views: 4359
Re: No data from sbfspot to Domoticz
would it be possible to check the name of the hardware in your domoticz setup/hardware? my domoticz is on a RPi zero, so no graphical interface for DB browser available. and within sqlite3 commandline it's a bit difficult to add it like this. So it would be really helpful if you could check in ...
- Friday 23 October 2020 15:01
- Forum: Utility
- Topic: No data from sbfspot to Domoticz
- Replies: 30
- Views: 4359
Re: No data from sbfspot to Domoticz
sorry, that was not clear from my post. I know crontab but I am not sure how to add this to domoticz as virtual sensor.
I found the dummy, but still not sure how to get the results in my dashboard.
I found the dummy, but still not sure how to get the results in my dashboard.
- Friday 23 October 2020 10:14
- Forum: Utility
- Topic: No data from sbfspot to Domoticz
- Replies: 30
- Views: 4359
Re: No data from sbfspot to Domoticz
It seems i have the same issue.. SBFspot is working and provides correct input. In Domoticz I added the "hardware" pointing to the right location of the cfg file.. but nothing happens. The sensor says last seen on the moment of adding SBFspot (SMA). So, how does your python script work? I saved it ...