Makooy
Makooy
It's not broken. mirobot depens on a particular version of pip packages, which are updated in the meanwhile. Try doing the following steps: 1. Follow the manual via https://github.com/mrin/domoticz-mirobot-plugin and...
Same issue here. Running it in a Demo tentant with 1 room mailbox is also causing this issue so a large number of meeting rooms isn't causing this issue. When...
Same issue. Manually editing the Widget to change "NA" to "Europe" or "EU" doesn't work either
This did not fix the issue: ``` ALTER TABLE `MonthData` CHANGE `TotalYield` `TotalYield` BIGINT(16) NULL DEFAULT NULL; ALTER TABLE `DayData` CHANGE `TotalYield` `TotalYield` BIGINT(16) NULL DEFAULT NULL; ```
@sbf- I run -v5 and noticed something weird: ``` 2023-02-03T14:25:27.724559202Z | stdout | [2023-02-03 14:25:27.723] Error: [month_data]mysql_stmt_execute() returned : Out of range value for column 'DayYield' at row 1 --...
> Indeed strange those negative values... Never seen this before. Inverter is SB TL-21 series: SB3000/3600/4000/5000 I guess? Can you provide a debug log? `SBFspot -d5 -v5 -finq -nocsv -nosql...
@sbf- is this something you can work with?
> > @sbf- is this something you can work with? > > Sorry, but I don't see any issues in this log. Everything looks OK here. is there anything i...
> Execute the same debug command without the `-nosql` so I can see the SQL error > > `SBFspot -d5 -v5 -finq -nocsv >debug.txt` > > And attach the debug.log...
> Where is the initial error (`Out of range value for column 'TotalYield' at row 1`) in the debug file? > > I really can't see the issue here i...