borpin
(Brian Orpin)
4
This is like having a conversation with myself… 
So I have solved the problem. The previously suggested lines for the lighttpd.conf file were not quite right. they should be
url.rewrite-if-not-file = (
"^/emoncms/([^?]*)$" => "/emoncms/index.php?q=$1",
"^/emoncms/([^?]*)\?(.*)$" => "/emoncms/index.php?q=$1&$2"
)
Everything is working fine both in the Emoncms pages, MQTT input and the API.